Merge lp:~hrvojem/percona-xtrabackup/rn-2.2.3-2.2 into lp:percona-xtrabackup/2.2

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 4983
Proposed branch: lp:~hrvojem/percona-xtrabackup/rn-2.2.3-2.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 78 lines (+34/-4)
4 files modified
storage/innobase/xtrabackup/doc/source/conf.py (+2/-2)
storage/innobase/xtrabackup/doc/source/installation/apt_repo.rst (+3/-2)
storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst (+2/-0)
storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.3.rst (+27/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/rn-2.2.3-2.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+222605@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'storage/innobase/xtrabackup/doc/source/conf.py'
--- storage/innobase/xtrabackup/doc/source/conf.py 2014-06-04 07:34:36 +0000
+++ storage/innobase/xtrabackup/doc/source/conf.py 2014-06-12 07:12:54 +0000
@@ -51,9 +51,9 @@
51# built documents.51# built documents.
52#52#
53# The short X.Y version.53# The short X.Y version.
54version = '2.2.2'54version = '2.2.3'
55# The full version, including alpha/beta/rc tags.55# The full version, including alpha/beta/rc tags.
56release = '2.2.2-beta1'56release = '2.2.3'
5757
58# The language for content autogenerated by Sphinx. Refer to documentation58# The language for content autogenerated by Sphinx. Refer to documentation
59# for a list of supported languages.59# for a list of supported languages.
6060
=== modified file 'storage/innobase/xtrabackup/doc/source/installation/apt_repo.rst'
--- storage/innobase/xtrabackup/doc/source/installation/apt_repo.rst 2014-03-26 07:39:36 +0000
+++ storage/innobase/xtrabackup/doc/source/installation/apt_repo.rst 2014-06-12 07:12:54 +0000
@@ -1,3 +1,5 @@
1.. _apt_repo:
2
1===================================3===================================
2 Percona :program:`apt` Repository4 Percona :program:`apt` Repository
3===================================5===================================
@@ -35,9 +37,8 @@
3537
36 * 10.04LTS (lucid)38 * 10.04LTS (lucid)
37 * 12.04LTS (precise) 39 * 12.04LTS (precise)
38 * 12.10 (quantal)
39 * 13.04 (raring)
40 * 13.10 (saucy)40 * 13.10 (saucy)
41 * 14.04LTS (trusty)
4142
42.. _debian_experimental: 43.. _debian_experimental:
4344
4445
=== modified file 'storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst'
--- storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst 2014-03-26 07:39:36 +0000
+++ storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst 2014-06-12 07:12:54 +0000
@@ -1,3 +1,5 @@
1.. _yum_repo:
2
1===================================3===================================
2 Percona :program:`yum` Repository4 Percona :program:`yum` Repository
3===================================5===================================
46
=== added file 'storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.3.rst'
--- storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.3.rst 1970-01-01 00:00:00 +0000
+++ storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.3.rst 2014-06-12 07:12:54 +0000
@@ -0,0 +1,27 @@
1============================
2 |Percona XtraBackup| 2.2.3
3============================
4
5Percona is glad to announce the release of |Percona XtraBackup| 2.2.3 on June 12th 2014. Downloads are available from our download site `here <http://www.percona.com/downloads/XtraBackup/2.2.2/>`_ and from :ref:`apt <apt_repo>` and :ref:`yum <yum_repo>` repositories.
6
7This release is the first GA (Generally Available) stable release in the 2.2 series.
8
9
10Bugs Fixed
11----------
12
13 Fixed the |InnoDB| redo log incompatibility with 5.1/5.5 server and compressed tables which was introduced by the upstream fix in |MySQL| 5.6.11 that could make |InnoDB| crash on recovery when replaying redo logs created on earlier versions. Bug fixed :bug:`1255476`.
14
15 |Percona XtraBackup| did not flush the |InnoDB| REDO log buffer before finalizing the log copy. This would only become a problem when the binary log coordinates were used after restoring from a backup: the actual data files state after recovery could be inconsistent with the binary log coordinates. Bug fixed :bug:`1320685`.
16
17 |innobackupex| now sets ``wsrep_causal_reads`` to ``0`` before executing ``FLUSH TABLES WITH READ LOCK`` if the server is a member of the Galera cluster. Bug fixed :bug:`1320441`.
18
19 ``storage/innobase/xtrabackup/CMakeLists.txt`` now honors the ``XB_DISTRIBUTION`` environment variable when configuring ``innobackupex.pl`` to |innobackupex|. Bug fixed :bug:`1320856`.
20
21 When `backup locks <http://www.percona.com/doc/percona-server/5.6/management/backup_locks.html>`_ are used, ``xtrabackup_slave_info`` should be written under ``BINLOG`` lock instead of ``TABLE`` lock. Bug fixed :bug:`1328532`.
22
23 Other bugs fixed: :bug:`1318540`.
24
25All of Percona's software is open-source and free, all the details of the release can be found in the `2.2.3 milestone <https://launchpad.net/percona-xtrabackup/+milestone/2.2.3-ga>`_ at Launchpad.
26
27

Subscribers

People subscribed via source and target branches