Merge lp:~hrvojem/percona-xtrabackup/rn-2.2.4-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: 5009
Proposed branch: lp:~hrvojem/percona-xtrabackup/rn-2.2.4-2.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 78 lines (+43/-3)
3 files modified
storage/innobase/xtrabackup/doc/source/conf.py (+2/-2)
storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst (+2/-1)
storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.4.rst (+39/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/rn-2.2.4-2.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+234059@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Needs Fixing
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-12 07:10:28 +0000
+++ storage/innobase/xtrabackup/doc/source/conf.py 2014-09-10 11:00:35 +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.3'54version = '2.2.4'
55# The full version, including alpha/beta/rc tags.55# The full version, including alpha/beta/rc tags.
56release = '2.2.3'56release = '2.2.4'
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/yum_repo.rst'
--- storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst 2014-06-12 07:10:28 +0000
+++ storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst 2014-09-10 11:00:35 +0000
@@ -69,6 +69,7 @@
6969
70* *CentOS* 5 and *RHEL* 570* *CentOS* 5 and *RHEL* 5
71* *CentOS* 6 and *RHEL* 671* *CentOS* 6 and *RHEL* 6
72* *CentOS* 7 and *RHEL* 7
72* *Amazon Linux AMI* (works the same as *CentOS* 5)73* *Amazon Linux AMI* (works the same as *CentOS* 5)
7374
74.. _yum_testing:75.. _yum_testing:
@@ -81,5 +82,5 @@
81 yum install http://repo.percona.com/testing/centos/6/os/noarch/percona-testing-0.0-1.noarch.rpm82 yum install http://repo.percona.com/testing/centos/6/os/noarch/percona-testing-0.0-1.noarch.rpm
8283
83.. note:: 84.. note::
84 This repository works for both RHEL/CentOS 5 and RHEL/CentOS 685 This repository works for RHEL/CentOS 5, RHEL/CentOS 6 and RHEL/CentOS 7
8586
8687
=== added file 'storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.4.rst'
--- storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.4.rst 1970-01-01 00:00:00 +0000
+++ storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.4.rst 2014-09-10 11:00:35 +0000
@@ -0,0 +1,39 @@
1============================
2 |Percona XtraBackup| 2.2.4
3============================
4
5Percona is glad to announce the release of |Percona XtraBackup| 2.2.4 on September 12th 2014. Downloads are available from our download site `here <http://www.percona.com/downloads/XtraBackup/2.2.4/>`_ and from :ref:`apt <apt_repo>` and :ref:`yum <yum_repo>` repositories.
6
7This release is the current stable release in the 2.2 series.
8
9New Features
10------------
11
12 |Percona XtraBackup| has implemented support for Galera GTID autorecovery. |Percona XtraBackup| retrieves the GTID information, after backing up a server with `backup locks <http://www.percona.com/doc/percona-server/5.6/management/backup_locks.html>`_ support, from the |InnoDB| trx header on recovery and creates the :file:`xtrabackup_galera_info` during that stage.
13
14Bugs Fixed
15----------
16
17 |Percona XtraBackup| is now built with system ``zlib`` library instead of the older bundled one. Bug fixed :bug:`1108016`.
18
19 ``apt-get source`` was downloading older version of |Percona XtraBackup|. Bug fixed :bug:`1363259`.
20
21 |innobackupex| would ignore the :option:`innobackupex --databases` without :option:`innobackupex --stream` option and back up all the databases. Bug fixed :bug:`569387`.
22
23 ``rsync`` package wasn't a dependency although it is required for the :option:`innobackupex --rsync` option. Bug fixed :bug:`1259436`.
24
25 :option:`innobackupex --galera-info` was checking only for non-capitalized wsrep_* status variables which was incompatible with *MariaDB Galera Cluster* 10.0. Bug fixed :bug:`1306875`.
26
27 |Percona XtraBackup| now supports *MariaDB* GTID. Bugs fixed :bug:`1329539` and :bug:`1326967` (*Nirbhay Choubey*).
28
29 |Percona XtraBackup| would crash trying to remove absent table from |InnoDB| data dictionary while preparing a partial backup. Bug fixed :bug:`1340717`.
30
31 *MariaDB* 10.1 is now added to the list of supported servers. Bug fixed :bug:`1364398`.
32
33 |Percona XtraBackup| would fail to restore (copy-back) tables that have partitions with their own tablespace location. Bug fixed :bug:`1322658`.
34
35Other bugs fixed: :bug:`1333570`, :bug:`1326224`, and :bug:`1181171`.
36
37All of Percona's software is open-source and free, all the details of the release can be found in the `2.2.4 milestone <https://launchpad.net/percona-xtrabackup/+milestone/2.2.4>`_ at Launchpad.
38
39

Subscribers

People subscribed via source and target branches