summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2015-04-07 19:46:02 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2015-04-07 19:53:58 +0900
commita9473b1124a7367665f16b03dfd8a6d3ea405ff4 (patch)
tree6dfcf88aeb7c0668fe6a030b4f26c07c0a495a28
parent3d338f90ef2291b5d743b5920d03f6fdba3b53e5 (diff)
Update 2.11 release notesv2.11-rc2
-rw-r--r--ReleaseNotes/ReleaseNotes-2.11.txt27
1 files changed, 26 insertions, 1 deletions
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
^^^^^^^^^^^^^