diff --git a/hadoop-common-project/hadoop-common/CHANGES-fs-encryption.txt b/hadoop-common-project/hadoop-common/CHANGES-fs-encryption.txt index e19a4abf7a7..4b8e982cfb3 100644 --- a/hadoop-common-project/hadoop-common/CHANGES-fs-encryption.txt +++ b/hadoop-common-project/hadoop-common/CHANGES-fs-encryption.txt @@ -6,13 +6,8 @@ fs-encryption (Unreleased) NEW FEATURES - HDFS-6388. HDFS integration with KeyProvider. (clamb) - IMPROVEMENTS - HADOOP-6392. Wire crypto streams for encrypted files in - DFSClient. (clamb and yliu) - HADOOP-10603. Crypto input and output streams implementing Hadoop stream interfaces. (Yi Liu and Charles Lamb) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt index b7abd062f4d..ad971b42673 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES-fs-encryption.txt @@ -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)