Merge branch 'stable-2.7'

* stable-2.7:
  Release notes for 2.5.4
  Require preferred email to be a verified address
  Corrections in the 2.5.x release notes
This commit is contained in:
Shawn Pearce
2013-05-18 13:08:44 -07:00
5 changed files with 35 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ link:http://code.google.com/p/gerrit/downloads/detail?name=gerrit-full-2.5.1.war
There are no schema changes from 2.5, or 2.5.1.
However, if upgrading from anything earlier version, follow the upgrade
However, if upgrading from a version older than 2.5, follow the upgrade
procedure in the 2.5 link:ReleaseNotes-2.5.html[Release Notes].
Security Fixes

View File

@@ -5,9 +5,9 @@ Gerrit 2.5.3 is now available:
link:http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.5.3.war[http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.5.3.war]
There are no schema changes from any member of the 2.5.x versions.
There are no schema changes from any of the 2.5.x versions.
However, if upgrading from anything earlier version, follow the upgrade
However, if upgrading from a version older than 2.5, follow the upgrade
procedure in the 2.5 link:ReleaseNotes-2.5.html[Release Notes].
Security Fixes

View File

@@ -0,0 +1,22 @@
Release notes for Gerrit 2.5.4
==============================
Gerrit 2.5.4 is now available:
link:http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.5.4.war[http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.5.4.war]
There are no schema changes from any of the 2.5.x versions.
However, if upgrading from a version older than 2.5, follow the upgrade
procedure in the 2.5 link:ReleaseNotes-2.5.html[Release Notes].
Bug Fixes
---------
* Require preferred email to be verified
+
Some users were able to select a preferred email address that was
not previously verified. This may have allowed the server to send
notifications to an invalid destination, resulting in higher than
usual bounce rates.
No other changes since 2.5.3.

View File

@@ -9,6 +9,7 @@ Version 2.6.x
[[2_5]]
Version 2.5.x
-------------
* link:ReleaseNotes-2.5.4.html[2.5.4]
* link:ReleaseNotes-2.5.3.html[2.5.3]
* link:ReleaseNotes-2.5.2.html[2.5.2]
* link:ReleaseNotes-2.5.1.html[2.5.1]