Author: clamb Date: Fri Jun 6 01:49:53 2014 New Revision: 1600804 URL: http://svn.apache.org/r1600804 Log: Various fixes to CHANGES-fs-encryption.txt. Various Jiras ended up in the hadoop-common CHANGES-fs-encryption.txt by accident. Moved them to HDFS CHANGES-fs-encryption.txt
Modified: hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt Modified: hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt?rev=1600804&r1=1600803&r2=1600804&view=diff ============================================================================== --- hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt (original) +++ hadoop/common/branches/fs-encryption/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt Fri Jun 6 01:49:53 2014 @@ -6,10 +6,15 @@ fs-encryption (Unreleased) NEW FEATURES + HDFS-6388. HDFS integration with KeyProvider. (clamb) + IMPROVEMENTS HDFS-6473. Protocol and API for Encryption Zones (clamb) + HDFS-6392. Wire crypto streams for encrypted files in + DFSClient. (clamb and yliu) + HDFS-6476. Print out the KeyProvider after finding KP successfully on startup. (Juan Yu via wang)