From bee35a9298fb968d818c58364b576303cd3beb0f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 1 May 2014 11:09:53 +0900 Subject: [PATCH 1/2] Bump version to 2.8.5 Change-Id: I177ccfd2a3db387822085602dfc66267703c0a48 --- VERSION | 2 +- gerrit-plugin-archetype/pom.xml | 2 +- gerrit-plugin-gwt-archetype/pom.xml | 2 +- gerrit-plugin-gwtui/pom.xml | 2 +- gerrit-plugin-js-archetype/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index b647a45d16..9734d2dffa 100644 --- a/VERSION +++ b/VERSION @@ -2,4 +2,4 @@ # Used by :api_install and :api_deploy targets # when talking to the destination repository. # -GERRIT_VERSION = '2.8.4' +GERRIT_VERSION = '2.8.5' diff --git a/gerrit-plugin-archetype/pom.xml b/gerrit-plugin-archetype/pom.xml index 80afa568f9..4daf42ca8c 100644 --- a/gerrit-plugin-archetype/pom.xml +++ b/gerrit-plugin-archetype/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-archetype - 2.8.4 + 2.8.5 Gerrit Code Review - Plugin Archetype diff --git a/gerrit-plugin-gwt-archetype/pom.xml b/gerrit-plugin-gwt-archetype/pom.xml index 7a49b5638a..11b59e6c2b 100644 --- a/gerrit-plugin-gwt-archetype/pom.xml +++ b/gerrit-plugin-gwt-archetype/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-gwt-archetype - 2.8.4 + 2.8.5 Gerrit Code Review - Web Ui GWT Plugin Archetype diff --git a/gerrit-plugin-gwtui/pom.xml b/gerrit-plugin-gwtui/pom.xml index 5e3b9ea57b..1128f69353 100644 --- a/gerrit-plugin-gwtui/pom.xml +++ b/gerrit-plugin-gwtui/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-gwtui - 2.8.4 + 2.8.5 Gerrit Code Review - Plugin GWT UI diff --git a/gerrit-plugin-js-archetype/pom.xml b/gerrit-plugin-js-archetype/pom.xml index 14a62860f5..ffe3c6cde7 100644 --- a/gerrit-plugin-js-archetype/pom.xml +++ b/gerrit-plugin-js-archetype/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.google.gerrit gerrit-plugin-js-archetype - 2.8.4 + 2.8.5 Gerrit Code Review - Web UI JavaScript Plugin Archetype From bd13d7dc94a86f2e6e91da4da993a2a44254535f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 1 May 2014 11:35:28 +0900 Subject: [PATCH 2/2] Release notes for Gerrit 2.8.5 Change-Id: I87b951065a8331e635f042ece7266c9e859516be --- ReleaseNotes/ReleaseNotes-2.8.5.txt | 107 ++++++++++++++++++++++++++++ ReleaseNotes/index.txt | 1 + 2 files changed, 108 insertions(+) create mode 100644 ReleaseNotes/ReleaseNotes-2.8.5.txt diff --git a/ReleaseNotes/ReleaseNotes-2.8.5.txt b/ReleaseNotes/ReleaseNotes-2.8.5.txt new file mode 100644 index 0000000000..88655195c7 --- /dev/null +++ b/ReleaseNotes/ReleaseNotes-2.8.5.txt @@ -0,0 +1,107 @@ +Release notes for Gerrit 2.8.5 +============================== + +There are no schema changes from link:ReleaseNotes-2.8.4.html[2.8.4]. + +Download: +link:https://gerrit-releases.storage.googleapis.com/gerrit-2.8.5.war[ +https://gerrit-releases.storage.googleapis.com/gerrit-2.8.5.war] + + +Bug Fixes +--------- + + +Secondary Index +~~~~~~~~~~~~~~~ + + +* Fix deadlocks on index shutdown. + + +Change Screen +~~~~~~~~~~~~~ + + +* Only permit current patch set to edit the commit message. ++ +Do not allow users to replace a more recent patch set with an older +patch set when there is a race between the web UI and the command +line git client. + +* Prevent draft changes from being abandoned. ++ +When a draft change was abandoned it was published to all +users by setting the status to ABANDONED. Restoring the change +effectively published the change, as the status was set to NEW. + +* Don't show the submit button for draft patch sets. ++ +The button was enabled for all open changes, but if the patch set +was a draft, pressing it resulted in an error. + +* Only reset the commit message text on cancel. ++ +Allow the user to begin editing the commit message, dismiss the +box by clicking outside of it (e.g. to copy part of a file name +from the Files table), and then re-open the current draft text +without resetting the box. ++ +Only reset the box when the user explicitly clicks Cancel. + +* Fix failure to load side-by-side diff due to "ISE EditIterator out of bounds" +error. + +ssh +~~~ + +* Upgrade SSHD to version 0.11.0. ++ +Fixes https://code.google.com/p/gerrit/issues/detail?id=2406[Issue 2406]: +"git clone" hangs after 100% resolving deltas with git over SSH. ++ +Fixes a number of other issues including a +link:https://issues.apache.org/jira/browse/SSHD-307[null pointer exception] +that could cause ssh commands to hang. + +* Upgrade bouncycastle to version 1.49. ++ +Required by the SSHD upgrade. + +* Re-enable nio2 backend. ++ +The nio2 backend was disabled in Gerrit version 2.8.4 because of a +link:https://issues.apache.org/jira/browse/SSHD-252[bug in SSHD]. That bug +was fixed in SSHD version 0.10.0, so now we can re-enable nio2. + +Misc +~~~~ + + +* Keep old timestamps during data migration. ++ +Migrating the change database through schema 77, which was introduced in +Gerrit 2.6, was causing patch set approval timestamps to be changed. + +* link:https://code.google.com/p/gerrit/issues/detail?id=2607[Issue 2607]: +Fix incorrect "commit already exists (in the project)" error. + +* link:https://code.google.com/p/gerrit/issues/detail?id=2569[Issue 2569]: +Enable automatic close changes on `refs/meta/config`. ++ +Changes pushed for review on `refs/meta/config` and then force pushed +into the repository were not being automatically closed. + +* Do not refresh group list if filter did not change. ++ +The group list was being refreshed on every key event even if the +filter did not change, e.g. moving the cursor inside the text entry was +causing the list to update unnecessarily. + +* Paginate the group list screen. ++ +The group list screen now uses pagination. The number of groups displayed is +determined by the 'Maximum Page Size' user preference. ++ +Option 'S' is added to the groups REST API to support query offset. + diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt index 94f6a92f44..ea988e69b9 100644 --- a/ReleaseNotes/index.txt +++ b/ReleaseNotes/index.txt @@ -4,6 +4,7 @@ Gerrit Code Review - Release Notes [[2_8]] Version 2.8.x ------------- +* link:ReleaseNotes-2.8.5.html[2.8.5] * link:ReleaseNotes-2.8.4.html[2.8.4] * link:ReleaseNotes-2.8.3.html[2.8.3] * link:ReleaseNotes-2.8.2.html[2.8.2]