blob: b155f80e4bc84866a842956214526a712463928e [file] [log] [blame]
David Ostrovskyf02eefd2013-12-07 16:56:31 +01001Release notes for Gerrit 2.8.1
2==============================
3
4There are no schema changes from link:ReleaseNotes-2.8.html[2.8].
5
6link:https://gerrit-releases.storage.googleapis.com/gerrit-2.8.1.war[https://gerrit-releases.storage.googleapis.com/gerrit-2.8.1.war]
7
8Bug Fixes
9---------
10* link:https://code.google.com/p/gerrit/issues/detail?id=2073[Issue 2073]:
11Changes that depend on outdated patch sets were missing in the related changes list.
12+
13After rebasing the first change the other changes disappeared from the related changes list.
14
David Pursehouse01105502014-01-11 22:17:35 +090015* Don't list the same change twice in related changes.
16
17* Fix plugin API packaging.
18+
19Parts from JGit's signed library were included in the plugin API. As a consequence unit
20tests were failing to execute against it.
David Pursehousebc9dc832013-12-10 10:41:02 +090021
22* Fix IllegalArgumentException in task queue comparator.
23+
24This could happen if you have a long queue and the state of a task (DONE, CANCELLED,
25RUNNING, READY, SLEEPING, OTHER) changes while the sorting is ongoing.
26
27* Delegate to the filters for init and destroy phases in AllRequestFilter.
28+
29This fixes a bug that prevented javamelody from working properly.
30
31* Fix ArrayOutOfBoundsException on initial commits.
32+
33This happened if a new patch set was given for an initial commit in a repository.
34
David Pursehouse01105502014-01-11 22:17:35 +090035* link:https://code.google.com/p/gerrit/issues/detail?id=2320[Issue 2320],
36link:https://code.google.com/p/gerrit/issues/detail?id=2360[Issue 2360]:
37Enable syntax highlighting for CXX, HXX, Python, Go, Scala, BUCK and .gitmodules.
38
39* Preserve SNAPSHOT suffix in Maven artifact names.
40+
41The SNAPSHOT suffix was being removed, which prevented Buck from
42downloading the Gitblit plugin's custom artifacts from the Gerritforge
43repository.
44
45* Always show repo download command if repo download scheme is enabled.
46
47* Minor fixes in the documentation.