You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by mp...@apache.org on 2017/12/01 22:10:29 UTC

kudu git commit: release notes: a couple micro-updates

Repository: kudu
Updated Branches:
  refs/heads/master 059ee895f -> 3f4253753


release notes: a couple micro-updates

Change-Id: I0ac836c512e7316a4f3fd71446c34005d5a48964
Reviewed-on: http://gerrit.cloudera.org:8080/8705
Reviewed-by: Mike Percy <mp...@apache.org>
Tested-by: Mike Percy <mp...@apache.org>
Tested-by: Kudu Jenkins


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

Branch: refs/heads/master
Commit: 3f4253753288b2a6edab482f7d2519bcbb206a50
Parents: 059ee89
Author: Alexey Serbin <as...@cloudera.com>
Authored: Thu Nov 30 15:11:00 2017 -0800
Committer: Mike Percy <mp...@apache.org>
Committed: Fri Dec 1 21:26:41 2017 +0000

----------------------------------------------------------------------
 docs/release_notes.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/3f425375/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index a54e902..002910e 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -123,6 +123,10 @@
   Previously, it excluded WAL segments and consensus metadata.
   (link:https://issues.apache.org/jira/browse/KUDU-1755[KUDU-1755])
 
+* Added verbose mode for the 'kudu cluster ksck' command to enable output
+  of detailed information on the cluster's metadata, even when no errors are
+  detected.
+
 [[rn_1.6.0_fixed_issues]]
 == Fixed Issues
 
@@ -147,6 +151,11 @@
   only with JRE 8.
   (link:https://issues.apache.org/jira/browse/KUDU-2188[KUDU-2188])
 
+* Fixed a typo in the list of default TLS ciphers used by Kudu servers. As a
+  result, two additional cipher suites are now available:
+** ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128)  Mac=SHA256
+** AES256-GCM-SHA384       TLSv1.2 Kx=RSA  Au=RSA Enc=AESGCM(256) Mac=AEAD
+
 [[rn_1.6.0_wire_compatibility]]
 == Wire Protocol compatibility