You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2014/07/17 17:57:10 UTC

svn commit: r1611393 - /hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Author: omalley
Date: Thu Jul 17 15:57:10 2014
New Revision: 1611393

URL: http://svn.apache.org/r1611393
Log:
HADOOP-10607 Forgot the CHANGES.txt.

Modified:
    hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1611393&r1=1611392&r2=1611393&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt Thu Jul 17 15:57:10 2014
@@ -25,6 +25,9 @@ Release 2.6.0 - UNRELEASED
     HADOOP-10839. Add unregisterSource() to MetricsSystem API.
     (Shanyu Zhao via cnauroth)
 
+    HADOOP-10607. Create an API to separate credentials/password storage
+    from applications (Larry McCay via omalley)
+
   OPTIMIZATIONS
 
   BUG FIXES