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