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
20 lines
611 B
Plaintext
20 lines
611 B
Plaintext
= Release notes for Gerrit 2.1.2.2
|
|
|
|
Gerrit 2.1.2.2 is now available in the usual location:
|
|
|
|
link:https://www.gerritcodereview.com/download/index.html[https://www.gerritcodereview.com/download/index.html]
|
|
|
|
== Bug Fixes
|
|
|
|
* Add ',' to be encoded in email headers.
|
|
+
|
|
Email headers which used UTF-8 character set encoding did not
|
|
properly escape a comma. Fixed.
|
|
|
|
* issue 513 Log OpenID SSL failures
|
|
+
|
|
If OpenID authentication fails, such as due to the JRE not having
|
|
access to any of the root certificates and therefore being unable
|
|
to open an https connection, the problem is now logged to the
|
|
server's error_log.
|