Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 1 | = Release notes for Gerrit 2.0.8 |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 2 | |
| 3 | Gerrit 2.0.8 is now available in the usual location: |
| 4 | |
Shawn Pearce | 6d7ebc6 | 2015-06-12 16:34:42 -0700 | [diff] [blame] | 5 | link:https://www.gerritcodereview.com/download/index.html[https://www.gerritcodereview.com/download/index.html] |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 6 | |
| 7 | *WARNING: This version contains a schema change.* |
| 8 | |
| 9 | Schema upgrade: |
| 10 | |
| 11 | java -jar gerrit.war --cat sql/upgrade006_007.sql | psql reviewdb |
| 12 | |
| 13 | This version has some major bug fixes for JGit. I strongly encourage people to upgrade, we had a number of JGit bugs identified last week, all of them should be fixed in this release. |
| 14 | |
| 15 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 16 | == New Features |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 17 | * Allow users to subscribe to submitted change events |
| 18 | + |
| 19 | Someone asked me on an IRC channel to have Gerrit send emails when changes are actually merged into a project. This is what triggered the schema change; there is a new checkbox on the Watched Projects list under Settings to subscribe to these email notifications. |
| 20 | |
| 21 | * BCC any user who has starred a change when sending rela... |
| 22 | + |
| 23 | A nice idea. If the user starred the change, keep them informed on all emails related to that change, even if they aren't otherwise watching that project. |
| 24 | |
| 25 | * GERRIT-33 Quote the line a comment applies to when sending commen... |
| 26 | + |
| 27 | A long standing "bug"/feature request. I had a small chunk of time I didn't know what else to do with on Friday... it was too small for most items on the open list, so this got done instead. |
| 28 | |
| 29 | * Record the remote host name in the reflogs |
| 30 | * Record the starting revision expression used when makin... |
| 31 | + |
| 32 | The reflogs now contain the remote user's IP address when Gerrit makes edits, resulting in slightly more detail than was there before. |
| 33 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 34 | == Bug Fixes |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 35 | * Make sure only valid ObjectIds can be passed into git d... |
| 36 | * GERRIT-92 Upgrade JGit to 0.4.0-262-g3c268c8 |
| 37 | + |
| 38 | The JGit bug fixes are rather major. I would strongly encourage upgrading. |
| 39 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 40 | == Other Changes |
Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 41 | * Start 2.0.8 development |
| 42 | * Upgrade MINA SSHD to SVN trunk 755651 |
| 43 | * Fix a minor whitespace error in ChangeMail |
| 44 | * Refactor patch parsing support to be usable outside of ... |
| 45 | * Gerrit 2.0.8 |