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