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

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 516
Proposed branch: lp:~hrvojem/percona-server/rn-5.1.67-14.3
Merge into: lp:percona-server/5.1
Diff against target: 184 lines (+52/-17)
4 files modified
doc/source/conf.py (+4/-4)
doc/source/release-notes/Percona-Server-5.1.66-14.2.rst (+1/-1)
doc/source/release-notes/Percona-Server-5.1.67-14.3.rst (+17/-0)
doc/source/upstream-bug-fixes.rst (+30/-12)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.1.67-14.3
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Review via email: mp+143855@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:26:36 +0000
3+++ doc/source/conf.py 2013-01-18 11:07:36 +0000
4@@ -52,9 +52,9 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '5.1.66'
9+version = '5.1.67'
10 # The full version, including alpha/beta/rc tags.
11-release = '5.1.66-14.2'
12+release = '5.1.67-14.3'
13
14 # The language for content autogenerated by Sphinx. Refer to documentation
15 # for a list of supported languages.
16@@ -227,7 +227,7 @@
17 # (source start file, target name, title, author, documentclass [howto/manual]).
18 latex_documents = [
19 ('index', 'PerconaServer-5.1.tex', u'Percona Server Documentation',
20- u'Percona Inc', 'manual'),
21+ u'Percona Ireland Ltd. 2009-2013', 'manual'),
22 ]
23
24 # The name of an image file (relative to this directory) to place at the top of
25@@ -260,7 +260,7 @@
26 # (source start file, name, description, authors, manual section).
27 man_pages = [
28 ('index', 'perconaserver51', u'Percona Server 5.1 Documentation',
29- [u'Percona Inc'], 1)
30+ [u'Percona Ireland Ltd. 2009-2013'], 1)
31 ]
32
33
34
35=== modified file 'doc/source/release-notes/Percona-Server-5.1.66-14.2.rst'
36--- doc/source/release-notes/Percona-Server-5.1.66-14.2.rst 2013-01-09 13:33:56 +0000
37+++ doc/source/release-notes/Percona-Server-5.1.66-14.2.rst 2013-01-18 11:07:36 +0000
38@@ -4,7 +4,7 @@
39 |Percona Server| 5.1.66-14.2
40 ==============================
41
42-Percona is glad to announce the release of |Percona Server| 5.1.66-14.2 on January 10th, 2013 (Downloads are available from `Percona Server 5.1.66-14.2 downloads <http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.66-14.2/>`_ and from the `Percona Software Repositories <http://http://www.percona.com/doc/percona-server/5.1/installation.html>`_).
43+Percona is glad to announce the release of |Percona Server| 5.1.66-14.2 on January 15th, 2013 (Downloads are available from `Percona Server 5.1.66-14.2 downloads <http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.66-14.2/>`_ and from the `Percona Software Repositories <http://http://www.percona.com/doc/percona-server/5.1/installation.html>`_).
44
45 Based on `MySQL 5.1.66 <http://dev.mysql.com/doc/refman/5.1/en/news-5-1-66.html>`_, this release will include all the bug fixes in it. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.1.66-14.2 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.1.66-14.2>`_.
46
47
48=== added file 'doc/source/release-notes/Percona-Server-5.1.67-14.3.rst'
49--- doc/source/release-notes/Percona-Server-5.1.67-14.3.rst 1970-01-01 00:00:00 +0000
50+++ doc/source/release-notes/Percona-Server-5.1.67-14.3.rst 2013-01-18 11:07:36 +0000
51@@ -0,0 +1,17 @@
52+.. rn:: 5.1.67-14.3
53+
54+==============================
55+ |Percona Server| 5.1.67-14.3
56+==============================
57+
58+Percona is glad to announce the release of |Percona Server| 5.1.67-14.3 on January 21st, 2013 (Downloads are available from `Percona Server 5.1.67-14.3 downloads <http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.67-14.3/>`_ and from the `Percona Software Repositories <http://http://www.percona.com/doc/percona-server/5.1/installation.html>`_).
59+
60+Based on `MySQL 5.1.67 <http://dev.mysql.com/doc/refman/5.1/en/news-5.1.67.html>`_, this release will include all the bug fixes in it. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.1.67-14.3 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.1.67-14.3>`_.
61+
62+Bug Fixes
63+=========
64+
65+ 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.1.66-14.2`. 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*).
66+
67+Other bug fixes: bug fixed :bug:`1087202` (*Vladislav Vaintroub*, *Laurynas Biveinis*) and bug fixed :bug:`1087218` (*Vladislav Vaintroub*, *Laurynas Biveinis*).
68+
69
70=== modified file 'doc/source/upstream-bug-fixes.rst'
71--- doc/source/upstream-bug-fixes.rst 2012-10-31 15:51:11 +0000
72+++ doc/source/upstream-bug-fixes.rst 2013-01-18 11:07:36 +0000
73@@ -5,57 +5,75 @@
74 =============================================================
75
76 +-------------------------------------------------------------------------------------------------------------+
77+|:Upstream bug: :mysqlbug:`68045` - security vulnerability CVE-2012-5611 |
78+|:Launchpad bug: :bug:`1083377` |
79+|:Upstream state: N/A |
80+|:Fix Released: :rn:`5.1.67-14.3` |
81+|:Upstream fix: N/A |
82++-------------------------------------------------------------------------------------------------------------+
83+|:Upstream bug: :mysqlbug:`67685` - security vulnerability CVE-2012-5611 |
84+|:Launchpad bug: :bug:`1083377` |
85+|:Upstream state: N/A |
86+|:Fix Released: :rn:`5.1.66-14.2` |
87+|:Upstream fix: N/A |
88++-------------------------------------------------------------------------------------------------------------+
89+|:Upstream bug: :mysqlbug:`66550` - security vulnerability CVE-2012-4414 |
90+|:Launchpad bug: :bug:`1042517` |
91+|:Upstream state: N/A |
92+|:Fix Released: :rn:`5.1.66-14.2` |
93+|:Upstream fix: N/A |
94++-------------------------------------------------------------------------------------------------------------+
95 |:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char ... |
96 |:Launchpad bug: :bug:`1042517` |
97-|:Upstream state: Verified (checked on 2012-10-31) |
98+|:Upstream state: Verified (checked on 2013-01-18) |
99 |:Fix Released: :rn:`5.1.66-14.1` |
100 |:Upstream fix: N/A |
101 +-------------------------------------------------------------------------------------------------------------+
102 |:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on... |
103 |:Launchpad bug: :bug:`1042517` |
104-|:Upstream state: Verified (checked on 2012-10-31) |
105+|:Upstream state: Verified (checked on 2013-01-18) |
106 |:Fix Released: :rn:`5.1.66-14.1` |
107 |:Upstream fix: N/A |
108 +-------------------------------------------------------------------------------------------------------------+
109 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
110 |:Launchpad bug: :bug:`1042517` |
111-|:Upstream state: Verified (checked on 2012-10-31) |
112+|:Upstream state: Verified (checked on 2013-01-18) |
113 |:Fix Released: :rn:`5.1.66-14.1` |
114 |:Upstream fix: N/A |
115 +-------------------------------------------------------------------------------------------------------------+
116 |:Upstream bug: :mysqlbug:`54127` - mysqld segfaults when built using --with-max-indexes=128 |
117 |:Launchpad bug: :bug:`1042517` |
118-|:Upstream state: Verified (checked on 2012-10-31) |
119+|:Upstream state: Verified (checked on 2013-01-18) |
120 |:Fix Released: :rn:`5.1.66-14.1` |
121 |:Upstream fix: N/A |
122 +-------------------------------------------------------------------------------------------------------------+
123 |:Upstream bug: :mysqlbug:`67177` - MySQL 5.1 is incompatibile with automake 1.12 |
124 |:Launchpad bug: :bug:`1064953` |
125-|:Upstream state: Open (checked on 2012-10-31) |
126+|:Upstream state: Verified (checked on 2013-01-18) |
127 |:Fix Released: :rn:`5.1.66-14.1` |
128 |:Upstream fix: N/A |
129 +-------------------------------------------------------------------------------------------------------------+
130 |:Upstream bug: :mysqlbug:`62856` - Check for "stack overrun" doesn't work with gcc-4.6, server crashes |
131 |:Launchpad bug: :bug:`902472` |
132-|:Upstream state: Verified (checked on 2012-10-31) |
133+|:Upstream state: Verified (checked on 2013-01-18) |
134 |:Fix Released: :rn:`5.1.66-14.1` |
135 |:Upstream fix: N/A |
136 +-------------------------------------------------------------------------------------------------------------+
137 |:Upstream bug: :mysqlbug:`61509` - mysqld (5.1.57) segfaults with gcc 4.6 |
138 |:Launchpad bug: :bug:`902471` |
139-|:Upstream state: Verified (checked on 2012-10-31) |
140+|:Upstream state: Verified (checked on 2013-01-18) |
141 |:Fix Released: :rn:`5.1.66-14.1` |
142 |:Upstream fix: N/A |
143 +-------------------------------------------------------------------------------------------------------------+
144 |:Upstream bug: :mysqlbug:`66301` - INSERT ... ON DUPLICATE KEY UPDATE + innodb_autoinc_lock_mode=1 is broken |
145 |:Launchpad bug: :bug:`1035225` |
146-|:Upstream state: Verified (checked on 2012-10-31) |
147+|:Upstream state: Verified (checked on 2013-01-18) |
148 |:Fix Released: :rn:`5.1.65-14.0` |
149 |:Upstream fix: N/A |
150 +-------------------------------------------------------------------------------------------------------------+
151 |:Upstream bug: :mysqlbug:`64469` - Deadlock or crash on concurrent TRUNCATE TABLE and SELECT * FROM I_S |
152 |:Launchpad bug: :bug:`903617` |
153-|:Upstream state: Analyzing (checked on 2012-10-31) |
154+|:Upstream state: Analyzing (checked on 2013-01-18) |
155 |:Fix Released: :rn:`5.1.62-13.3` |
156 |:Upstream fix: N/A |
157 +-------------------------------------------------------------------------------------------------------------+
158@@ -73,7 +91,7 @@
159 +-------------------------------------------------------------------------------------------------------------+
160 |:Upstream bug: :mysqlbug:`64127` - MTR --warnings option misses some of InnoDB errors and warnings |
161 |:Launchpad bug: :bug:`937859` |
162-|:Upstream state: Verified (checked on 2012-10-31) |
163+|:Upstream state: Verified (checked on 2013-01-18) |
164 |:Fix Released: :rn:`5.1.62-13.3` |
165 |:Upstream fix: N/A |
166 +-------------------------------------------------------------------------------------------------------------+
167@@ -97,7 +115,7 @@
168 +-------------------------------------------------------------------------------------------------------------+
169 |:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
170 |:Launchpad bug: :bug:`857590` |
171-|:Upstream state: Verified (checked on 2012-10-31) |
172+|:Upstream state: Verified (checked on 2013-01-18) |
173 |:Fix Released: :rn:`5.1.59-13.0` |
174 |:Upstream fix: N/A |
175 +-------------------------------------------------------------------------------------------------------------+
176@@ -139,7 +157,7 @@
177 +-------------------------------------------------------------------------------------------------------------+
178 |:Upstream bug: :mysqlbug:`55032` - Query cache sometime insert queries to cache, but doesn't find ... |
179 |:Launchpad bug: none |
180-|:Upstream state: Verified (checked on 2012-10-31) |
181+|:Upstream state: Verified (checked on 2013-01-18) |
182 |:Fix Released: :rn:`5.1.47-rel11.2` |
183 |:Upstream fix: N/A |
184 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches