dd1ef1d114
The release notes on master were updated to use links to the new download site, but those updates were not reflected on the stable-2.6 branch. Also the release note for 2.6.1 is missing on stable-2.6, but instead the release note for 2.6.2 (which does not exist) is there. And there are several older release notes missing. Sync the release notes from master to make them consistent. Change-Id: I8facc676aeff754f092a5a9a7bf69345229a55f0
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
Release notes for Gerrit 2.1.7.2
|
|
================================
|
|
|
|
Gerrit 2.1.7.2 is now available:
|
|
|
|
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]
|
|
|
|
Bug Fixes
|
|
---------
|
|
* issue 997 Resolve Project Owners when checking access rights
|
|
+
|
|
Members of the 'Project Owners' magical group did not always have
|
|
their project owner privileges when Gerrit Code Review was looking
|
|
for "access to any ref" at the project level. This was caused by
|
|
not expanding the 'Project Owner's group to the actual ownership
|
|
list. Fixed.
|
|
|
|
* issue 999 Do not reset Patch History selection on navigation
|
|
+
|
|
Navigating to the next/previous file lost the setting of the
|
|
"Old Version" made under the "Patch History" expandable control
|
|
on a specific file view. This was accidentally broken when the
|
|
"Old Version History" control was added to the change page. Fixed.
|
|
|
|
* Fix API breakage on ChangeDetailService
|
|
+
|
|
Version 2.1.7 broke the Gerrit Code Review plugin for Mylyn Reviews
|
|
due to an accidental signature change of one of the remote JSON
|
|
APIs. The ChangeDetailService.patchSetDetail() method is back to the
|
|
old signature and a new patchSetDetail2() method has been added to
|
|
handle the newer calling convention used in some contexts of the
|
|
web UI.
|