Shawn O. Pearce | 170d4c0 | 2010-03-29 16:20:58 -0700 | [diff] [blame] | 1 | Release notes for Gerrit 2.1.2.2 |
| 2 | ================================ |
| 3 | |
| 4 | Gerrit 2.1.2.2 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 | Bug Fixes |
| 9 | --------- |
| 10 | |
| 11 | * Add ',' to be encoded in email headers. |
| 12 | + |
| 13 | Email headers which used UTF-8 character set encoding did not |
| 14 | properly escape a comma. Fixed. |
| 15 | |
| 16 | * issue 513 Log OpenID SSL failures |
| 17 | + |
| 18 | If OpenID authentication fails, such as due to the JRE not having |
| 19 | access to any of the root certificates and therefore being unable |
| 20 | to open an https connection, the problem is now logged to the |
| 21 | server's error_log. |