blob: 9ae9fd7985343dfa1e09729565239ccca6145f15 [file] [log] [blame]
Shawn O. Pearced2cacd12012-06-21 16:28:58 -07001Release notes for Gerrit 2.4.2
2==============================
3
4Gerrit 2.4.2 is now available:
5
6link:http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.4.2.war[http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.4.2.war]
7
8There are no schema changes from 2.4, or 2.4.1.
9
10However, if upgrading from anything earlier, follow the upgrade
11procedure in the 2.4 link:ReleaseNotes-2.4.html[ReleaseNotes].
12
13Security Fixes
14--------------
15* Some access control sections may be ignored
16+
17Gerrit sometimes ignored an access control section in a project
18if the exact same section name appeared in All-Projects. The bug
19required an unrelated project to have access.inheritFrom set to
20All-Projects and be accessed before the project that has the same
21section name as All-Projects. This is an unlikely scenario for
22most servers, as Gerrit does not normally set inheritFrom equal to
23All-Projects. The usual behavior is to not supply this property in
David Pursehouse4d7ac772013-06-25 17:14:30 +090024project.config, and permit the implicit inheritance to take place.