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/08/01 01:59:55 UTC

git commit: CHANGES.txt pom.xml for 0.94.22RC0

Repository: hbase
Updated Branches:
  refs/heads/0.94 8bf1a4d17 -> b3b224ddc


CHANGES.txt pom.xml for 0.94.22RC0


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

Branch: refs/heads/0.94
Commit: b3b224ddca3530139c0685fd5c52e37368b428df
Parents: 8bf1a4d
Author: Lars Hofhansl <la...@apache.org>
Authored: Thu Jul 31 16:59:35 2014 -0700
Committer: Lars Hofhansl <la...@apache.org>
Committed: Thu Jul 31 16:59:35 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/b3b224dd/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 503f974..1fafc1e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,25 @@
 HBase Change Log
+Release 0.94.22 - 07/31/2014
+Bug
+
+    [HBASE-10645] - Fix wrapping of Requests Counts Regionserver level metrics
+    [HBASE-11360] - SnapshotFileCache causes too many cache refreshes
+    [HBASE-11479] - SecureConnection can't be closed when SecureClient is stopping because InterruptedException won't be caught in SecureClient#setupIOstreams()
+    [HBASE-11496] - HBASE-9745 broke cygwin CLASSPATH translation
+    [HBASE-11552] - Read/Write requests count metric value is too short
+    [HBASE-11565] - Stale connection could stay for a while
+    [HBASE-11633] - [0.94] port HBASE-11217 Race between SplitLogManager task creation + TimeoutMonitor
+
+Improvement
+
+    [HBASE-2217] - VM OPTS for shell only
+    [HBASE-7910] - Dont use reflection for security
+    [HBASE-11444] - Remove use of reflection for User#getShortName
+    [HBASE-11450] - Improve file size info in SnapshotInfo tool
+    [HBASE-11480] - ClientScanner might not close the HConnection created in construction
+    [HBASE-11623] - mutateRowsWithLocks might require updatesLock.readLock with waitTime=0
+
+
 Release 0.94.21 - 06/27/2014
 Bug
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/b3b224dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 14cbc26..95970a8 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.22-SNAPSHOT</version>
+  <version>0.94.22</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