summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2016-09-21 14:56:50 +0200
committerDavid Pursehouse <dpursehouse@collab.net>2016-09-21 14:56:50 +0200
commitebba87b438c3e596107967cbaca627137486e489 (patch)
tree6fc59e453f26cfc6f73c447d73c9c650fe441ec7
parent2a0536ba257acc9284b26627b5839530d1964f10 (diff)
Update 2.13 release notes
-rw-r--r--ReleaseNotes/ReleaseNotes-2.13.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.13.txt b/ReleaseNotes/ReleaseNotes-2.13.txt
index d73a1bd3cb..000b2dbb84 100644
--- a/ReleaseNotes/ReleaseNotes-2.13.txt
+++ b/ReleaseNotes/ReleaseNotes-2.13.txt
@@ -327,6 +327,18 @@ event an administrator removed all groups from the `administrateServer`
capability, or to ensure that specific groups always have administration
capabilities.
+* New configuration options to configure JGit repository cache parameters.
++
+link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.13/config-gerrit.html#core.repositoryCacheCleanupDelay[
+core.repositoryCacheCleanupDelay] and
+link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.13/config-gerrit.html#core.repositoryCacheExpireAfter[
+core.repositoryCacheExpireAfter] can be configured.
+
+* Accept `-b` as an alias of `--batch` in the
+link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.13/pgm-init.html[
+init program].
+
+
== Bug Fixes
* Don't add the same SSH key multiple times.
@@ -400,6 +412,22 @@ The error message now includes the sha1 of the commit, so that it is
easier to track down which commit failed validation when multiple commits
are pushed at the same time.
+* Don't check mergeability of draft changes.
++
+Draft changes can be deleted but not abandoned so there is no way for
+an administrator to get rid of the them on behalf of the users. This can
+become a problem when there many draft changes because the mergeability
+check can be costly.
++
+The mergeability check is no longer done for draft changes, but will be
+done when the draft change is published.
+
+* Fix internal server error when plugin-provided file history weblink
+is null.
++
+It is valid for a plugin to provide a null weblink, but doing so resulted
+in an internal server error.
+
== Dependency updates
* Add dependency on blame-cache 0.1-9