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
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
= Release notes for Gerrit 2.8.3
|
|
|
|
There are no schema changes from link:ReleaseNotes-2.8.2.html[2.8.2].
|
|
|
|
Download:
|
|
link:https://www.gerritcodereview.com/download/gerrit-2.8.3.war[
|
|
https://www.gerritcodereview.com/download/gerrit-2.8.3.war]
|
|
|
|
|
|
== Bug Fixes
|
|
|
|
* Fix for merging multiple changes with "Cherry Pick", "Merge Always" and
|
|
"Merge If Necessary" strategies.
|
|
+
|
|
If 2 or more changes were pending submit to the same project and branch,
|
|
it was possible for them to all be marked as status "merged" but only some of
|
|
them to actually land into the branch.
|
|
|
|
|
|
== Documentation
|
|
|
|
* Minor fixes in the
|
|
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.3/dev-buck.html[
|
|
buck build documentation].
|
|
|
|
* Clarification of the `commitWithin` setting in the
|
|
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.3/config-gerrit.html#__a_id_index_a_section_index[
|
|
Lucene index configuration].
|
|
+
|
|
Configuring the Lucene index to commit after every write can cause
|
|
poor performance of the reindex program.
|
|
|