Merge branch 'stable-2.8' into stable-2.9
* stable-2.8: Release notes for Gerrit 2.8.6.1 Remove reference to MyISAM from database setup documentation Update version to 2.8.6.1 Upgrade gwtorm to 1.7.3 Conflicts: VERSION gerrit-plugin-archetype/pom.xml gerrit-plugin-gwt-archetype/pom.xml gerrit-plugin-gwtui/pom.xml gerrit-plugin-js-archetype/pom.xml lib/BUCK Change-Id: Ic5046ad7a73aeb67313bfe8b6af1bda42d6723c9
This commit is contained in:
commit
379e61e02c
@ -56,14 +56,6 @@ rights on it:
|
||||
FLUSH PRIVILEGES;
|
||||
----
|
||||
|
||||
If you are using the MyISAM engine, you need to set latin1 as charset:
|
||||
|
||||
----
|
||||
mysql
|
||||
|
||||
ALTER DATABASE reviewdb charset=latin1;
|
||||
----
|
||||
|
||||
Visit MySQL's link:http://dev.mysql.com/doc/[documentation] for further
|
||||
information regarding using MySQL.
|
||||
|
||||
|
23
ReleaseNotes/ReleaseNotes-2.8.6.1.txt
Normal file
23
ReleaseNotes/ReleaseNotes-2.8.6.1.txt
Normal file
@ -0,0 +1,23 @@
|
||||
Release notes for Gerrit 2.8.6.1
|
||||
================================
|
||||
|
||||
There are no schema changes from link:ReleaseNotes-2.8.6.html[2.8.6].
|
||||
|
||||
Download:
|
||||
link:https://gerrit-releases.storage.googleapis.com/gerrit-2.8.6.1.war[
|
||||
https://gerrit-releases.storage.googleapis.com/gerrit-2.8.6.1.war]
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
* The fix in 2.8.6 for the merge queue race condition caused a regression
|
||||
in database transaction handling.
|
||||
|
||||
* The fix in 2.8.6 for the LIMIT clause caused a regression in Oracle
|
||||
database support.
|
||||
|
||||
|
||||
Updates
|
||||
-------
|
||||
|
||||
* gwtorm is updated to 1.7.3
|
@ -9,6 +9,7 @@ Version 2.9.x
|
||||
[[2_8]]
|
||||
Version 2.8.x
|
||||
-------------
|
||||
* link:ReleaseNotes-2.8.6.1.html[2.8.6.1]
|
||||
* link:ReleaseNotes-2.8.6.html[2.8.6]
|
||||
* link:ReleaseNotes-2.8.5.html[2.8.5]
|
||||
* link:ReleaseNotes-2.8.4.html[2.8.4]
|
||||
|
1
VERSION
1
VERSION
@ -3,3 +3,4 @@
|
||||
# when talking to the destination repository.
|
||||
#
|
||||
GERRIT_VERSION = '2.9-SNAPSHOT'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user