소스 검색

HADOOP-8999. Move to incompatible section of changelog

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1434373 13f79535-47bb-0310-9956-ffa450edef68
Daryn Sharp 12 년 전
부모
커밋
9ceae3b844
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 2 - 2
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -4,6 +4,8 @@ Release 2.0.3-alpha - Unreleased
 
   INCOMPATIBLE CHANGES
 
+    HADOOP-8999. SASL negotiation is flawed (daryn)
+
   NEW FEATURES
 
     HADOOP-8561. Introduce HADOOP_PROXY_USER for secure impersonation in child
@@ -195,8 +197,6 @@ Release 2.0.3-alpha - Unreleased
 
     HADOOP-7115. Add a cache for getpwuid_r and getpwgid_r calls (tucu)
 
-    HADOOP-8999. SASL negotiation is flawed (daryn)
-
     HADOOP-6607. Add different variants of non caching HTTP headers. (tucu)
 
     HADOOP-9049. DelegationTokenRenewer needs to be Singleton and FileSystems