From a9473b1124a7367665f16b03dfd8a6d3ea405ff4 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 7 Apr 2015 19:46:02 +0900 Subject: Update 2.11 release notes Change-Id: I4eb2a3b153a4d73771d29983eb485bf3ef3d285c --- ReleaseNotes/ReleaseNotes-2.11.txt | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes/ReleaseNotes-2.11.txt b/ReleaseNotes/ReleaseNotes-2.11.txt index 0dd3d44089..49b13170be 100644 --- a/ReleaseNotes/ReleaseNotes-2.11.txt +++ b/ReleaseNotes/ReleaseNotes-2.11.txt @@ -367,6 +367,10 @@ Allow projects to be configured to create a new change for every uploaded commit link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/config-gerrit.html#container.daemonOpt[ options to pass to the daemon]. +* Allow to configure +link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/config-gerrit.html#sshd.rekeyBytesLimit[ +SSHD rekey parameters]. + Daemon ~~~~~~ @@ -388,9 +392,12 @@ a change message on the created change. * Don't send 'new patch set' notification emails for trivial rebases. -ssh +SSH ~~~ +* link:https://code.google.com/p/gerrit/issues/detail?id=2797[Issue 2797]: +Add support for ECDSA based public key authentication. + * Add new commands link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/cmd-logging-ls-level.html[ `logging ls-level`] and @@ -530,6 +537,21 @@ was stuck in the draft state. * link:https://code.google.com/p/gerrit/issues/detail?id=3249[Issue 3249]: Fix server error when checking mergeability of a change. +* Workaround Guice bug "getPathInfo not decoded". ++ +Due to link:https://github.com/google/guice/issues/745[Guice issue 745], cloning +of a repository with a space in its name was impossible. + +* Print proper names for tasks in output of `show-queue` command. ++ +Some tasks were not displayed with the proper name. + + +SSH +~~~ + +* Prevent double authentication for the same public key. + Secondary Index / Search ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -578,6 +600,9 @@ documented. Web UI ~~~~~~ +* link:http://code.google.com/p/gerrit/issues/detail?id=3044[Issue 3044]: +Remove stripping `#` in login redirect. + Change Screen ^^^^^^^^^^^^^ -- cgit v1.2.3