Shawn O. Pearce | c20e283 | 2010-02-17 09:16:26 -0800 | [diff] [blame] | 1 | Release notes for Gerrit 2.0.15 |
| 2 | =============================== |
| 3 | |
| 4 | Gerrit 2.0.15 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 | Schema Change |
| 9 | ------------- |
| 10 | |
| 11 | None. For a change. :-) |
| 12 | |
| 13 | New Features |
| 14 | ------------ |
| 15 | * Allow other ignore whitespace settings beyond IGNORE_S... |
| 16 | + |
| 17 | Now you can ignore whitespace inside the middle of a line, in addition to on the ends. |
| 18 | |
| 19 | Bug Fixes |
| 20 | --------- |
| 21 | * Update SSHD to include SSHD-28 (deadlock on close) bug... |
| 22 | + |
| 23 | Fixes 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 | + |
| 27 | Long 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 | + |
| 32 | Stupid bugs in the patch viewing code. Random server errors and/or client UI crashes. |
| 33 | |
| 34 | Other 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 |