blob: 89e7fddf86a85635d4c73604b762823db4acfbc5 [file] [log] [blame]
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -07001= Release notes for Gerrit 2.0.8
Shawn O. Pearcec20e2832010-02-17 09:16:26 -08002
3Gerrit 2.0.8 is now available in the usual location:
4
Shawn Pearce6d7ebc62015-06-12 16:34:42 -07005link:https://www.gerritcodereview.com/download/index.html[https://www.gerritcodereview.com/download/index.html]
Shawn O. Pearcec20e2832010-02-17 09:16:26 -08006
7*WARNING: This version contains a schema change.*
8
9Schema upgrade:
10
11 java -jar gerrit.war --cat sql/upgrade006_007.sql | psql reviewdb
12
13This 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' Wang4f5ad9d2016-05-03 16:18:58 -070016== New Features
Shawn O. Pearcec20e2832010-02-17 09:16:26 -080017* Allow users to subscribe to submitted change events
18+
19Someone 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+
23A 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+
27A 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+
32The 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' Wang4f5ad9d2016-05-03 16:18:58 -070034== Bug Fixes
Shawn O. Pearcec20e2832010-02-17 09:16:26 -080035* Make sure only valid ObjectIds can be passed into git d...
36* GERRIT-92 Upgrade JGit to 0.4.0-262-g3c268c8
37+
38The JGit bug fixes are rather major. I would strongly encourage upgrading.
39
Yuxuan 'fishy' Wang4f5ad9d2016-05-03 16:18:58 -070040== Other Changes
Shawn O. Pearcec20e2832010-02-17 09:16:26 -080041* 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