You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2014/05/23 18:59:29 UTC

git commit: updated CHANGES.txt for 0.94.20RC0

Repository: hbase
Updated Branches:
  refs/heads/0.94 20ce4e5f1 -> c8fb799b1 (forced update)


updated CHANGES.txt for 0.94.20RC0


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c8fb799b
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c8fb799b
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c8fb799b

Branch: refs/heads/0.94
Commit: c8fb799b1010df9c340641acb2c90f752bba776a
Parents: b2a2e06
Author: Lars Hofhansl <la...@apache.org>
Authored: Thu May 22 23:59:35 2014 -0700
Committer: Lars Hofhansl <la...@apache.org>
Committed: Fri May 23 09:57:29 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c8fb799b/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 51571e6..ad0abf2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,6 +12,7 @@ Bug
     [HBASE-11188] - "Inconsistent configuration" for SchemaMetrics is always shown
     [HBASE-11212] - Fix increment index in KeyValueSortReducer
     [HBASE-11225] - Backport fix for HBASE-10417 'index is not incremented in PutSortReducer#reduce()'
+    [HBASE-11234] - FastDiffDeltaEncoder#getFirstKeyInBlock returns wrong result
 
 Improvement