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