From 7f1441291d85d76c9b9f6cc04340b60a81b907f0 Mon Sep 17 00:00:00 2001 From: Colin Patrick Mccabe Date: Mon, 26 Jan 2015 11:28:02 -0800 Subject: [PATCH] HADOOP-11466: move to 2.6.1 --- .../hadoop-common/CHANGES.txt | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 0bfd02a513a..e37bffe8948 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -386,10 +386,6 @@ Release 2.7.0 - UNRELEASED HADOOP-11327. BloomFilter#not() omits the last bit, resulting in an incorrect filter (Eric Payne via jlowe) - HADOOP-11466. FastByteComparisons: do not use UNSAFE_COMPARER on the SPARC - architecture because it is slower there (Suman Somasundar via Colin P. - McCabe) - HADOOP-11209. Configuration#updatingResource/finalParameters are not thread-safe. (Varun Saxena via ozawa) @@ -411,6 +407,22 @@ Release 2.7.0 - UNRELEASED HADOOP-11499. Check of executorThreadsStarted in ValueQueue#submitRefillTask() evades lock acquisition (Ted Yu via jlowe) +Release 2.6.1 - UNRELEASED + + INCOMPATIBLE CHANGES + + NEW FEATURES + + IMPROVEMENTS + + OPTIMIZATIONS + + BUG FIXES + + HADOOP-11466. FastByteComparisons: do not use UNSAFE_COMPARER on the SPARC + architecture because it is slower there (Suman Somasundar via Colin P. + McCabe) + Release 2.6.0 - 2014-11-18 INCOMPATIBLE CHANGES