Finalize release notes for 2.13.3

Change-Id: If5e94a4a4539bf940dc02750bbbf42e712f8107a
diff --git a/index.md b/index.md
index 3cd0076..98a3e34 100644
--- a/index.md
+++ b/index.md
@@ -24,7 +24,7 @@
 
 ## Download
 
-[Gerrit 2.13.2][download]
+[Gerrit 2.13.3][download]
 
 ***
 
@@ -90,6 +90,6 @@
 |||---|||
 
 [download]: /releases/2.13.md
-[git gc]: https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.2/config-gerrit.html#gc
-[plugins]: https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.2/config-plugins.html
+[git gc]: https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.3/config-gerrit.html#gc
+[plugins]: https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.3/config-plugins.html
 [replicate]: https://gerrit.googlesource.com/plugins/replication/+doc/master/src/main/resources/Documentation/config.md
diff --git a/navbar.md b/navbar.md
index 001caa7..d6e5a2f 100644
--- a/navbar.md
+++ b/navbar.md
@@ -2,7 +2,7 @@
 
 * [About](/about.md)
 * [Releases](/releases/README.md)
-* [Documentation](https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.2/index.html)
+* [Documentation](https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.3/index.html)
 * [Issues](/issues.md)
 * [Wiki](https://gerrit.googlesource.com/homepage/+/md-pages/docs/)
 * [Source](https://gerrit.googlesource.com/gerrit/)
diff --git a/releases/2.13.md b/releases/2.13.md
index 4581b82..520b2a2 100644
--- a/releases/2.13.md
+++ b/releases/2.13.md
@@ -1,10 +1,12 @@
 # Gerrit 2.13
 
-Download: **[2.13.2](https://gerrit-releases.storage.googleapis.com/gerrit-2.13.2.war)**
+Download: **[2.13.3](https://gerrit-releases.storage.googleapis.com/gerrit-2.13.3.war)**
+| [2.13.2](https://gerrit-releases.storage.googleapis.com/gerrit-2.13.2.war)
 | [2.13.1](https://gerrit-releases.storage.googleapis.com/gerrit-2.13.1.war)
 | [2.13](https://gerrit-releases.storage.googleapis.com/gerrit-2.13.war)
 
-Documentation: **[2.13.2](https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.2/index.html)**
+Documentation: [2.13.3](https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.3/index.html)**
+| [2.13.2](https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.2/index.html)
 | [2.13.1](https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.1/index.html)
 | [2.13](https://gerrit-documentation.storage.googleapis.com/Documentation/2.13/index.html)
 
@@ -472,12 +474,34 @@
 Hooks plugin: Make sure `GIT_DIR` environment variable is set in `ref-update`
 hook.
 
+* [Issue 4911](https://bugs.chromium.org/p/gerrit/issues/detail?id=4911):
+Fix internal server error when providing an invalid Change-Id to the
+index ssh command.
+
+* [Issue 4643](https://bugs.chromium.org/p/gerrit/issues/detail?id=4643):
+Strip newlines out of ssh public keys.
+
+  If an ssh public key contained newlines, each line was migrated to the
+  git backend as a separate key, each of which was considered invalid. Now,
+  newlines are stripped out. Note that this fix is not effective for sites
+  that have already been migrated to 2.13.x from an earlier version.
+
+* Restore the `--format` option on the list plugins REST API endpoint.
+
+  Removing the `--format` option from the REST API had the side effect of
+  also removing it from the corresponding ssh command, which was a breaking
+  change for some users.
+
+* Fix classpath collision with Servlet API for GWT plugins.
+
 * Hooks plugin: Always return the output from the `ref-update` hook.
 
   The output of the `ref-update` hook is now sent back to the client.
 
 * Fix migration to schema version 127 on case-sensitive file systems.
 
+* Fix internal server error when using `has:draft` search predicate.
+
 * Fix internal server error caused by plugin returning null for
 external included-in.
 
diff --git a/releases/README.md b/releases/README.md
index fa8ba6e..8f57b58 100644
--- a/releases/README.md
+++ b/releases/README.md
@@ -1,6 +1,6 @@
 # Gerrit Code Review Releases
 
-Latest release: **[2.13.2](/releases/2.13.md)**.
+Latest release: **[2.13.3](/releases/2.13.md)**.
 
 [TOC]