Add more details to Gerrit v3.2.5 release notes

The recent release of v3.2.5 has included a lot more
changes than the Security Fix previously announced.

Give more clarity of what has changed, including the
associated dependencies updates and the consequences
on the breaking changes involved.

Change-Id: I13b143088730964aa624c2c024a09f49c4bc9dfe
diff --git a/pages/site/releases/3.2.md b/pages/site/releases/3.2.md
index 25e3e3b..874918f 100644
--- a/pages/site/releases/3.2.md
+++ b/pages/site/releases/3.2.md
@@ -612,7 +612,8 @@
   * Elasticsearch: Support for [EOL versions](https://www.elastic.co/support/eol)
     6.6 and 6.7 is discontinued.
 
-  * Logging: `--console-log`-flag of `gerrit.war daemon` respects `log.textLogging`
+  * [Issue 13184](https://bugs.chromium.org/p/gerrit/issues/detail?id=13184):
+  Logging: `--console-log`-flag of `gerrit.war daemon` respects `log.textLogging`
     and `log.jsonLogging` options
 
     Change in the default behaviour of the `--console-log` flag. Since
@@ -620,6 +621,10 @@
     `--console-log`-flag now writes logs to the `error_log`-file in addition
     to stderr by default. This can be avoided by setting `log.textLogging = false`.
 
+  * [Issue 13701](https://bugs.chromium.org/p/gerrit/issues/detail?id=13701):
+  X-Forwarded-Proto is now required because of underlying upgrade of the Jetty library,
+  when Gerrit is accessed through an HTTP(/S) reverse-proxy.
+
 * Security Fixes
 
   * [Issue 13621](https://bugs.chromium.org/p/gerrit/issues/detail?id=13621)
@@ -665,6 +670,81 @@
     when the target repository is `All-Users`, where nobody can be authorized
     to skip the ACLs evaluation anyway.
 
+* Bug Fixes
+
+  * [Issue 13307](https://bugs.chromium.org/p/gerrit/issues/detail?id=13307):
+  Do not forward events generated by multiple Gerrit servers in high-availability
+  configuration.
+
+  * [Issue 13349](https://bugs.chromium.org/p/gerrit/issues/detail?id=13349):
+  Allow disabling SSH on Gerrit replica, when disabled in gerrit.config.
+
+  * [Issue 13408](https://bugs.chromium.org/p/gerrit/issues/detail?id=13408):
+  ReceiveCommits: potential NPE when auto-closing changes.
+
+  * [Issue 13412](https://bugs.chromium.org/p/gerrit/issues/detail?id=13412):
+  `gerrit test-submit` is not available when ssh download is disabled.
+
+* PolyGerrit Fixes
+
+  * [Issue 11706](https://bugs.chromium.org/p/gerrit/issues/detail?id=11706):
+  Allow editing the commit message as part of change edit.
+
+  * [Issue 13175](https://bugs.chromium.org/p/gerrit/issues/detail?id=13175):
+  Fix `gr-hovercard-behavior` under Firefox.
+
+  * [Issue 13328](https://bugs.chromium.org/p/gerrit/issues/detail?id=13328):
+  Project dashboard links stored in 'My' menu (GWT) lead to 'cannot load page'
+  in PolyGerrit.
+
+  * Issue 13350](https://bugs.chromium.org/p/gerrit/issues/detail?id=13350):
+  Cannot add group to (cc-)review if its UUID is not the internal one.
+
+  * [Issue 13402](https://bugs.chromium.org/p/gerrit/issues/detail?id=13402):
+  Errors not displayed by delete-project plugin, if project deletion fails.
+
+* Replication plugin Fixes
+
+  * [Issue 12769](https://bugs.chromium.org/p/gerrit/issues/detail?id=12769):
+  Pending replication events can delay the Gerrit startup for too long.
+
+* End-to-end Tests Improvements
+
+  * [Issue 13082](https://bugs.chromium.org/p/gerrit/issues/detail?id=13082):
+  Add Eclipse support for Gatling-based development of the end-to-end tests.
+
+* Documentation Updates
+
+  * New documentation for the GC section in
+  [jgit.config](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/config-gerrit.html#jgit-gc)
+  with the details of the relevant JGit settings for tuning the repositories GC.
+
+  * New documentation for the receive section in
+  [jgit.config](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/config-gerrit.html#jgit-receive)
+  with the documentation of the `autogc` setting.
+
+  * Documentation of how to enable Git protocol v2 on
+    [jgit.config](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/config-gerrit.html#jgit-protocol).
+
+  * Documentation of Gerrit [logs format](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/logs.html).
+
+  * Documentation of the `X-Forwarded-For` header on HTTP/HTTPS reverse proxy configuration.
+
+  * New [sshd.gracefulStopTimeout](https://gerrit-documentation.storage.googleapis.com/Documentation/3.2.5.1/config-gerrit.html#sshd.gracefulStopTimeout)
+  setting for allowing incoming SSH connections to drain upon Gerrit shutdown.
+
+* Dependency Updates
+
+  * Caffeine 2.8.5
+
+  * Jetty 9.4.32.v20200930
+
+  * JGit v5.8.1.202007141445-r
+
+  * Google Truth 1.1
+
+  * Soy 2020-08-24
+
 ### 3.2.4
 
 This minor release has been withdrawn.