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/02 05:26:53 UTC

[6/7] kudu git commit: release notes: add KUDU-2190 and KUDU-2173 for 1.6.0

release notes: add KUDU-2190 and KUDU-2173 for 1.6.0

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


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

Branch: refs/heads/branch-1.6.x
Commit: f2b361e1be381f7e4f3640fbd4afed91b0f34703
Parents: 12726ec
Author: Dan Burkert <da...@apache.org>
Authored: Thu Nov 30 14:49:31 2017 -0800
Committer: Mike Percy <mp...@apache.org>
Committed: Sat Dec 2 05:25:52 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/kudu/blob/f2b361e1/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 6a4be69..a54e902 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -63,6 +63,13 @@
   replicas only. Note that removing directories is not yet supported
   (see link:https://issues.apache.org/jira/browse/KUDU-2202[KUDU-2202]).
 
+* Kudu servers have two new flags to control webui TLS/HTTPS
+  settings: `--webserver_tls_ciphers` and `--webserver_tls_min_protocol`.
+  These flags allow the advertised TLS ciphers and TLS protocol versions to be
+  configured. Additionally, the webserver now excludes insecure legacy ciphers
+  by default.
+  (link:https://issues.apache.org/jira/browse/KUDU-2190[KUDU-2190]).
+
 == Optimizations and improvements
 
 * Kudu servers can now tolerate short interruptions in NTP clock
@@ -129,6 +136,17 @@
 * Tombstoned tablets no longer report metrics.
   (link:https://issues.apache.org/jira/browse/KUDU-2044[KUDU-2044])
 
+* Fixed a bug in the C++ client which could cause tablets to be erroneously
+  pruned, or skipped, during certain scans, resulting in fewer results than
+  expected being returned from queries. The bug only affected tables whose range
+  partition columns are a proper prefix of the primary key.
+  (link:https://issues.apache.org/jira/browse/KUDU-2173[KUDU-2173])
+
+* Published Kudu Java artifacts are now fully compatible with JRE 7 and JRE 8.
+  There was previously a bug in the release process which made them compatible
+  only with JRE 8.
+  (link:https://issues.apache.org/jira/browse/KUDU-2188[KUDU-2188])
+
 [[rn_1.6.0_wire_compatibility]]
 == Wire Protocol compatibility