Updated CHANGES.txt for 0.98.10RC1
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9ab53d3a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9ab53d3a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9ab53d3a Branch: refs/heads/0.98 Commit: 9ab53d3a2fd764a1c0d130b1a59d2bf0f2231c25 Parents: 7bf6c02 Author: Andrew Purtell <[email protected]> Authored: Tue Jan 27 18:58:47 2015 -0800 Committer: Andrew Purtell <[email protected]> Committed: Tue Jan 27 18:58:47 2015 -0800 ---------------------------------------------------------------------- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/9ab53d3a/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 8eccade..abf3e99 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,7 @@ Release 0.98.10 - 2/2/2015 * [HBASE-12793] - [hbck] closeRegionSilentlyAndWait() should log cause of IOException and retry until hbase.hbck.close.timeout expires * [HBASE-12842] - Fix the incompatibility introduced by AccessControlClient in 0.98 * [HBASE-12854] - Fix the CopyTable incompatibility introduced in HBASE-11997 in 0.98 + * [HBASE-12933] - [0.98] Fold StatisticsHConnection into HConnection ** Bug * [HBASE-8026] - HBase Shell docs for scan command does not reference VERSIONS @@ -50,6 +51,8 @@ Release 0.98.10 - 2/2/2015 * [HBASE-12905] - Clean up presence of hadoop annotations in 0.98 * [HBASE-12910] - describe in the shell is broken * [HBASE-12915] - Disallow small scan with batching + * [HBASE-12916] - No access control for replicating WAL entries + * [HBASE-12918] - Backport asciidoc changes ** Improvement * [HBASE-11195] - Potentially improve block locality during major compaction for old regions @@ -75,6 +78,7 @@ Release 0.98.10 - 2/2/2015 * [HBASE-12787] - Backport HBASE-12028 (Abort the RegionServer when it's handler threads die) to 0.98 * [HBASE-12788] - Promote Abortable to LimitedPrivate * [HBASE-12834] - Promote ScanType to LimitedPrivate + * [HBASE-12932] - [0.98] Change the interface annotation of HConnection from Public/Stable to Public/Evolving ** Test * [HBASE-12722] - Backport TestMultiTableInputFormat to 0.98 branch
