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