From 74aaa1ac99660a14e6f61d93f66395361f993271 Mon Sep 17 00:00:00 2001 From: Martin Fick Date: Wed, 15 Feb 2012 10:12:18 -0700 Subject: [PATCH] Adding ReleaseNotes for stable 2.2.2.1 release Change-Id: Ifb50ba4b133f79bc169801f669400c86a2cea32e --- ReleaseNotes/ReleaseNotes-2.2.2.1.txt | 53 +++++++++++++++++++++++++++ ReleaseNotes/index.txt | 1 + 2 files changed, 54 insertions(+) create mode 100644 ReleaseNotes/ReleaseNotes-2.2.2.1.txt diff --git a/ReleaseNotes/ReleaseNotes-2.2.2.1.txt b/ReleaseNotes/ReleaseNotes-2.2.2.1.txt new file mode 100644 index 0000000000..46137879d7 --- /dev/null +++ b/ReleaseNotes/ReleaseNotes-2.2.2.1.txt @@ -0,0 +1,53 @@ +Release notes for Gerrit 2.2.2.1 +================================ + +Gerrit 2.2.2.1 is now available: + +link:http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.2.2.1.war[http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.2.2.1.war] + + +There are no schema changes from 2.2.2. However, if upgrading from +anything but 2.2.2, follow the upgrade procedure in the 2.2.2 +link:ReleaseNotes-2.2.2.html[ReleaseNotes]. + + +Bug Fixes +--------- +* issue 1139 Fix change state in patch set approval if reviewer is added to +closed change ++ +For the dummy patch set approval that is created when a reviewer is +added the cached change state is always open, which is incorrect if a +reviewer is added to a closed change. As a result the closed change will +appear in the reviewers dashboard in the 'Review Requests' section and will +stay there forever. Ensure the correct change state is cached in the dummy +patch set approval when it is created. + +* issue 1171 Fix ownerin and reviewerin searches ++ +Update the ownerin and reviewerin searches to use AccountGroup.UUID as +required by commit e662fb3d4d7d0ad05791b8d2143ac5ce58117335. + +* issue 871 Display hash of the cherry-pick merge in comment ++ +After merging a change via cherry-pick, we add the commit's +hash to the comment. This was accidentally removed in +commit 14246de3c0f81c06bba8d4530e6bf00e918c11b0 + + +Documentation +------------- +* Update top level SUBMITTING_PATCHES ++ +This document is out of date, the URLs are from last August. +Direct readers to the new server. + +* Add contributing guideline document + +* Documentation: update version references for 2.2.2 ++ +Correct wording and instructions to be sure they match what would +be observed with the indicated version of gerrit. +Expand instructions when needed to ensure all commands could be +executed and were successful. +Indent commands and output based on a run of the instructions diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt index b6dd4b2616..8d223addcb 100644 --- a/ReleaseNotes/index.txt +++ b/ReleaseNotes/index.txt @@ -5,6 +5,7 @@ Gerrit Code Review - Release Notes Version 2.2.x ------------- * link:ReleaseNotes-2.2.2.html[2.2.2], +* link:ReleaseNotes-2.2.2.1.html[2.2.2.1], * link:ReleaseNotes-2.2.1.html[2.2.1], * link:ReleaseNotes-2.2.0.html[2.2.0]