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
25 lines
798 B
Plaintext
25 lines
798 B
Plaintext
= Release notes for Gerrit 2.10.5
|
|
|
|
There are no schema changes from link:ReleaseNotes-2.10.4.html[2.10.4].
|
|
|
|
Download:
|
|
link:https://gerrit-releases.storage.googleapis.com/gerrit-2.10.5.war[
|
|
https://gerrit-releases.storage.googleapis.com/gerrit-2.10.5.war]
|
|
|
|
== Bug Fixes
|
|
|
|
* Update JGit to include a memory leak fix as discussed
|
|
link:https://groups.google.com/forum/#!topic/repo-discuss/RRQT_xCqz4o[here]
|
|
|
|
* Attempt to fix the "Cannot read project" issue in Gerrit, as discussed
|
|
link:https://groups.google.com/forum/\#!topic/repo-discuss/ZeGWPyyJlrM[here]
|
|
and
|
|
link:https://groups.google.com/forum/#!topic/repo-discuss/CYYoHfDxCfA[here]
|
|
|
|
* Fixed a regression caused by the defaultValue feature which broke the ability
|
|
to remove labels in subprojects
|
|
|
|
== Updates
|
|
|
|
* Update JGit to v4.0.0.201506090130-r
|