You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2017/04/19 03:43:29 UTC

[3/3] hbase git commit: update CHANGES.txt for 1.1.10rc0

update CHANGES.txt for 1.1.10rc0


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

Branch: refs/heads/branch-1.1
Commit: af9719e45a1ee9f4509607aff7e554119d29e930
Parents: b9061c5
Author: Nick Dimiduk <nd...@apache.org>
Authored: Tue Apr 18 20:43:08 2017 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Tue Apr 18 20:43:08 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/af9719e4/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index fd00744..2a9ed1c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,20 @@
 HBase Change Log
 
+
+Release Notes - HBase - Version 1.1.10 04/18/2017
+
+** Sub-task
+    * [HBASE-17561] - table status page should escape values that may contain arbitrary characters.
+
+** Bug
+    * [HBASE-15328] - Unvalidated Redirect in HMaster
+    * [HBASE-17675] - ReplicationEndpoint should choose new sinks if a SaslException occurs
+    * [HBASE-17677] - ServerName parsing from directory name should be more robust to errors from guava's HostAndPort
+    * [HBASE-17682] - Region stuck in merging_new state indefinitely
+    * [HBASE-17688] - MultiRowRangeFilter not working correctly if given same start and stop RowKey
+    * [HBASE-17717] - Incorrect ZK ACL set for HBase superuser
+    * [HBASE-17722] - Metrics subsystem stop/start messages add a lot of useless bulk to operational logging
+
 Release Notes - HBase - Version 1.1.9 02/20/2017
 
 ** Sub-task