From b4022a08ed1afc37dbdb14211e1727554015c842 Mon Sep 17 00:00:00 2001 From: Aaron Myers Date: Thu, 13 Dec 2012 22:56:42 +0000 Subject: [PATCH] Move HDFS-2264 and HDFS-4294 to the correct section in CHANGES.txt. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1421604 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 9e7d3db4429..ee868319377 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -321,6 +321,12 @@ Release 2.0.3-alpha - Unreleased HDFS-4295. Using port 1023 should be valid when starting Secure DataNode (Stephen Chu via todd) + HDFS-4294. Backwards compatibility is not maintained for TestVolumeId. + (Ivan A. Veselovsky and Robert Parker via atm) + + HDFS-2264. NamenodeProtocol has the wrong value for clientPrincipal in + KerberosInfo annotation. (atm) + HDFS-4307. SocketCache should use monotonic time. (Colin Patrick McCabe via atm) @@ -426,12 +432,6 @@ Release 2.0.3-alpha - Unreleased HDFS-4017. Unclosed FileInputStream in GetJournalEditServlet (Chao Shi via todd) - HDFS-4294. Backwards compatibility is not maintained for TestVolumeId. - (Ivan A. Veselovsky and Robert Parker via atm) - - HDFS-2264. NamenodeProtocol has the wrong value for clientPrincipal in - KerberosInfo annotation. (atm) - Release 2.0.2-alpha - 2012-09-07 INCOMPATIBLE CHANGES