Finalise Gerrit v2.16.19 release notes

Change-Id: Iecf9e8d1159d684f21b6044d76e1ca610fc74e70
diff --git a/pages/site/releases/2.16.md b/pages/site/releases/2.16.md
index e76bcf5..59516cb 100644
--- a/pages/site/releases/2.16.md
+++ b/pages/site/releases/2.16.md
@@ -6,7 +6,8 @@
 toc: true
 ---
 
-Download: **[2.16.18](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.18.war)**
+Download: **[2.16.19](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.19.war)**
+| [2.16.18](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.18.war)
 | [2.16.17](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.17.war)
 | [2.16.16](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.16.war)
 | [2.16.15](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.15.war)
@@ -26,7 +27,8 @@
 | [2.16.1](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.1.war)
 | [2.16](https://gerrit-releases.storage.googleapis.com/gerrit-2.16.war)
 
-Documentation: **[2.16.18](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.18/index.html)**
+Documentation: **[2.16.19](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.19/index.html)**
+| [2.16.18](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.18/index.html)
 | [2.16.17](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.17/index.html)
 | [2.16.16](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.16/index.html)
 | [2.16.15](https://gerrit-documentation.storage.googleapis.com/Documentation/2.16.15/index.html)
@@ -620,7 +622,7 @@
 
 ## Bugfix Releases
 
-### 2.16.19 (in development)
+### 2.16.19
 
 * Breaking Changes
 
@@ -631,8 +633,9 @@
 
   * Enable to run online noteDb migration using multiple threads.
 
-    The new configuration option `notedb.onlineMigrationThreads` allows
-    tuning the number of threads the migration can use.
+    The new configuration option
+    [`notedb.onlineMigrationThreads`](http://gerrit-documentation.storage.googleapis.com/Documentation/2.16.19/config-gerrit.html#notedb.onlineMigrationThreads)
+    allows tuning the number of threads the migration can use.
 
     This helps to speedup online migration at the expense of imposing a
     higher load on the Gerrit server running at the same time.
@@ -757,6 +760,9 @@
   * [Issue 12726](https://bugs.chromium.org/p/gerrit/issues/detail?id=12726):
   Fix incorrect highlighting after `/` character in Javascript.
 
+  * [Issue 12775](https://bugs.chromium.org/p/gerrit/issues/detail?id=12775):
+  Fox parent of previous patch sets not being available.
+
 * Replication Plugin Fixes
 
   * [Issue 12678](https://bugs.chromium.org/p/gerrit/issues/detail?id=12678):
@@ -795,6 +801,8 @@
 
   * Upgrade jetty to 9.4.27.v20200227
 
+  * Upgrade testcontainers to 1.14.2
+
 ### 2.16.18
 
 * Breaking Changes