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
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
= Release notes for Gerrit 2.11.7
|
|
|
|
Gerrit 2.11.7 is now available:
|
|
|
|
link:https://gerrit-releases.storage.googleapis.com/gerrit-2.11.7.war[
|
|
https://gerrit-releases.storage.googleapis.com/gerrit-2.11.7.war]
|
|
|
|
There are no schema changes from link:ReleaseNotes-2.11.6.html[2.11.6].
|
|
|
|
== Bug Fixes
|
|
|
|
* link:https://code.google.com/p/gerrit/issues/detail?id=3882[Issue 3882]:
|
|
Fix 'No user on email thread' exception when label with group parameter is
|
|
used in watched projects predicate.
|
|
|
|
* link:https://code.google.com/p/gerrit/issues/detail?id=3877[Issue 3877]:
|
|
Include files in output when using `gerrit query` with combination of
|
|
search operators.
|
|
+
|
|
A regression introduced in version 2.11.6 caused files to be omitted
|
|
in the output.
|
|
|
|
* Include comments in output when using `gerrit query` with the
|
|
`--current-patch-set` option.
|
|
+
|
|
Comments were added at the change level but were not added at the
|
|
patch set level.
|
|
|
|
* Honor the `sendemail.allowrcpt` setting when adding new email address.
|
|
+
|
|
When adding a new email address via the UI or REST API, it was possible for
|
|
the user to add an address that does not belong to a domain allowed by the
|
|
`sendemail.allowrcpt` configuration. However, when sending the verification
|
|
email, the recipient address was (correctly) dropped, and the email had no
|
|
recipients. This resulted in an error from the SMTP server and an 'Internal
|
|
server error' message to the user.
|
|
|
|
* Remove unnecessary log messages.
|
|
+
|
|
The messages 'Assuming empty group membership' and 'Skipping delivery of
|
|
email' do not add any value and were filling up the error log.
|
|
|