Merge lp:~hrvojem/percona-xtradb-cluster/rn-5.5.29-23.7.2 into lp:percona-xtradb-cluster/percona-xtradb-cluster-5.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Vadim Tkachenko
Approved revision: no longer in the source branch.
Merged at revision: 383
Proposed branch: lp:~hrvojem/percona-xtradb-cluster/rn-5.5.29-23.7.2
Merge into: lp:percona-xtradb-cluster/percona-xtradb-cluster-5.5
Diff against target: 69 lines (+29/-3)
3 files modified
doc-pxc/source/conf.py (+3/-2)
doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.29-23.7.2.rst (+20/-0)
doc-pxc/source/release-notes/release-notes_index.rst (+6/-1)
To merge this branch: bzr merge lp:~hrvojem/percona-xtradb-cluster/rn-5.5.29-23.7.2
Reviewer Review Type Date Requested Status
Vadim Tkachenko Approve
Review via email: mp+147669@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Vadim Tkachenko (vadim-tk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc-pxc/source/conf.py'
2--- doc-pxc/source/conf.py 2013-02-01 13:41:34 +0000
3+++ doc-pxc/source/conf.py 2013-02-11 16:12:37 +0000
4@@ -55,7 +55,7 @@
5 # The short X.Y version.
6 version = '5.5.29'
7 # The full version, including alpha/beta/rc tags.
8-release = '5.5.29-23.7.1'
9+release = '5.5.29-23.7.2'
10
11 # The language for content autogenerated by Sphinx. Refer to documentation
12 # for a list of supported languages.
13@@ -112,7 +112,7 @@
14
15 .. |HAProxy| replace:: :term:`HAProxy`
16
17-.. |MyISAM| replace:: :term:`MyISAM`
18+.. |MyISAM| replace:: *MyISAM*
19
20 .. |split brain| replace:: :term:`split brain`
21
22@@ -143,6 +143,7 @@
23 '''
24
25 extlinks = {'bug': ('https://bugs.launchpad.net/percona-xtradb-cluster/+bug/%s',
26+ '#'), 'mysqlbug': ('http://bugs.mysql.com/bug.php?id=%s',
27 '#')}
28
29 # A list of ignored prefixes for module index sorting.
30
31=== added file 'doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.29-23.7.2.rst'
32--- doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.29-23.7.2.rst 1970-01-01 00:00:00 +0000
33+++ doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.29-23.7.2.rst 2013-02-11 16:12:37 +0000
34@@ -0,0 +1,20 @@
35+.. rn:: 5.5.29-23.7.2
36+
37+========================================
38+ |Percona XtraDB Cluster| 5.5.29-23.7.2
39+========================================
40+
41+Percona is glad to announce the release of |Percona XtraDB Cluster| on February 12th, 2013. Binaries are available from `downloads area <http://www.percona.com/downloads/Percona-XtraDB-Cluster/5.5.29-23.7.2/>`_ or from our `software repositories <http://www.percona.com/doc/percona-xtradb-cluster/installation.html#using-percona-software-repositories>`_.
42+
43+This is an General Availability release. We did our best to eliminate bugs and problems during the testing release, but this is a software, so bugs are expected. If you encounter them, please report them to our `bug tracking system <https://bugs.launchpad.net/percona-xtradb-cluster/+filebug>`_.
44+
45+
46+Bugs fixed
47+==========
48+
49+ ``DML`` operations on temporary tables would try to append the key for provider library, which could cause a memory leak. Bug fixed for |MyISAM| temporary tables, |InnoDB| temporary tables still have this issue, probably caused by upstream bug :mysqlbug:`67259`. Bug fixed :bug:`1112514` (*Seppo Jaakola*).
50+
51+ Bug fix for bug :bug:`1078346` introduced a regression. Foreign key checks were skipped in the parent table, which would cause the foreign key constraint errors. Bug fixed :bug:`1117175` (*Seppo Jaakola*).
52+
53+Based on `Percona Server 5.5.29-29.4 <http://www.percona.com/doc/percona-server/5.5/release-notes/Percona-Server-5.5.29-29.4.html>`_ including all the bug fixes in it, |Percona XtraDB Cluster| 5.5.29-23.7.2 is now the current stable release. All of |Percona|'s software is open-source and free.
54+
55
56=== modified file 'doc-pxc/source/release-notes/release-notes_index.rst'
57--- doc-pxc/source/release-notes/release-notes_index.rst 2012-06-01 04:28:35 +0000
58+++ doc-pxc/source/release-notes/release-notes_index.rst 2013-02-11 16:12:37 +0000
59@@ -6,5 +6,10 @@
60 :maxdepth: 1
61 :glob:
62
63- Percona-XtraDB-Cluster-5.5.2*
64+ Percona-XtraDB-Cluster-5.5.29-23.7.2
65+ Percona-XtraDB-Cluster-5.5.29
66+ Percona-XtraDB-Cluster-5.5.28
67+ Percona-XtraDB-Cluster-5.5.27
68+ Percona-XtraDB-Cluster-5.5.24
69+ Percona-XtraDB-Cluster-5.5.23
70

Subscribers

People subscribed via source and target branches