marking HADOOP-7542 as potentially incompatible

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1174644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steve Loughran 2011-09-23 10:44:32 +00:00
parent 36d7ab3489
commit 516fc91187
1 changed files with 3 additions and 2 deletions

View File

@ -26,8 +26,6 @@ Trunk (unreleased changes)
HADOOP-7621. alfredo config should be in a file not readable by users
(Alejandro Abdelnur via atm)
HADOOP-7542. Change Configuration XML format to 1.1 to support for serializing additional characters (Christopher Egner via harsh)
Release 0.23.0 - Unreleased
INCOMPATIBLE CHANGES
@ -37,6 +35,9 @@ Release 0.23.0 - Unreleased
HADOOP-6432. Add Statistics support in FileContext. (jitendra)
HADOOP-7136. Remove failmon contrib component. (nigel)
HADOOP-7542. Change Configuration XML format to 1.1 to support for serializing additional
characters. This requires XML1.1 support in the XML parser (Christopher Egner via harsh)
NEW FEATURES