blob: 7de1f7621c029fbac893f09bb201b9ad2a0cbbc1 [file] [log] [blame]
Shawn O. Pearcec20e2832010-02-17 09:16:26 -08001Release notes for Gerrit 2.0.15
2===============================
3
4Gerrit 2.0.15 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
8Schema Change
9-------------
10
11None. For a change. :-)
12
13New Features
14------------
15* Allow other ignore whitespace settings beyond IGNORE_S...
16+
17Now you can ignore whitespace inside the middle of a line, in addition to on the ends.
18
19Bug Fixes
20---------
21* Update SSHD to include SSHD-28 (deadlock on close) bug...
22+
23Fixes a major stability problem with the internal SSHD. Without this patch the daemon can become unresponsive, requiring a complete JVM restart to recover the daemon. The symptom is connections appear to work sporadically... some connections are fine while others freeze during setup, or during data transfer.
24
25* Fix line-wrapped To/CC email headers
26+
27Long To/CC headers with multiple recipients sometimes ran together, making Reply-to-all in the user's email client not address them correctly. This was a bug in the header formatting code, it wasn't RFC 2822 compliant.
28
29* GERRIT-227 Fix server error when remaining hunks are comments
30* Fix binary search in SparseFileContent
31+
32Stupid bugs in the patch viewing code. Random server errors and/or client UI crashes.
33
34Other Changes
35-------------
36* Restart 2.0.15 development
37* Update JGit to 0.4.0-411-g8076bdb
38* Remove dead isGerrit method from AbstractGitCommand
39* Update JSch to 0.1.41
40* gerrit 2.0.15