Release notes for 2.14.16

Change-Id: I4f449f06a943bb792a99f1c61da9df6ef69e8809
diff --git a/pages/site/releases/2.14.md b/pages/site/releases/2.14.md
index 1eff2c5..c8c3045 100644
--- a/pages/site/releases/2.14.md
+++ b/pages/site/releases/2.14.md
@@ -7,7 +7,8 @@
 ---
 
 
-Download: **[2.14.15](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.15.war)**
+Download: **[2.14.16](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.16.war)**
+| [2.14.15](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.15.war)
 | [2.14.14](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.14.war)
 | [2.14.13](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.13.war)
 | [2.14.12](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.12.war)
@@ -24,7 +25,8 @@
 | [2.14.1](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.1.war)
 | [2.14](https://gerrit-releases.storage.googleapis.com/gerrit-2.14.war)
 
-Documentation: **[2.14.15](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.15/index.html)**
+Documentation: **[2.14.16](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.16/index.html)**
+| [2.14.15](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.15/index.html)
 | [2.14.14](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.14/index.html)
 | [2.14.13](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.13/index.html)
 | [2.14.12](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.12/index.html)
@@ -327,7 +329,7 @@
 * Update gwtjsonrpc to 1.11
 * Update gwtorm to 1.17
 * Update JavaEWAH to 1.1.6
-* Update JGit to 4.7.0.201704051617-r
+* Update JGit to 4.7.0.201704051617-r (updated to 4.7.6.201810191618-r in 2.14.16)
 * Update jsch to 0.1.54
 * Update Lucene to 5.5.2
 * Update mina to 2.0.16
@@ -337,6 +339,20 @@
 
 ## Bugfix Releases
 
+### 2.14.16
+
+* [Issue 9836](https://bugs.chromium.org/p/gerrit/issues/detail?id=9836):
+Fix database connections leaks.
+
+  The fix for [issue 9823](https://bugs.chromium.org/p/gerrit/issues/detail?id=9823)
+  in 2.14.15 introduced a database connection leak.
+
+* Upgrade JGit to 4.7.6.201810191618-r.
+
+  * Fixes a file handle leak in the LFS file server.
+  * Allows the path or url to be absent in the validation of `.gitmodules` files.
+  * Fixes malformed Javadoc.
+
 ### 2.14.15
 
 * Update JGit to 4.7.5.201810051826-r to fix