CHANGES.txt: move HADOOP-10404 underneath branch 2.6

This commit is contained in:
Colin Patrick Mccabe 2014-10-08 14:01:50 -07:00
parent 853cb704ed
commit 7b29f99ad2
1 changed files with 3 additions and 3 deletions

View File

@ -357,9 +357,6 @@ Release 2.7.0 - UNRELEASED
BUG FIXES
HADOOP-10404. Some accesses to DomainSocketWatcher#closed are not protected
by the lock (cmccabe)
HADOOP-11166. Remove ulimit from test-patch.sh. (wang)
Release 2.6.0 - UNRELEASED
@ -808,6 +805,9 @@ Release 2.6.0 - UNRELEASED
HADOOP-11169. Fix DelegationTokenAuthenticatedURL to pass the connection
Configurator to the authenticator. (Arun Suresh via wang)
HADOOP-10404. Some accesses to DomainSocketWatcher#closed are not protected
by the lock (cmccabe)
BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
HADOOP-10734. Implement high-performance secure random number sources.