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