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
1=== modified file 'storage/innobase/xtrabackup/doc/source/conf.py'
2--- storage/innobase/xtrabackup/doc/source/conf.py 2014-06-12 07:10:28 +0000
3+++ storage/innobase/xtrabackup/doc/source/conf.py 2014-09-10 11:00:35 +0000
4@@ -51,9 +51,9 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '2.2.3'
9+version = '2.2.4'
10 # The full version, including alpha/beta/rc tags.
11-release = '2.2.3'
12+release = '2.2.4'
13
14 # The language for content autogenerated by Sphinx. Refer to documentation
15 # for a list of supported languages.
16
17=== modified file 'storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst'
18--- storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst 2014-06-12 07:10:28 +0000
19+++ storage/innobase/xtrabackup/doc/source/installation/yum_repo.rst 2014-09-10 11:00:35 +0000
20@@ -69,6 +69,7 @@
21
22 * *CentOS* 5 and *RHEL* 5
23 * *CentOS* 6 and *RHEL* 6
24+* *CentOS* 7 and *RHEL* 7
25 * *Amazon Linux AMI* (works the same as *CentOS* 5)
26
27 .. _yum_testing:
28@@ -81,5 +82,5 @@
29 yum install http://repo.percona.com/testing/centos/6/os/noarch/percona-testing-0.0-1.noarch.rpm
30
31 .. note::
32- This repository works for both RHEL/CentOS 5 and RHEL/CentOS 6
33+ This repository works for RHEL/CentOS 5, RHEL/CentOS 6 and RHEL/CentOS 7
34
35
36=== added file 'storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.4.rst'
37--- storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.4.rst 1970-01-01 00:00:00 +0000
38+++ storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.4.rst 2014-09-10 11:00:35 +0000
39@@ -0,0 +1,39 @@
40+============================
41+ |Percona XtraBackup| 2.2.4
42+============================
43+
44+Percona 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.
45+
46+This release is the current stable release in the 2.2 series.
47+
48+New Features
49+------------
50+
51+ |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.
52+
53+Bugs Fixed
54+----------
55+
56+ |Percona XtraBackup| is now built with system ``zlib`` library instead of the older bundled one. Bug fixed :bug:`1108016`.
57+
58+ ``apt-get source`` was downloading older version of |Percona XtraBackup|. Bug fixed :bug:`1363259`.
59+
60+ |innobackupex| would ignore the :option:`innobackupex --databases` without :option:`innobackupex --stream` option and back up all the databases. Bug fixed :bug:`569387`.
61+
62+ ``rsync`` package wasn't a dependency although it is required for the :option:`innobackupex --rsync` option. Bug fixed :bug:`1259436`.
63+
64+ :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`.
65+
66+ |Percona XtraBackup| now supports *MariaDB* GTID. Bugs fixed :bug:`1329539` and :bug:`1326967` (*Nirbhay Choubey*).
67+
68+ |Percona XtraBackup| would crash trying to remove absent table from |InnoDB| data dictionary while preparing a partial backup. Bug fixed :bug:`1340717`.
69+
70+ *MariaDB* 10.1 is now added to the list of supported servers. Bug fixed :bug:`1364398`.
71+
72+ |Percona XtraBackup| would fail to restore (copy-back) tables that have partitions with their own tablespace location. Bug fixed :bug:`1322658`.
73+
74+Other bugs fixed: :bug:`1333570`, :bug:`1326224`, and :bug:`1181171`.
75+
76+All 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.
77+
78+

Subscribers

People subscribed via source and target branches