Repository: hbase
Updated Branches:
  refs/heads/0.94 ab9234e71 -> 9264a40cf


pom.xml, 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/9264a40c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9264a40c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9264a40c

Branch: refs/heads/0.94
Commit: 9264a40cf894918a7a9c3b3d5a907f8feb7285a0
Parents: ab9234e
Author: Lars Hofhansl <[email protected]>
Authored: Thu May 22 20:52:38 2014 -0700
Committer: Lars Hofhansl <[email protected]>
Committed: Thu May 22 20:52:38 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt | 22 ++++++++++++++++++++++
 pom.xml     |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9264a40c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 1941db7..51571e6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,26 @@
 HBase Change Log
+Release 0.94.20 - 05/22/2014
+Sub-task
+
+    [HBASE-10936] - Add zeroByte encoding test
+
+Bug
+
+    [HBASE-10958] - [dataloss] Bulk loading with seqids can prevent some log 
entries from being replayed
+    [HBASE-11110] - Ability to load FilterList class is dependent on context 
classloader
+    [HBASE-11143] - Improve replication metrics
+    [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()'
+
+Improvement
+
+    [HBASE-11008] - Align bulk load, flush, and compact to require 
Action.CREATE
+    [HBASE-11119] - Update ExportSnapShot to optionally not use a tmp file on 
external file system
+    [HBASE-11128] - Add -target option to ExportSnapshot to export with a 
different name
+    [HBASE-11134] - Add a -list-snapshots option to SnapshotInfo
+
+
 Release 0.94.19 - 04/21/2014
 Bug
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/9264a40c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4fb6dfe..5498b63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.94.20-SNAPSHOT</version>
+  <version>0.94.20</version>
   <name>HBase</name>
   <description>
     HBase is the &amp;lt;a 
href="http://hadoop.apache.org"&amp;rt;Hadoop&lt;/a&amp;rt; database. Use it 
when you need

Reply via email to