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
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
= Release notes for Gerrit 2.0.6
|
|
|
|
Gerrit 2.0.6 is now available in the usual location:
|
|
|
|
link:https://www.gerritcodereview.com/download/index.html[https://www.gerritcodereview.com/download/index.html]
|
|
|
|
== New Features
|
|
|
|
* GERRIT-41 Add support for abandoning a dead change
|
|
+
|
|
Everyone cheer for Brad Larson for providing this!
|
|
|
|
* Bold substrings which match query when showing completi...
|
|
|
|
== Bug Fixes
|
|
|
|
* GERRIT-43 Work around Safari 3.2.1 OpenID login problems
|
|
* GERRIT-43 Suggest boosting the headerBufferSize when deploying un...
|
|
* GERRIT-94 Only show the progress meter if we haven't reset the ta...
|
|
* GERRIT-94 Defer showing the patch set table until it is fully bui...
|
|
* GERRIT-76 Upgrade to JGit 0.4.0-209-g9c26a41
|
|
* Ensure branches modified through web UI replicate
|
|
|
|
== Other Changes
|
|
|
|
* Start 2.0.6 development
|
|
* Generate the id for the iframe used during OpenID login
|
|
* Fix formatting after method rename caused longer lines
|
|
* Change copyright messages in file headers to AOSP
|
|
* Add missing copyright notice headers to Java sources
|
|
* Support running the SSH daemon from the command line
|
|
* Ignore GerritServer.properties at the top level
|
|
* Fix gerrit_macos.launch to make Eclipse happy
|
|
* Merge
|
|
* Merge
|
|
* Gerrit 2.0.6 |