Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 1 | Release notes for Gerrit 2.0.4 |
| 2 | ============================== |
| 3 | |
| 4 | Gerrit 2.0.4 is now available in the usual location: |
| 5 | |
| 6 | link: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 | |
| 10 | Simple version of the schema upgrade: |
| 11 | |
| 12 | java -jar gerrit.war --cat sql/upgrade004_005_part1.sql | psql reviewdb |
| 13 | |
| 14 | If you aren't collecting the contact information fields on individual |
| 15 | user accounts (the accounts columns contact_address, contact_country, |
| 16 | contact_phone_nbr, contact_fax_nbr) then you can safely apply both the |
| 17 | part1 and part2 upgrades without further thought. |
| 18 | |
| 19 | java -jar gerrit.war --cat sql/upgrade004_005_part2.sql | psql reviewdb |
| 20 | |
| 21 | After this upgrade, the contact fields under My > Settings > Contact |
| 22 | Information will be hidden. |
| 23 | |
| 24 | A much longer upgrade process is explained in the documentation if you |
| 25 | need 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 | + |
| 30 | This horribly painful change was necessary to better protect |
| 31 | individual user's privacy by strongly encrypting their contact |
| 32 | information, and storing it "off site". |
| 33 | |
| 34 | Other 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 |