HADOOP-6881. Move change message to section for earliest version it
will appear in, 0.20.3. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@979785 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba54f8b7e7
commit
fa49f7349d
10
CHANGES.txt
10
CHANGES.txt
|
@ -151,11 +151,6 @@ Trunk (unreleased changes)
|
||||||
HADOOP-6536. Fixes FileUtil.fullyDelete() not to delete the contents of
|
HADOOP-6536. Fixes FileUtil.fullyDelete() not to delete the contents of
|
||||||
the sym-linked directory. (Ravi Gummadi via amareshwari)
|
the sym-linked directory. (Ravi Gummadi via amareshwari)
|
||||||
|
|
||||||
HADOOP-6881. Make WritableComparator intialize classes when
|
|
||||||
looking for their raw comparator, as classes often register raw
|
|
||||||
comparators in initializers, which are no longer automatically run
|
|
||||||
in Java 6 when a class is referenced. (cutting via omalley)
|
|
||||||
|
|
||||||
Release 0.21.0 - Unreleased
|
Release 0.21.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -1754,6 +1749,11 @@ Release 0.20.3 - Unreleased
|
||||||
HADOOP-6760. WebServer shouldn't increase port number in case of negative
|
HADOOP-6760. WebServer shouldn't increase port number in case of negative
|
||||||
port setting caused by Jetty's race (cos)
|
port setting caused by Jetty's race (cos)
|
||||||
|
|
||||||
|
HADOOP-6881. Make WritableComparator intialize classes when
|
||||||
|
looking for their raw comparator, as classes often register raw
|
||||||
|
comparators in initializers, which are no longer automatically run
|
||||||
|
in Java 6 when a class is referenced. (cutting via omalley)
|
||||||
|
|
||||||
Release 0.20.2 - 2010-2-16
|
Release 0.20.2 - 2010-2-16
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
|
|
Loading…
Reference in New Issue