blob: 6da317dee437c71a9f08e5f951e43b81ce84ced4 [file] [log] [blame]
Shawn O. Pearcec20e2832010-02-17 09:16:26 -08001Release notes for Gerrit 2.0.4
2==============================
3
4Gerrit 2.0.4 is now available in the usual location:
5
6link:http://code.google.com/p/gerrit/downloads/list[http://code.google.com/p/gerrit/downloads/list]
7
8*WARNING: This version contains a schema change.*
9
10Simple version of the schema upgrade:
11
12 java -jar gerrit.war --cat sql/upgrade004_005_part1.sql | psql reviewdb
13
14If you aren't collecting the contact information fields on individual
15user accounts (the accounts columns contact_address, contact_country,
16contact_phone_nbr, contact_fax_nbr) then you can safely apply both the
17part1 and part2 upgrades without further thought.
18
19 java -jar gerrit.war --cat sql/upgrade004_005_part2.sql | psql reviewdb
20
21After this upgrade, the contact fields under My > Settings > Contact
22Information will be hidden.
23
24A much longer upgrade process is explained in the documentation if you
25need to store the contact data.
26
27* http://gerrit.googlecode.com/svn/documentation/2.0/config-contact.html
28* http://gerrit.googlecode.com/svn/documentation/2.0/config-contact.html#upgrade_203
29+
30This horribly painful change was necessary to better protect
31individual user's privacy by strongly encrypting their contact
32information, and storing it "off site".
33
34Other Changes
35-------------
36* Change to 2.0.3-SNAPSHOT
37* Correct grammar in the patch conflict messages
38* Document how to create branches through SSH and web
39* Add how/why we call Gerrit Gerrit to the background sect...
40* Don't bother logging IO errors caused by disappearing cl...
41* Remove old entries from our feature roadmap
42* Add a link to our issue tracker to the feature roadmap
43* Add documentation on the access control lists and rights
44* Escape single quotes when escaping text for HTML inclusi...
45* Document that install was tested with Jetty 6.1.14 and l...
46* Add a note about CA Siteminder long headers and Jetty
47* Make sure the WorkQueue terminates when running command ...
48* Move all contact information out of database to encrypte...
49* Peg the versions of JGit and MINA SSHD to something known
50* gerrit 2.0.4