Download: 2.10.8 | 2.10.7 | 2.10.6 | 2.10.5 | 2.10.4 | 2.10.3 | 2.10.2 | 2.10.1 | 2.10
Documentation: 2.10.8 | 2.10.7 | 2.10.6 | 2.10.5 | 2.10.4 | 2.10.3 | 2.10.2 | 2.10.1 | 2.10
Support for externally loaded plugins.
Plugins can be implemented in Scala or Groovy using the Groovy provider and Scala provider plugins.
Customizable My menu.
Users can customize the contents of the My menu in the top menu. Administrators can configure the default contents of the menu.
For full details please refer to the release notes on the old site.
Issue 10262: Fix validation of wants in git-upload-pack for protocol v0 stateless transports.
See the following section for details.
Upgrade JGit to 4.5.5.201812240535-r.
This upgrade includes several major versions since 4.0.0 used in Gerrit version 2.10.7. Important fixes are summarized below. Please refer to the corresponding JGit release notes for full details.
Issue 10262: Fix validation of wants in git-upload-pack for protocol v0 stateless transports.
AdvertiseRefsHook was not called for git-upload-pack in protocol v0 stateless transports, meaning that wants were not validated and a user could fetch anything that is pointed to by any ref (using fetch-by-sha1), as long as they could guess the object name.