Merge lp:~hrvojem/percona-server/rn-5.1.67-14.3-5.5 into lp:percona-server/5.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 403
Proposed branch: lp:~hrvojem/percona-server/rn-5.1.67-14.3-5.5
Merge into: lp:percona-server/5.5
Diff against target: 192 lines (+62/-18)
3 files modified
doc/source/conf.py (+3/-3)
doc/source/release-notes/Percona-Server-5.5.29-29.4.rst (+14/-0)
doc/source/upstream-bug-fixes.rst (+45/-15)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.1.67-14.3-5.5
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Review via email: mp+143856@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/source/conf.py'
--- doc/source/conf.py 2013-01-15 08:59:21 +0000
+++ doc/source/conf.py 2013-01-18 11:14:24 +0000
@@ -54,7 +54,7 @@
54# The short X.Y version.54# The short X.Y version.
55version = '5.5'55version = '5.5'
56# The full version, including alpha/beta/rc tags.56# The full version, including alpha/beta/rc tags.
57release = '5.5.28-29.3'57release = '5.5.29-29.4'
5858
59# The language for content autogenerated by Sphinx. Refer to documentation59# The language for content autogenerated by Sphinx. Refer to documentation
60# for a list of supported languages.60# for a list of supported languages.
@@ -225,7 +225,7 @@
225# (source start file, target name, title, author, documentclass [howto/manual]).225# (source start file, target name, title, author, documentclass [howto/manual]).
226latex_documents = [226latex_documents = [
227 ('index', 'PerconaServer-5.5.tex', u'Percona Server Documentation',227 ('index', 'PerconaServer-5.5.tex', u'Percona Server Documentation',
228 u'Percona Inc', 'manual'),228 u'Percona Ireland Ltd. 2009-2013', 'manual'),
229]229]
230230
231# The name of an image file (relative to this directory) to place at the top of231# The name of an image file (relative to this directory) to place at the top of
@@ -258,7 +258,7 @@
258# (source start file, name, description, authors, manual section).258# (source start file, name, description, authors, manual section).
259man_pages = [259man_pages = [
260 ('index', 'perconaserver55', u'Percona Server 5.5 Documentation',260 ('index', 'perconaserver55', u'Percona Server 5.5 Documentation',
261 [u'Percona Inc'], 1)261 [u'Percona Ireland Ltd. 2009-2013'], 1)
262]262]
263263
264264
265265
=== added file 'doc/source/release-notes/Percona-Server-5.5.29-29.4.rst'
--- doc/source/release-notes/Percona-Server-5.5.29-29.4.rst 1970-01-01 00:00:00 +0000
+++ doc/source/release-notes/Percona-Server-5.5.29-29.4.rst 2013-01-18 11:14:24 +0000
@@ -0,0 +1,14 @@
1.. rn:: 5.5.29-29.4
2
3===============================
4 |Percona Server| 5.5.29-29.4
5===============================
6
7Percona is glad to announce the release of |Percona Server| 5.5.29-29.4 on January 21th, 2012 (Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.29-29.4/>`_ and from the `Percona Software Repositories <http://www.percona.com/docs/wiki/repositories:start>`_).
8
9Based on `MySQL 5.5.29 <http://dev.mysql.com/doc/refman/5.5/en/news-5.5.29.html>`_, including all the bug fixes in it, |Percona Server| 5.5.29-29.4 is now the current stable release in the 5.5 series. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.5.29-29.4 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.5.29-29.4>`_.
10
11Bug Fixes
12=========
13
14 Fixed the upstream bug :mysqlbug:`68045` and ported a fix for the security vulnerability `CVE-2012-4414 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4414>`_ from the |Percona Server| :rn:`5.5.28-29.3`. This bug fix replaces the upstream fix for the |MySQL| bug :mysqlbug:`66550`. More details about this can be found in Stewart's `blogpost <http://www.mysqlperformanceblog.com/2013/01/13/cve-2012-4414-in-mysql-5-5-29-and-percona-server-5-5-29/>`_. Bug fixed :bug:`1049871` (*Vlad Lesin*).
015
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2012-12-06 15:09:45 +0000
+++ doc/source/upstream-bug-fixes.rst 2013-01-18 11:14:24 +0000
@@ -5,63 +5,93 @@
5=============================================================5=============================================================
66
7+-------------------------------------------------------------------------------------------------------------+7+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`68045` - security vulnerability CVE-2012-4414 |
9|:Launchpad bug: :bug:`1049871` |
10|:Upstream state: N/A |
11|:Fix Released: :rn:`5.5.29-29.4` |
12|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`66550` - security vulnerability CVE-2012-4414 |
15|:Launchpad bug: :bug:`1049871` |
16|:Upstream state: N/A |
17|:Fix Released: :rn:`5.5.28-29.3` |
18|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+
20|:Upstream bug: :mysqlbug:`67685` - security vulnerability CVE-2012-5611 |
21|:Launchpad bug: :bug:`1083377` |
22|:Upstream state: N/A |
23|:Fix Released: :rn:`5.5.28-29.3` |
24|:Upstream fix: N/A |
25+-------------------------------------------------------------------------------------------------------------+
26|:Upstream bug: :mysqlbug:`66237` - Temporary files created by binary log cache are not purged after transa...|
27|:Launchpad bug: :bug:`1070856` |
28|:Upstream state: Verified (checked on 2013-01-18) |
29|:Fix Released: :rn:`5.5.28-29.3` |
30|:Upstream fix: N/A |
31+-------------------------------------------------------------------------------------------------------------+
32|:Upstream bug: :mysqlbug:`67606` - MySQL crashes with segmentation fault when disk quota is reached |
33|:Launchpad bug: :bug:`1079596` |
34|:Upstream state: Duplicate |
35|:Fix Released: :rn:`5.5.28-29.3` |
36|:Upstream fix: N/A |
37+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`67737` - mysqldump test sometimes fails due to mixing stdout and stderr |38|:Upstream bug: :mysqlbug:`67737` - mysqldump test sometimes fails due to mixing stdout and stderr |
9|:Launchpad bug: :bug:`959198` |39|:Launchpad bug: :bug:`959198` |
10|:Upstream state: Verified (checked on 2012-12-06) |40|:Upstream state: Closed |
11|:Fix Released: :rn:`5.5.28-29.2` |41|:Fix Released: :rn:`5.5.28-29.2` |
12|:Upstream fix: N/A |42|:Upstream fix: 5.5.29 |
13+-------------------------------------------------------------------------------------------------------------+43+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`62856` - Check for "stack overrun" doesn't work with gcc-4.6, server crashes |44|:Upstream bug: :mysqlbug:`62856` - Check for "stack overrun" doesn't work with gcc-4.6, server crashes |
15|:Launchpad bug: :bug:`1042517` |45|:Launchpad bug: :bug:`1042517` |
16|:Upstream state: Verified (checked on 2012-12-06) |46|:Upstream state: Verified (checked on 2013-01-18) |
17|:Fix Released: :rn:`5.5.28-29.1` |47|:Fix Released: :rn:`5.5.28-29.1` |
18|:Upstream fix: N/A |48|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+49+-------------------------------------------------------------------------------------------------------------+
20|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |50|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
21|:Launchpad bug: :bug:`1042517` |51|:Launchpad bug: :bug:`1042517` |
22|:Upstream state: Verified (checked on 2012-12-06) |52|:Upstream state: Verified (checked on 2013-01-18) |
23|:Fix Released: :rn:`5.5.27-29.0` |53|:Fix Released: :rn:`5.5.27-29.0` |
24|:Upstream fix: N/A |54|:Upstream fix: N/A |
25+-------------------------------------------------------------------------------------------------------------+55+-------------------------------------------------------------------------------------------------------------+
26|:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on ... |56|:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on ... |
27|:Launchpad bug: :bug:`1042517` |57|:Launchpad bug: :bug:`1042517` |
28|:Upstream state: Verified (checked on 2012-12-06) |58|:Upstream state: Verified (checked on 2013-01-18) |
29|:Fix Released: :rn:`5.5.27-29.0` |59|:Fix Released: :rn:`5.5.27-29.0` |
30|:Upstream fix: N/A |60|:Upstream fix: N/A |
31+-------------------------------------------------------------------------------------------------------------+61+-------------------------------------------------------------------------------------------------------------+
32|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|62|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
33|:Launchpad bug: :bug:`1042517` |63|:Launchpad bug: :bug:`1042517` |
34|:Upstream state: Verified (checked on 2012-12-06) |64|:Upstream state: Verified (checked on 2013-01-18) |
35|:Fix Released: :rn:`5.5.27-29.0` |65|:Fix Released: :rn:`5.5.27-29.0` |
36|:Upstream fix: N/A |66|:Upstream fix: N/A |
37+-------------------------------------------------------------------------------------------------------------+67+-------------------------------------------------------------------------------------------------------------+
38|:Upstream bug: :mysqlbug:`54127` - mysqld segfaults when built using --with-max-indexes=128 |68|:Upstream bug: :mysqlbug:`54127` - mysqld segfaults when built using --with-max-indexes=128 |
39|:Launchpad bug: :bug:`1042517` |69|:Launchpad bug: :bug:`1042517` |
40|:Upstream state: Verified (checked on 2012-12-06) |70|:Upstream state: Verified (checked on 2013-01-18) |
41|:Fix Released: :rn:`5.5.27-29.0` |71|:Fix Released: :rn:`5.5.27-29.0` |
42|:Upstream fix: N/A |72|:Upstream fix: N/A |
43+-------------------------------------------------------------------------------------------------------------+73+-------------------------------------------------------------------------------------------------------------+
44|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. | 74|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
45|:Launchpad bug: :bug:`1013432` |75|:Launchpad bug: :bug:`1013432` |
46|:Upstream state: Verified (checked on 2012-12-06) |76|:Upstream state: Verified (checked on 2013-01-18) |
47|:Fix Released: :rn:`5.5.27-28.0` |77|:Fix Released: :rn:`5.5.27-28.0` |
48|:Upstream fix: N/A |78|:Upstream fix: N/A |
49+-------------------------------------------------------------------------------------------------------------+79+-------------------------------------------------------------------------------------------------------------+
50|:Upstream bug: :mysqlbug:`66301` - INSERT ... ON DUPLICATE KEY UPDATE + innodb_autoinc_lock_mode=1 is broken |80|:Upstream bug: :mysqlbug:`66301` - INSERT ... ON DUPLICATE KEY UPDATE + innodb_autoinc_lock_mode=1 is broken |
51|:Launchpad bug: :bug:`1035225` |81|:Launchpad bug: :bug:`1035225` |
52|:Upstream state: Verified (checked on 2012-12-06) |82|:Upstream state: Verified (checked on 2013-01-18) |
53|:Fix Released: :rn:`5.5.27-28.0` |83|:Fix Released: :rn:`5.5.27-28.0` |
54|:Upstream fix: N/A |84|:Upstream fix: N/A |
55+-------------------------------------------------------------------------------------------------------------+85+-------------------------------------------------------------------------------------------------------------+
56|:Upstream bug: :mysqlbug:`60743` - typo in cmake/dtrace.cmake |86|:Upstream bug: :mysqlbug:`60743` - typo in cmake/dtrace.cmake |
57|:Launchpad bug: :bug:`1013455` |87|:Launchpad bug: :bug:`1013455` |
58|:Upstream state: Verified (checked on 2012-12-06) |88|:Upstream state: Verified (checked on 2013-01-18) |
59|:Fix Released: :rn:`5.5.25a-27.1` |89|:Fix Released: :rn:`5.5.25a-27.1` |
60|:Upstream fix: N/A |90|:Upstream fix: N/A |
61+-------------------------------------------------------------------------------------------------------------+91+-------------------------------------------------------------------------------------------------------------+
62|:Upstream bug: :mysqlbug:`64663` - Segfault when adding indexes to InnoDB temporary tables |92|:Upstream bug: :mysqlbug:`64663` - Segfault when adding indexes to InnoDB temporary tables |
63|:Launchpad bug: :bug:`999147` |93|:Launchpad bug: :bug:`999147` |
64|:Upstream state: Open (checked on 2012-12-06) |94|:Upstream state: Verified (checked on 2013-01-18) |
65|:Fix Released: :rn:`5.5.24-26.0` |95|:Fix Released: :rn:`5.5.24-26.0` |
66|:Upstream fix: N/A |96|:Upstream fix: N/A |
67+-------------------------------------------------------------------------------------------------------------+97+-------------------------------------------------------------------------------------------------------------+
@@ -79,7 +109,7 @@
79+-------------------------------------------------------------------------------------------------------------+109+-------------------------------------------------------------------------------------------------------------+
80|:Upstream bug: :mysqlbug:`64432` - Bug :mysqlbug:`54330` (Broken fast index creation) was never fixed in 5.5 |110|:Upstream bug: :mysqlbug:`64432` - Bug :mysqlbug:`54330` (Broken fast index creation) was never fixed in 5.5 |
81|:Launchpad bug: :bug:`939485` |111|:Launchpad bug: :bug:`939485` |
82|:Upstream state: Patch Queued (checked on 2012-12-06) |112|:Upstream state: Documenting (checked on 2013-01-18) |
83|:Fix Released: :rn:`5.5.21-25.0` |113|:Fix Released: :rn:`5.5.21-25.0` |
84|:Upstream fix: N/A |114|:Upstream fix: N/A |
85+-------------------------------------------------------------------------------------------------------------+115+-------------------------------------------------------------------------------------------------------------+
@@ -103,7 +133,7 @@
103+-------------------------------------------------------------------------------------------------------------+133+-------------------------------------------------------------------------------------------------------------+
104|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |134|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
105|:Launchpad bug: :bug:`857590` |135|:Launchpad bug: :bug:`857590` |
106|:Upstream state: Verified (checked on 2012-12-06) |136|:Upstream state: Verified (checked on 2013-01-18) |
107|:Fix Released: :rn:`5.5.16-22.0` |137|:Fix Released: :rn:`5.5.16-22.0` |
108|:Upstream fix: N/A |138|:Upstream fix: N/A |
109+-------------------------------------------------------------------------------------------------------------+139+-------------------------------------------------------------------------------------------------------------+
@@ -115,13 +145,13 @@
115+-------------------------------------------------------------------------------------------------------------+145+-------------------------------------------------------------------------------------------------------------+
116|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |146|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
117|:Launchpad bug: :bug:`800035` |147|:Launchpad bug: :bug:`800035` |
118|:Upstream state: Verified (checked on 2012-12-06) |148|:Upstream state: Verified (checked on 2013-01-18) |
119|:Fix Released: :rn:`5.5.13-20.4` |149|:Fix Released: :rn:`5.5.13-20.4` |
120|:Upstream fix: N/A |150|:Upstream fix: N/A |
121+-------------------------------------------------------------------------------------------------------------+151+-------------------------------------------------------------------------------------------------------------+
122|:Upstream bug: :mysqlbug:`60788` - InnoDB crashes with an assertion failure when receiving a signal on pwrite|152|:Upstream bug: :mysqlbug:`60788` - InnoDB crashes with an assertion failure when receiving a signal on pwrite|
123|:Launchpad bug: :bug:`764395` |153|:Launchpad bug: :bug:`764395` |
124|:Upstream state: Verified (checked on 2012-12-06) |154|:Upstream state: Duplicate |
125|:Fix Released: :rn:`5.5.11-20.2` |155|:Fix Released: :rn:`5.5.11-20.2` |
126|:Upstream fix: N/A |156|:Upstream fix: N/A |
127+-------------------------------------------------------------------------------------------------------------+157+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches