From a86b3fc40bb60345ce784bec90e9891fc5a7245f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20=C5=BDivkov?= Date: Thu, 26 Mar 2015 16:14:55 +0100 Subject: [PATCH] Release notes for Gerrit 2.10.2 Change-Id: Ie1f5c51e498864cbc719f5cd4b1a511f87067381 --- ReleaseNotes/ReleaseNotes-2.10.2.txt | 31 ++++++++++++++++++++++++++++ ReleaseNotes/index.txt | 1 + 2 files changed, 32 insertions(+) create mode 100644 ReleaseNotes/ReleaseNotes-2.10.2.txt diff --git a/ReleaseNotes/ReleaseNotes-2.10.2.txt b/ReleaseNotes/ReleaseNotes-2.10.2.txt new file mode 100644 index 0000000000..2ca5505deb --- /dev/null +++ b/ReleaseNotes/ReleaseNotes-2.10.2.txt @@ -0,0 +1,31 @@ +Release notes for Gerrit 2.10.2 +=============================== + +There are no schema changes from link:ReleaseNotes-2.10.1.html[2.10.1]. + +Download: +link:https://gerrit-releases.storage.googleapis.com/gerrit-2.10.2.war[ +https://gerrit-releases.storage.googleapis.com/gerrit-2.10.2.war] + +Bug Fixes +--------- + +* Work around MyersDiff infinite loop in PatchListLoader. If the MyersDiff diff +doesn't finish within 5 seconds, interrupt it and fall back to a different diff +algorithm. From the user perspective, the only difference when the infinite +loop is detected is that the files in the commit will not be compared in-depth, +which will result in bigger edit regions. + +Secondary Index +--------------- + +* Online reindexing: log the number of done/failed changes in the error_log. +Administrators can use the logged information to decide whether to activate the +new index version or not. + +Gitweb +------ + +* Do not return `Forbidden` when clicking on Gitweb breadcrumb. Now when the +user clicks on the parent folder, redirect to Gerrit projects list screen with +the parent folder path as the filter. diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt index bc5677cd99..02aa9be64b 100644 --- a/ReleaseNotes/index.txt +++ b/ReleaseNotes/index.txt @@ -4,6 +4,7 @@ Gerrit Code Review - Release Notes [[2_10]] Version 2.10.x -------------- +* link:ReleaseNotes-2.10.2.html[2.10.2] * link:ReleaseNotes-2.10.1.html[2.10.1] * link:ReleaseNotes-2.10.html[2.10]