blob: d5c2a117400920f25c93702125ab3b4cfd7f1218 [file] [log] [blame]
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -07001= Release notes for Gerrit 2.4.2
Shawn O. Pearced2cacd12012-06-21 16:28:58 -07002
3Gerrit 2.4.2 is now available:
4
Shawn Pearce6d7ebc62015-06-12 16:34:42 -07005link:https://www.gerritcodereview.com/download/gerrit-2.4.2.war[https://www.gerritcodereview.com/download/gerrit-2.4.2.war]
Shawn O. Pearced2cacd12012-06-21 16:28:58 -07006
7There are no schema changes from 2.4, or 2.4.1.
8
9However, if upgrading from anything earlier, follow the upgrade
10procedure in the 2.4 link:ReleaseNotes-2.4.html[ReleaseNotes].
11
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -070012== Security Fixes
Shawn O. Pearced2cacd12012-06-21 16:28:58 -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.