Merge lp:~hrvojem/percona-xtrabackup/rn-2.1.9-2.1 into lp:percona-xtrabackup/2.1

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 744
Proposed branch: lp:~hrvojem/percona-xtrabackup/rn-2.1.9-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 49 lines (+31/-2)
2 files modified
doc/source/conf.py (+2/-2)
doc/source/release-notes/2.1/2.1.9.rst (+29/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/rn-2.1.9-2.1
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+218104@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

- “|Percona XtraBackup| couldn't be built with *Bison* 3.0. Bug fixed
    :bug:`1262439` (*Ryan Gordon*).”
    The patch for that bug was authored by someone else. It’s a bit hard
    to track who exactly, let’s just not mention any names. I hope the
    real contributor will excuse us for such a simple patch :)

- “introduced in |MySQL| 5.6.16 could” – unnecessary “could”.

Otherwise approved.

review: Approve
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

> - “|Percona XtraBackup| couldn't be built with *Bison* 3.0. Bug fixed
> :bug:`1262439` (*Ryan Gordon*).”
> The patch for that bug was authored by someone else. It’s a bit hard
> to track who exactly, let’s just not mention any names. I hope the
> real contributor will excuse us for such a simple patch :)

This also applies to PS RNs.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/conf.py'
2--- doc/source/conf.py 2014-03-04 07:58:39 +0000
3+++ doc/source/conf.py 2014-05-06 09:55:00 +0000
4@@ -51,9 +51,9 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '2.1.8'
9+version = '2.1.9'
10 # The full version, including alpha/beta/rc tags.
11-release = '2.1.8'
12+release = '2.1.9'
13
14 # The language for content autogenerated by Sphinx. Refer to documentation
15 # for a list of supported languages.
16
17=== added file 'doc/source/release-notes/2.1/2.1.9.rst'
18--- doc/source/release-notes/2.1/2.1.9.rst 1970-01-01 00:00:00 +0000
19+++ doc/source/release-notes/2.1/2.1.9.rst 2014-05-06 09:55:00 +0000
20@@ -0,0 +1,29 @@
21+============================
22+ |Percona XtraBackup| 2.1.9
23+============================
24+
25+Percona is glad to announce the release of |Percona XtraBackup| 2.1.9 on May 7th 2014. Downloads are available from our download site `here <http://www.percona.com/downloads/XtraBackup/XtraBackup-2.1.9/>`_ and :doc:`Percona Software Repositories </installation>`.
26+
27+This release is the current GA (Generally Available) stable release in the 2.1 series.
28+
29+New Features
30+------------
31+
32+ |Percona XtraBackup| has now been rebased on |MySQL| 5.6.17.
33+
34+ |Percona XtraBackup| package is now available for *Ubuntu* 14.04.
35+
36+Bugs Fixed
37+----------
38+
39+ |Percona XtraBackup| couldn't be built with *Bison* 3.0. Bug fixed :bug:`1262439`.
40+
41+ The xtrabackup binaries now recognize a new :file:`my.cnf` option, :option:`open_files_limit`. The effect is the same as for the server: it changes the maximum number of file descriptors available to the xtrabackup process. The actual limit depends on the platform and ``ulimit`` settings. Bug fixed :bug:`1183793`.
42+
43+ If a remote |InnoDB| tablespace got CREATEd or ALTERed during the backup, an attempt to prepare such a backup later would lead to |Percona XtraBackup| crash. Bug fixed :bug:`1291299`.
44+
45+ Code in both |innobackupex| and |xtrabackup|, that was supposed to make sure no child processes are left running in case |innobackupex| got killed or failed with an error, relied on the fact the ``SIGTERM`` and ``SIGINT`` signals were not blocked by the xtrabackup process. However, both ``SIGTERM`` and ``SIGINT`` might be blocked by the process that had invoked |innobackupex|, for example, by the |Percona XtraDB Cluster| server processes doing an SST, in which case they were also blocked by the xtrabackup process, since the signal mask is inherited by child processes. Fixed by replacing ``SIGTERM`` in |innobackupex| and ``SIGINT`` in |xtrabackup| auto-termination with ``SIGKILL``. Bug fixed :bug:`1294782`.
46+
47+ A new table flag in the |InnoDB| data dictionary, introduced in |MySQL| 5.6.16, wasn't recognized by |Percona XtraBackup| which lead to ``InnoDB: in InnoDB data dictionary has unknown flags 50.`` warnings. Fixed by rebasing |Percona XtraBackup| on |MySQL| 5.6.17. Bug fixed :bug:`1302882`.
48+
49+All of Percona's software is open-source and free, all the details of the release can be found in the `2.1.9 milestone <https://launchpad.net/percona-xtrabackup/+milestone/2.1.9>` at Launchpad.

Subscribers

People subscribed via source and target branches