blob: 6e9a49e1f555f28fad1f8c97cac2a349ee5c2919 [file] [log] [blame]
Shawn O. Pearce3bbc1f82010-06-01 10:21:45 -07001Release notes for Gerrit 2.1.2.5
2================================
3
4Gerrit 2.1.2.5 is now available in the usual location:
5
Shawn Pearce6d7ebc62015-06-12 16:34:42 -07006link:https://www.gerritcodereview.com/download/index.html[https://www.gerritcodereview.com/download/index.html]
Shawn O. Pearce3bbc1f82010-06-01 10:21:45 -07007
8Bug Fixes
9---------
10
11* issue 390 Resolve objects going missing
12+
13Clients disconnecting from the SSH server sometimes caused an
14interrupt to be delivered to their corresponding server work thread.
15That interrupt delivered at the wrong time caused a file to be
16closed unexpectedly, resulting in JGit marking the file as invalid
17and thereby losing access to its contents. Fixed by serializing
18access to the file.
19
20* ps: Fix implementation to alias to gerrit show-queue
21+
22The SSH command `ps` was meant to be an alias for `gerrit show-queue`
23but due to a copy-and-paste error was actually an alias for a
24different command. Fixed.