You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by oc...@apache.org on 2015/06/02 12:00:12 UTC

[5/8] hbase git commit: update CHANGES.txt for 1.1.0RC1

update CHANGES.txt for 1.1.0RC1


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

Branch: refs/heads/branch-1.1.0
Commit: 6c77b5e3bcdebc9690838002e40affe87920eb7c
Parents: 5c7e572
Author: Nick Dimiduk <nd...@apache.org>
Authored: Mon May 11 21:11:11 2015 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Mon May 11 21:11:11 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/6c77b5e3/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 8c71f0f..8f539b4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,6 @@
 HBase Change Log
 
-Release Notes - HBase - Version 1.1.0 04/29/2015
+Release Notes - HBase - Version 1.1.0 05/11/2015
 
 ** Sub-task
     * [HBASE-7847] - Use zookeeper multi to clear znodes
@@ -322,6 +322,9 @@ Release Notes - HBase - Version 1.1.0 04/29/2015
     * [HBASE-13585] - HRegionFileSystem#splitStoreFile() finishes without closing the file handle in some situation
     * [HBASE-13589] - [WINDOWS] hbase.cmd script is broken
     * [HBASE-13594] - MultiRowRangeFilter shouldn't call HBaseZeroCopyByteString.wrap() directly
+    * [HBASE-13596] - src assembly does not build
+    * [HBASE-13637] - branch-1.1 does not build against hadoop-2.2.
+    * [HBASE-13661] - Correct binary compatibility issues discovered in 1.1.0RC0
 
 
 
@@ -457,6 +460,7 @@ Release Notes - HBase - Version 1.1.0 04/29/2015
     * [HBASE-13380] - Cherry pick the HBASE-12808 compatibility checker tool back to 0.98+
     * [HBASE-13438] - [branch-1] Backport Basic quota support for namespaces
     * [HBASE-13584] - Disable distributed log replay by default for 1.1
+    * [HBASE-13665] - Fix docs and site building on branch-1
 
 
 ** Test