Merge changes Icf972799,I6bb96382 into stable-2.11
* changes: Set version to 2.11.8 Release notes for Gerrit 2.11.8
This commit is contained in:
41
ReleaseNotes/ReleaseNotes-2.11.8.txt
Normal file
41
ReleaseNotes/ReleaseNotes-2.11.8.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
Release notes for Gerrit 2.11.8
|
||||
===============================
|
||||
|
||||
Gerrit 2.11.8 is now available:
|
||||
|
||||
link:https://gerrit-releases.storage.googleapis.com/gerrit-2.11.8.war[
|
||||
https://gerrit-releases.storage.googleapis.com/gerrit-2.11.8.war]
|
||||
|
||||
There are no schema changes from link:ReleaseNotes-2.11.7.html[2.11.7].
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
* Upgrade Apache commons-collections to version 3.2.2.
|
||||
+
|
||||
Includes a fix for a link:https://issues.apache.org/jira/browse/COLLECTIONS-580[
|
||||
remote code execution exploit].
|
||||
|
||||
* link:https://code.google.com/p/gerrit/issues/detail?id=1207[Issue 1207]:
|
||||
Fix keyboard shortcuts for non-US keyboards on side-by-side diff screen.
|
||||
+
|
||||
The forward/backward navigation keys `[` and `]` only worked on keyboards where
|
||||
these characters could be typed without using any modifier key (like CTRL, ALT,
|
||||
etc.).
|
||||
+
|
||||
Note that the problem still exists on the unified diff screen.
|
||||
|
||||
* link:https://code.google.com/p/gerrit/issues/detail?id=3919[Issue 3919]:
|
||||
Explicitly set parent project to 'All-Projects' when a project is created
|
||||
without giving the parent.
|
||||
|
||||
* Don't add message twice on abandon or restore via ssh review command.
|
||||
+
|
||||
When abandoning or reviewing a change via the ssh `review` command, and
|
||||
providing a message with the `--message` option, the message was added to
|
||||
the change twice.
|
||||
|
||||
* Clear the input box after cancelling add reviewer action.
|
||||
+
|
||||
When the action was cancelled, the content of the input box was still
|
||||
there when opening it again.
|
||||
@@ -4,6 +4,7 @@ Gerrit Code Review - Release Notes
|
||||
[[2_11]]
|
||||
Version 2.11.x
|
||||
--------------
|
||||
* link:ReleaseNotes-2.11.8.html[2.11.8]
|
||||
* link:ReleaseNotes-2.11.7.html[2.11.7]
|
||||
* link:ReleaseNotes-2.11.6.html[2.11.6]
|
||||
* link:ReleaseNotes-2.11.5.html[2.11.5]
|
||||
|
||||
2
VERSION
2
VERSION
@@ -2,4 +2,4 @@
|
||||
# Used by :api_install and :api_deploy targets
|
||||
# when talking to the destination repository.
|
||||
#
|
||||
GERRIT_VERSION = '2.11.7'
|
||||
GERRIT_VERSION = '2.11.8'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
<artifactId>gerrit-extension-api</artifactId>
|
||||
<version>2.11.7</version>
|
||||
<version>2.11.8</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Gerrit Code Review - Extension API</name>
|
||||
<description>API for Gerrit Extensions</description>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
<artifactId>gerrit-plugin-api</artifactId>
|
||||
<version>2.11.7</version>
|
||||
<version>2.11.8</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Gerrit Code Review - Plugin API</name>
|
||||
<description>API for Gerrit Plugins</description>
|
||||
|
||||
@@ -20,7 +20,7 @@ limitations under the License.
|
||||
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
<artifactId>gerrit-plugin-archetype</artifactId>
|
||||
<version>2.11.7</version>
|
||||
<version>2.11.8</version>
|
||||
<name>Gerrit Code Review - Plugin Archetype</name>
|
||||
<description>Maven Archetype for Gerrit Plugins</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
|
||||
@@ -20,7 +20,7 @@ limitations under the License.
|
||||
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
<artifactId>gerrit-plugin-gwt-archetype</artifactId>
|
||||
<version>2.11.7</version>
|
||||
<version>2.11.8</version>
|
||||
<name>Gerrit Code Review - Web UI GWT Plugin Archetype</name>
|
||||
<description>Maven Archetype for Gerrit Web UI GWT Plugins</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
<artifactId>gerrit-plugin-gwtui</artifactId>
|
||||
<version>2.11.7</version>
|
||||
<version>2.11.8</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Gerrit Code Review - Plugin GWT UI</name>
|
||||
<description>Common Classes for Gerrit GWT UI Plugins</description>
|
||||
|
||||
@@ -20,7 +20,7 @@ limitations under the License.
|
||||
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
<artifactId>gerrit-plugin-js-archetype</artifactId>
|
||||
<version>2.11.7</version>
|
||||
<version>2.11.8</version>
|
||||
<name>Gerrit Code Review - Web UI JavaScript Plugin Archetype</name>
|
||||
<description>Maven Archetype for Gerrit Web UI JavaScript Plugins</description>
|
||||
<url>http://code.google.com/p/gerrit/</url>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google.gerrit</groupId>
|
||||
<artifactId>gerrit-war</artifactId>
|
||||
<version>2.11.7</version>
|
||||
<version>2.11.8</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Gerrit Code Review - WAR</name>
|
||||
<description>Gerrit WAR</description>
|
||||
|
||||
Reference in New Issue
Block a user