Update 2.11 release notes

Change-Id: I4eb2a3b153a4d73771d29983eb485bf3ef3d285c
diff --git a/ReleaseNotes/ReleaseNotes-2.11.txt b/ReleaseNotes/ReleaseNotes-2.11.txt
index 0dd3d44..49b1317 100644
--- a/ReleaseNotes/ReleaseNotes-2.11.txt
+++ b/ReleaseNotes/ReleaseNotes-2.11.txt
@@ -367,6 +367,10 @@
 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 @@
 * 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 @@
 * 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 @@
 Web UI
 ~~~~~~
 
+* link:http://code.google.com/p/gerrit/issues/detail?id=3044[Issue 3044]:
+Remove stripping `#` in login redirect.
+
 Change Screen
 ^^^^^^^^^^^^^