Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 1 | = Release notes for Gerrit 2.1.2.4 |
Shawn O. Pearce | b849b72 | 2010-04-27 17:55:00 -0700 | [diff] [blame] | 2 | |
| 3 | Gerrit 2.1.2.4 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 | b849b72 | 2010-04-27 17:55:00 -0700 | [diff] [blame] | 6 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 7 | == New Features |
Shawn O. Pearce | b849b72 | 2010-04-27 17:55:00 -0700 | [diff] [blame] | 8 | |
| 9 | * Add 'checkout' download command to patch sets |
| 10 | + |
| 11 | The Download area of a patch set now offers a command line to fetch |
| 12 | and checkout the patch set on a detached HEAD. This is more suitable |
| 13 | for building and testing the change locally. |
| 14 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 15 | == Bug Fixes |
Shawn O. Pearce | b849b72 | 2010-04-27 17:55:00 -0700 | [diff] [blame] | 16 | |
| 17 | * issue 545 Fallback to ISO-8859-1 if charset isn't supported |
| 18 | + |
| 19 | Some input files are misrecognized by the jchardet library that is |
| 20 | used to automatically guess a character set. A guessed charset |
| 21 | might not even be supported by the local JRE. In such cases the |
| 22 | ISO-8859-1 character set is used as a fallback, so the file content |
| 23 | is still visible. |
| 24 | |
Shawn O. Pearce | c59e5ee | 2010-05-04 16:54:02 -0700 | [diff] [blame] | 25 | * issue 553 Bugs sometimes added as change reviewers |
| 26 | + |
| 27 | Bug references were sometimes added as an 'Anonymous Coward' change |
| 28 | reviewer when the line used to mention the bug in the commit message |
| 29 | was the same length as 'Signed-off-by'. Fixed. |
| 30 | |
| 31 | * Update JGit to 0.7.1.46-gdd63f5c to fix empty tree bug |
Shawn O. Pearce | b849b72 | 2010-04-27 17:55:00 -0700 | [diff] [blame] | 32 | + |
| 33 | Repositories which contained an empty tree object (very uncommon, its |
| 34 | technically a bug to produce a repository like this) wouldn't clone |
| 35 | properly from the embedded Gerrit SSH or HTTP daemon. Fixed upstream |
| 36 | in JGit 0.7.0, but we never picked up the bug fix release. |
| 37 | |
Shawn O. Pearce | 3803582 | 2010-05-04 13:40:07 -0700 | [diff] [blame] | 38 | * Allow LDAP to unset the user name |
| 39 | + |
| 40 | If the user name is configured to be set only by the LDAP directory, |
| 41 | and an account has a user name, but the name is no longer present |
| 42 | in the directory, Gerrit crashed during sign-in while trying to |
| 43 | clear out the user name. Fixed. |
| 44 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 45 | === Documentation Corrections |
Shawn O. Pearce | b849b72 | 2010-04-27 17:55:00 -0700 | [diff] [blame] | 46 | |
| 47 | * documentation: Elaborate on branch level Owner |
| 48 | + |
| 49 | Documentation didn't describe that the Owner permission within a |
| 50 | project can be used to delegate control over a branch namespace to |
| 51 | another group. |
| 52 | |
| 53 | * documentation: Document Read Access +2 aka Upload Access |
| 54 | + |
| 55 | The documentation didn't describe what Read +2 means. |