blob: 37f5a769496a17ebc4823ebc7d44c750f64d3787 [file] [log] [blame]
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -07001= Release notes for Gerrit 2.2.2.1
Martin Fick74aaa1a2012-02-15 10:12:18 -07002
3Gerrit 2.2.2.1 is now available:
4
Shawn Pearce6d7ebc62015-06-12 16:34:42 -07005link:https://www.gerritcodereview.com/download/gerrit-2.2.2.1.war[https://www.gerritcodereview.com/download/gerrit-2.2.2.1.war]
Martin Fick74aaa1a2012-02-15 10:12:18 -07006
7
8There are no schema changes from 2.2.2. However, if upgrading from
9anything but 2.2.2, follow the upgrade procedure in the 2.2.2
10link:ReleaseNotes-2.2.2.html[ReleaseNotes].
11
12
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -070013== Bug Fixes
Martin Fick74aaa1a2012-02-15 10:12:18 -070014* issue 1139 Fix change state in patch set approval if reviewer is added to
15closed change
16+
17For the dummy patch set approval that is created when a reviewer is
18added the cached change state is always open, which is incorrect if a
19reviewer is added to a closed change. As a result the closed change will
20appear in the reviewers dashboard in the 'Review Requests' section and will
21stay there forever. Ensure the correct change state is cached in the dummy
22patch set approval when it is created.
23
24* issue 1171 Fix ownerin and reviewerin searches
25+
26Update the ownerin and reviewerin searches to use AccountGroup.UUID as
27required by commit e662fb3d4d7d0ad05791b8d2143ac5ce58117335.
28
29* issue 871 Display hash of the cherry-pick merge in comment
30+
31After merging a change via cherry-pick, we add the commit's
32hash to the comment. This was accidentally removed in
33commit 14246de3c0f81c06bba8d4530e6bf00e918c11b0
34
35
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -070036== Documentation
Martin Fick74aaa1a2012-02-15 10:12:18 -070037* Update top level SUBMITTING_PATCHES
38+
39This document is out of date, the URLs are from last August.
40Direct readers to the new server.
41
42* Add contributing guideline document
43
44* Documentation: update version references for 2.2.2
45+
46Correct wording and instructions to be sure they match what would
47be observed with the indicated version of gerrit.
48Expand instructions when needed to ensure all commands could be
49executed and were successful.
50Indent commands and output based on a run of the instructions