gerrit/ReleaseNotes/ReleaseNotes-2.0.4.txt
Yuxuan 'fishy' Wang 4f5ad9d313 Use buck rule for ReleaseNotes instead of Makefile
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
2016-05-17 23:23:31 +00:00

48 lines
2.0 KiB
Plaintext

= Release notes for Gerrit 2.0.4
Gerrit 2.0.4 is now available in the usual location:
link:https://www.gerritcodereview.com/download/index.html[https://www.gerritcodereview.com/download/index.html]
*WARNING: This version contains a schema change.*
Simple version of the schema upgrade:
java -jar gerrit.war --cat sql/upgrade004_005_part1.sql | psql reviewdb
If you aren't collecting the contact information fields on individual
user accounts (the accounts columns contact_address, contact_country,
contact_phone_nbr, contact_fax_nbr) then you can safely apply both the
part1 and part2 upgrades without further thought.
java -jar gerrit.war --cat sql/upgrade004_005_part2.sql | psql reviewdb
After this upgrade, the contact fields under My > Settings > Contact
Information will be hidden.
A much longer upgrade process is explained in the documentation if you
need to store the contact data.
* http://gerrit.googlecode.com/svn/documentation/2.0/config-contact.html
* http://gerrit.googlecode.com/svn/documentation/2.0/config-contact.html#upgrade_203
+
This horribly painful change was necessary to better protect
individual user's privacy by strongly encrypting their contact
information, and storing it "off site".
== Other Changes
* Change to 2.0.3-SNAPSHOT
* Correct grammar in the patch conflict messages
* Document how to create branches through SSH and web
* Add how/why we call Gerrit Gerrit to the background sect...
* Don't bother logging IO errors caused by disappearing cl...
* Remove old entries from our feature roadmap
* Add a link to our issue tracker to the feature roadmap
* Add documentation on the access control lists and rights
* Escape single quotes when escaping text for HTML inclusi...
* Document that install was tested with Jetty 6.1.14 and l...
* Add a note about CA Siteminder long headers and Jetty
* Make sure the WorkQueue terminates when running command ...
* Move all contact information out of database to encrypte...
* Peg the versions of JGit and MINA SSHD to something known
* gerrit 2.0.4