From 7bbe456b0f3a960d05dff66535cc088df5be6502 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Tue, 20 May 2008 17:29:33 +0000 Subject: [PATCH] HBASE-23 UI listing regions should be sorted by address and show additional region state git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@658356 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 092a0a55f8e..723fa8a3681 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -38,7 +38,8 @@ Hbase Change Log HBASE-570 Remove HQL unit test (Done as part of HBASE-82 commit). HBASE-626 Use Visitor pattern in MetaRegion to reduce code clones in HTable and HConnectionManager (Jean-Daniel Cryans via Stack) - + HBASE-23 UI listing regions should be sorted by address and show additional + region state (Jean-Daniel Cryans via Stack) Release 0.1.2 - 05/13/2008