Shawn O. Pearce | ec40063 | 2011-06-08 07:16:54 -0700 | [diff] [blame] | 1 | Release notes for Gerrit 2.1.7.2 |
Shawn O. Pearce | 0a939db | 2011-06-07 10:12:44 -0700 | [diff] [blame] | 2 | ================================ |
| 3 | |
Shawn O. Pearce | ec40063 | 2011-06-08 07:16:54 -0700 | [diff] [blame] | 4 | Gerrit 2.1.7.2 is now available: |
Shawn O. Pearce | 0a939db | 2011-06-07 10:12:44 -0700 | [diff] [blame] | 5 | |
Shawn O. Pearce | ec40063 | 2011-06-08 07:16:54 -0700 | [diff] [blame] | 6 | link:http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.1.7.2.war[http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.1.7.2.war] |
Shawn O. Pearce | 0a939db | 2011-06-07 10:12:44 -0700 | [diff] [blame] | 7 | |
| 8 | Bug Fixes |
| 9 | --------- |
| 10 | * issue 997 Resolve Project Owners when checking access rights |
| 11 | + |
| 12 | Members of the 'Project Owners' magical group did not always have |
| 13 | their project owner privileges when Gerrit Code Review was looking |
| 14 | for "access to any ref" at the project level. This was caused by |
| 15 | not expanding the 'Project Owner's group to the actual ownership |
| 16 | list. Fixed. |
| 17 | |
| 18 | * issue 999 Do not reset Patch History selection on navigation |
| 19 | + |
| 20 | Navigating to the next/previous file lost the setting of the |
| 21 | "Old Version" made under the "Patch History" expandable control |
| 22 | on a specific file view. This was accidentally broken when the |
| 23 | "Old Version History" control was added to the change page. Fixed. |
| 24 | |
| 25 | * Fix API breakage on ChangeDetailService |
| 26 | + |
| 27 | Version 2.1.7 broke the Gerrit Code Review plugin for Mylyn Reviews |
David Pursehouse | 4d7ac77 | 2013-06-25 17:14:30 +0900 | [diff] [blame] | 28 | due to an accidental signature change of one of the remote JSON |
Shawn O. Pearce | 0a939db | 2011-06-07 10:12:44 -0700 | [diff] [blame] | 29 | APIs. The ChangeDetailService.patchSetDetail() method is back to the |
| 30 | old signature and a new patchSetDetail2() method has been added to |
| 31 | handle the newer calling convention used in some contexts of the |
| 32 | web UI. |