4f5ad9d313
This eliminates the last Makefile in our code base.
Also change the section style within ReleaseNotes from asciidoc style to
asciidoctor style.
Also I feel that put images/link.png under ReleaseNotes and deal with
all the resource packing is too stupid, so I used the unicode emoji
instead of the picture ("🔗"). If this is too crazy, we can also use "#"
instead :) This also affects documentation rendering.
Other side effects:
1. The css of release notes switched from default asciidoc css into
default asciidoctor css.
2. The section anchors for ReleaseNotes/index.html changed from "2_13"
to "s2_13", because asciidoctorj is unhappy with anchors without
letters.
Change-Id: I4adf2ce090385cc6b699445012f10a009892aaac
23 lines
957 B
Plaintext
23 lines
957 B
Plaintext
= Release notes for Gerrit 2.4.2
|
|
|
|
Gerrit 2.4.2 is now available:
|
|
|
|
link:https://www.gerritcodereview.com/download/gerrit-2.4.2.war[https://www.gerritcodereview.com/download/gerrit-2.4.2.war]
|
|
|
|
There are no schema changes from 2.4, or 2.4.1.
|
|
|
|
However, if upgrading from anything earlier, follow the upgrade
|
|
procedure in the 2.4 link:ReleaseNotes-2.4.html[ReleaseNotes].
|
|
|
|
== Security Fixes
|
|
* Some access control sections may be ignored
|
|
+
|
|
Gerrit sometimes ignored an access control section in a project
|
|
if the exact same section name appeared in All-Projects. The bug
|
|
required an unrelated project to have access.inheritFrom set to
|
|
All-Projects and be accessed before the project that has the same
|
|
section name as All-Projects. This is an unlikely scenario for
|
|
most servers, as Gerrit does not normally set inheritFrom equal to
|
|
All-Projects. The usual behavior is to not supply this property in
|
|
project.config, and permit the implicit inheritance to take place.
|