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