blob: f50c4e77b6ed0c96120190798a2a6d3ebe1cf6b7 [file] [log] [blame]
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -07001= Release notes for Gerrit 2.2.2.2
Shawn O. Pearce46a75612012-06-21 11:22:53 -07002
3Gerrit 2.2.2.2 is now available:
4
Shawn Pearce6d7ebc62015-06-12 16:34:42 -07005link:https://www.gerritcodereview.com/download/gerrit-2.2.2.2.war[https://www.gerritcodereview.com/download/gerrit-2.2.2.2.war]
Shawn O. Pearce46a75612012-06-21 11:22:53 -07006
7There are no schema changes from 2.2.2, or 2.2.2.1.
8
9However, if upgrading from anything earlier, follow the upgrade
10procedure in the 2.2.2 link:ReleaseNotes-2.2.2.html[ReleaseNotes].
11
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -070012== Security Fixes
Shawn O. Pearce46a75612012-06-21 11:22:53 -070013* Some access control sections may be ignored
14+
15Gerrit sometimes ignored an access control section in a project
16if the exact same section name appeared in All-Projects. The bug
17required an unrelated project to have access.inheritFrom set to
18All-Projects and be accessed before the project that has the same
19section name as All-Projects. This is an unlikely scenario for
20most servers, as Gerrit does not normally set inheritFrom equal to
21All-Projects. The usual behavior is to not supply this property in
David Pursehouse4d7ac772013-06-25 17:14:30 +090022project.config, and permit the implicit inheritance to take place.