From 76d4ac4d07123e3880c28f55ebb3d9cdf62bb8b8 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 15 Jun 2009 21:14:34 +0000 Subject: [PATCH] HBASE-1514, 1304 notes in CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@784983 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3b4414b3dcd..9be080af66d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,8 @@ Release 0.20.0 - Unreleased HBASE-1411 Remove HLogEdit. HBASE-1357 If one sets the hbase.master to 0.0.0.0 non local regionservers can't find the master + HBASE-1304 New client server implementation of how gets and puts are handled + (holstad, jgray, rawson, stack) BUG FIXES HBASE-1140 "ant clean test" fails (Nitay Joffe via Stack) @@ -333,6 +335,7 @@ Release 0.20.0 - Unreleased HBASE-1507 iCMS as default JVM HBASE-1509 Add explanation to shell "help" command on how to use binarykeys (Lars George via Stack) + HBASE-1514 hfile inspection tool OPTIMIZATIONS HBASE-1412 Change values for delete column and column family in KeyValue