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
1=== modified file 'doc/source/conf.py'
2--- doc/source/conf.py 2013-01-15 08:59:21 +0000
3+++ doc/source/conf.py 2013-01-18 11:14:24 +0000
4@@ -54,7 +54,7 @@
5 # The short X.Y version.
6 version = '5.5'
7 # The full version, including alpha/beta/rc tags.
8-release = '5.5.28-29.3'
9+release = '5.5.29-29.4'
10
11 # The language for content autogenerated by Sphinx. Refer to documentation
12 # for a list of supported languages.
13@@ -225,7 +225,7 @@
14 # (source start file, target name, title, author, documentclass [howto/manual]).
15 latex_documents = [
16 ('index', 'PerconaServer-5.5.tex', u'Percona Server Documentation',
17- u'Percona Inc', 'manual'),
18+ u'Percona Ireland Ltd. 2009-2013', 'manual'),
19 ]
20
21 # The name of an image file (relative to this directory) to place at the top of
22@@ -258,7 +258,7 @@
23 # (source start file, name, description, authors, manual section).
24 man_pages = [
25 ('index', 'perconaserver55', u'Percona Server 5.5 Documentation',
26- [u'Percona Inc'], 1)
27+ [u'Percona Ireland Ltd. 2009-2013'], 1)
28 ]
29
30
31
32=== added file 'doc/source/release-notes/Percona-Server-5.5.29-29.4.rst'
33--- doc/source/release-notes/Percona-Server-5.5.29-29.4.rst 1970-01-01 00:00:00 +0000
34+++ doc/source/release-notes/Percona-Server-5.5.29-29.4.rst 2013-01-18 11:14:24 +0000
35@@ -0,0 +1,14 @@
36+.. rn:: 5.5.29-29.4
37+
38+===============================
39+ |Percona Server| 5.5.29-29.4
40+===============================
41+
42+Percona 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>`_).
43+
44+Based 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>`_.
45+
46+Bug Fixes
47+=========
48+
49+ 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*).
50
51=== modified file 'doc/source/upstream-bug-fixes.rst'
52--- doc/source/upstream-bug-fixes.rst 2012-12-06 15:09:45 +0000
53+++ doc/source/upstream-bug-fixes.rst 2013-01-18 11:14:24 +0000
54@@ -5,63 +5,93 @@
55 =============================================================
56
57 +-------------------------------------------------------------------------------------------------------------+
58+|:Upstream bug: :mysqlbug:`68045` - security vulnerability CVE-2012-4414 |
59+|:Launchpad bug: :bug:`1049871` |
60+|:Upstream state: N/A |
61+|:Fix Released: :rn:`5.5.29-29.4` |
62+|:Upstream fix: N/A |
63++-------------------------------------------------------------------------------------------------------------+
64+|:Upstream bug: :mysqlbug:`66550` - security vulnerability CVE-2012-4414 |
65+|:Launchpad bug: :bug:`1049871` |
66+|:Upstream state: N/A |
67+|:Fix Released: :rn:`5.5.28-29.3` |
68+|:Upstream fix: N/A |
69++-------------------------------------------------------------------------------------------------------------+
70+|:Upstream bug: :mysqlbug:`67685` - security vulnerability CVE-2012-5611 |
71+|:Launchpad bug: :bug:`1083377` |
72+|:Upstream state: N/A |
73+|:Fix Released: :rn:`5.5.28-29.3` |
74+|:Upstream fix: N/A |
75++-------------------------------------------------------------------------------------------------------------+
76+|:Upstream bug: :mysqlbug:`66237` - Temporary files created by binary log cache are not purged after transa...|
77+|:Launchpad bug: :bug:`1070856` |
78+|:Upstream state: Verified (checked on 2013-01-18) |
79+|:Fix Released: :rn:`5.5.28-29.3` |
80+|:Upstream fix: N/A |
81++-------------------------------------------------------------------------------------------------------------+
82+|:Upstream bug: :mysqlbug:`67606` - MySQL crashes with segmentation fault when disk quota is reached |
83+|:Launchpad bug: :bug:`1079596` |
84+|:Upstream state: Duplicate |
85+|:Fix Released: :rn:`5.5.28-29.3` |
86+|:Upstream fix: N/A |
87++-------------------------------------------------------------------------------------------------------------+
88 |:Upstream bug: :mysqlbug:`67737` - mysqldump test sometimes fails due to mixing stdout and stderr |
89 |:Launchpad bug: :bug:`959198` |
90-|:Upstream state: Verified (checked on 2012-12-06) |
91+|:Upstream state: Closed |
92 |:Fix Released: :rn:`5.5.28-29.2` |
93-|:Upstream fix: N/A |
94+|:Upstream fix: 5.5.29 |
95 +-------------------------------------------------------------------------------------------------------------+
96 |:Upstream bug: :mysqlbug:`62856` - Check for "stack overrun" doesn't work with gcc-4.6, server crashes |
97 |:Launchpad bug: :bug:`1042517` |
98-|:Upstream state: Verified (checked on 2012-12-06) |
99+|:Upstream state: Verified (checked on 2013-01-18) |
100 |:Fix Released: :rn:`5.5.28-29.1` |
101 |:Upstream fix: N/A |
102 +-------------------------------------------------------------------------------------------------------------+
103 |:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
104 |:Launchpad bug: :bug:`1042517` |
105-|:Upstream state: Verified (checked on 2012-12-06) |
106+|:Upstream state: Verified (checked on 2013-01-18) |
107 |:Fix Released: :rn:`5.5.27-29.0` |
108 |:Upstream fix: N/A |
109 +-------------------------------------------------------------------------------------------------------------+
110 |:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on ... |
111 |:Launchpad bug: :bug:`1042517` |
112-|:Upstream state: Verified (checked on 2012-12-06) |
113+|:Upstream state: Verified (checked on 2013-01-18) |
114 |:Fix Released: :rn:`5.5.27-29.0` |
115 |:Upstream fix: N/A |
116 +-------------------------------------------------------------------------------------------------------------+
117 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
118 |:Launchpad bug: :bug:`1042517` |
119-|:Upstream state: Verified (checked on 2012-12-06) |
120+|:Upstream state: Verified (checked on 2013-01-18) |
121 |:Fix Released: :rn:`5.5.27-29.0` |
122 |:Upstream fix: N/A |
123 +-------------------------------------------------------------------------------------------------------------+
124 |:Upstream bug: :mysqlbug:`54127` - mysqld segfaults when built using --with-max-indexes=128 |
125 |:Launchpad bug: :bug:`1042517` |
126-|:Upstream state: Verified (checked on 2012-12-06) |
127+|:Upstream state: Verified (checked on 2013-01-18) |
128 |:Fix Released: :rn:`5.5.27-29.0` |
129 |:Upstream fix: N/A |
130 +-------------------------------------------------------------------------------------------------------------+
131 |:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
132 |:Launchpad bug: :bug:`1013432` |
133-|:Upstream state: Verified (checked on 2012-12-06) |
134+|:Upstream state: Verified (checked on 2013-01-18) |
135 |:Fix Released: :rn:`5.5.27-28.0` |
136 |:Upstream fix: N/A |
137 +-------------------------------------------------------------------------------------------------------------+
138 |:Upstream bug: :mysqlbug:`66301` - INSERT ... ON DUPLICATE KEY UPDATE + innodb_autoinc_lock_mode=1 is broken |
139 |:Launchpad bug: :bug:`1035225` |
140-|:Upstream state: Verified (checked on 2012-12-06) |
141+|:Upstream state: Verified (checked on 2013-01-18) |
142 |:Fix Released: :rn:`5.5.27-28.0` |
143 |:Upstream fix: N/A |
144 +-------------------------------------------------------------------------------------------------------------+
145 |:Upstream bug: :mysqlbug:`60743` - typo in cmake/dtrace.cmake |
146 |:Launchpad bug: :bug:`1013455` |
147-|:Upstream state: Verified (checked on 2012-12-06) |
148+|:Upstream state: Verified (checked on 2013-01-18) |
149 |:Fix Released: :rn:`5.5.25a-27.1` |
150 |:Upstream fix: N/A |
151 +-------------------------------------------------------------------------------------------------------------+
152 |:Upstream bug: :mysqlbug:`64663` - Segfault when adding indexes to InnoDB temporary tables |
153 |:Launchpad bug: :bug:`999147` |
154-|:Upstream state: Open (checked on 2012-12-06) |
155+|:Upstream state: Verified (checked on 2013-01-18) |
156 |:Fix Released: :rn:`5.5.24-26.0` |
157 |:Upstream fix: N/A |
158 +-------------------------------------------------------------------------------------------------------------+
159@@ -79,7 +109,7 @@
160 +-------------------------------------------------------------------------------------------------------------+
161 |:Upstream bug: :mysqlbug:`64432` - Bug :mysqlbug:`54330` (Broken fast index creation) was never fixed in 5.5 |
162 |:Launchpad bug: :bug:`939485` |
163-|:Upstream state: Patch Queued (checked on 2012-12-06) |
164+|:Upstream state: Documenting (checked on 2013-01-18) |
165 |:Fix Released: :rn:`5.5.21-25.0` |
166 |:Upstream fix: N/A |
167 +-------------------------------------------------------------------------------------------------------------+
168@@ -103,7 +133,7 @@
169 +-------------------------------------------------------------------------------------------------------------+
170 |:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
171 |:Launchpad bug: :bug:`857590` |
172-|:Upstream state: Verified (checked on 2012-12-06) |
173+|:Upstream state: Verified (checked on 2013-01-18) |
174 |:Fix Released: :rn:`5.5.16-22.0` |
175 |:Upstream fix: N/A |
176 +-------------------------------------------------------------------------------------------------------------+
177@@ -115,13 +145,13 @@
178 +-------------------------------------------------------------------------------------------------------------+
179 |:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
180 |:Launchpad bug: :bug:`800035` |
181-|:Upstream state: Verified (checked on 2012-12-06) |
182+|:Upstream state: Verified (checked on 2013-01-18) |
183 |:Fix Released: :rn:`5.5.13-20.4` |
184 |:Upstream fix: N/A |
185 +-------------------------------------------------------------------------------------------------------------+
186 |:Upstream bug: :mysqlbug:`60788` - InnoDB crashes with an assertion failure when receiving a signal on pwrite|
187 |:Launchpad bug: :bug:`764395` |
188-|:Upstream state: Verified (checked on 2012-12-06) |
189+|:Upstream state: Duplicate |
190 |:Fix Released: :rn:`5.5.11-20.2` |
191 |:Upstream fix: N/A |
192 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches