Merge lp:~hrvojem/percona-xtrabackup/rn-2.2.8-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: 5059
Proposed branch: lp:~hrvojem/percona-xtrabackup/rn-2.2.8-2.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 55 lines (+30/-3)
2 files modified
storage/innobase/xtrabackup/doc/source/conf.py (+3/-3)
storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.8.rst (+27/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/rn-2.2.8-2.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+246262@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-12-18 10:39:15 +0000
3+++ storage/innobase/xtrabackup/doc/source/conf.py 2015-01-13 11:05:42 +0000
4@@ -43,16 +43,16 @@
5
6 # General information about the project.
7 project = u'Percona XtraBackup'
8-copyright = u'2009-2014, Percona LLC and/or its affiliates'
9+copyright = u'2009-2015, Percona LLC and/or its affiliates'
10
11 # The version info for the project you're documenting, acts as replacement for
12 # |version| and |release|, also used in various other places throughout the
13 # built documents.
14 #
15 # The short X.Y version.
16-version = '2.2.7'
17+version = '2.2.8'
18 # The full version, including alpha/beta/rc tags.
19-release = '2.2.7'
20+release = '2.2.8'
21
22 # The language for content autogenerated by Sphinx. Refer to documentation
23 # for a list of supported languages.
24
25=== added file 'storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.8.rst'
26--- storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.8.rst 1970-01-01 00:00:00 +0000
27+++ storage/innobase/xtrabackup/doc/source/release-notes/2.2/2.2.8.rst 2015-01-13 11:05:42 +0000
28@@ -0,0 +1,27 @@
29+============================
30+ |Percona XtraBackup| 2.2.8
31+============================
32+
33+Percona is glad to announce the release of |Percona XtraBackup| 2.2.8 on January 14th 2015. Downloads are available from our download site `here <http://www.percona.com/downloads/XtraBackup/XtraBackup-2.2.8/>`_ and from :ref:`apt <apt_repo>` and :ref:`yum <yum_repo>` repositories.
34+
35+This release is the current stable release in the 2.2 series.
36+
37+New Features
38+------------
39+
40+ |Percona XtraBackup| has been rebased on |MySQL| 5.6.22.
41+
42+Bugs Fixed
43+----------
44+
45+ Incremental backups would fail if the number of undo tablespaces (`innodb_undo_tablespaces <https://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_undo_tablespaces>`_) was more than ``1``. This was caused by innobackupex removing the undo tablespaces during the prepare phase. Bug fixed :bug:`1363234`.
46+
47+ Fixed multiple memory leaks detected by AddressSanitizer. Bug fixed :bug:`1395143`.
48+
49+ |innobackupex| could fail when preparing backup that was taken from |Percona Server| 5.5 with log files (``log_file_size``) bigger than ``4G``. The root cause was that the last checkpoint LSN offset in log group is stored at different offsets in ``ibdata1`` for |Percona Server| 5.5 and |MySQL| 5.6 when the total size of log files is greater than 4G. Bug fixed :bug:`1403237`.
50+
51+ |Percona XtraBackup| out-of-source builds failed. Bug fixed :bug:`1402450`.
52+
53+All of Percona's software is open-source and free, all the details of the release can be found in the `2.2.8 milestone <https://launchpad.net/percona-xtrabackup/+milestone/2.2.8>`_ at Launchpad. Bugs can be reported on the `launchpad bug tracker <https://bugs.launchpad.net/percona-xtrabackup/+filebug>`_.
54+
55+

Subscribers

People subscribed via source and target branches