You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2016/10/10 02:32:45 UTC

hbase git commit: HBASE-16748 update CHANGES.txt for additional changes for RC0.

Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 017bc3337 -> 04bd0ec8e
Updated Tags:  refs/tags/1.2.4RC0 [created] ecad21d46


HBASE-16748 update CHANGES.txt for additional changes for RC0.


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

Branch: refs/heads/branch-1.2
Commit: 04bd0ec8e4cb2f39e5f787126f9b6645dabf27df
Parents: 017bc33
Author: Sean Busbey <bu...@apache.org>
Authored: Sun Oct 9 21:30:40 2016 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Sun Oct 9 21:30:40 2016 -0500

----------------------------------------------------------------------
 CHANGES.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/04bd0ec8/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 9c1dd9d..3132afe 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
 HBase Change Log
 
 
-Release Notes - HBase - Version 1.2.4 10/10/2016
+Release Notes - HBase - Version 1.2.4 10/17/2016
 
 ** Sub-task
     * [HBASE-14734] - BindException when setting up MiniKdc
@@ -26,7 +26,9 @@ Release Notes - HBase - Version 1.2.4 10/10/2016
     * [HBASE-16649] - Truncate table with splits preserved can cause both data loss and truncated data appeared again
     * [HBASE-16662] - Fix open POODLE vulnerabilities
     * [HBASE-16678] - MapReduce jobs do not update counters from ScanMetrics
+    * [HBASE-16682] - Fix Shell tests failure. NoClassDefFoundError for MiniKdc
     * [HBASE-16721] - Concurrency issue in WAL unflushed seqId tracking
+    * [HBASE-16723] - RMI registry is not destroyed after stopping JMX Connector Server
     * [HBASE-16732] - Avoid possible NPE in MetaTableLocator
 
 ** Improvement