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

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Hrvoje Matijakovic
Approved revision: no longer in the source branch.
Merged at revision: 458
Proposed branch: lp:~hrvojem/percona-xtrabackup/rn-2.0.4-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 79 lines (+39/-5)
3 files modified
doc/source/installation.rst (+1/-1)
doc/source/installation/apt_repo.rst (+4/-4)
doc/source/release-notes/2.0/2.0.4.rst (+34/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/rn-2.0.4-2.1
Reviewer Review Type Date Requested Status
Percona core Pending
Review via email: mp+137119@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/installation.rst'
2--- doc/source/installation.rst 2012-11-19 02:09:59 +0000
3+++ doc/source/installation.rst 2012-11-30 07:35:26 +0000
4@@ -21,7 +21,7 @@
5 installation/apt_repo
6 installation/yum_repo
7
8-|Percona| provides repositories for :program:`yum` (``RPM`` packages for *Red Hat Enterprise Linux* and compatible distrubutions such as *CentOS*, *Oracle Enterprise Linux*, *Amazon Linux AMI*, and *Fedora*) and :program:`apt` (:file:`.deb` packages for *Ubuntu* and *Debian*) for software such as |Percona Server|, |XtraDB|, |XtraBackup|, and |Percona Toolkit|. This makes it easy to install and update your software and its dependencies through your operating system's package manager.
9+|Percona| provides repositories for :program:`yum` (``RPM`` packages for *Red Hat Enterprise Linux* and compatible distributions such as *CentOS*, *Oracle Enterprise Linux*, *Amazon Linux AMI*, and *Fedora*) and :program:`apt` (:file:`.deb` packages for *Ubuntu* and *Debian*) for software such as |Percona Server|, |XtraDB|, |XtraBackup|, and |Percona Toolkit|. This makes it easy to install and update your software and its dependencies through your operating system's package manager.
10
11 This is the recommend way of installing where possible.
12
13
14=== modified file 'doc/source/installation/apt_repo.rst'
15--- doc/source/installation/apt_repo.rst 2012-09-19 11:35:43 +0000
16+++ doc/source/installation/apt_repo.rst 2012-11-30 07:35:26 +0000
17@@ -10,10 +10,10 @@
18
19 $ gpg -a --export CD2EFD2A | sudo apt-key add -
20
21-Add this to :file:`/etc/apt/sources.list`, replacing ``squeeze`` with the name of your distribution: ::
22+Add this to :file:`/etc/apt/sources.list`, replacing ``VERSION`` with the name of your distribution: ::
23
24- deb http://repo.percona.com/apt squeeze main
25- deb-src http://repo.percona.com/apt squeeze main
26+ deb http://repo.percona.com/apt VERSION main
27+ deb-src http://repo.percona.com/apt VERSION main
28
29 Remember to update the local cache: ::
30
31@@ -37,8 +37,8 @@
32 ------
33
34 * 10.04LTS (lucid)
35- * 11.10 (oneiric)
36 * 12.04LTS (precise)
37+ * 12.10 (quantal)
38
39 Experimental Repository
40 =======================
41
42=== added file 'doc/source/release-notes/2.0/2.0.4.rst'
43--- doc/source/release-notes/2.0/2.0.4.rst 1970-01-01 00:00:00 +0000
44+++ doc/source/release-notes/2.0/2.0.4.rst 2012-11-30 07:35:26 +0000
45@@ -0,0 +1,34 @@
46+============================
47+|Percona| |XtraBackup| 2.0.4
48+============================
49+
50+Percona is glad to announce the release of Percona XtraBackup 2.0.4 on December 3rd, 2012. Downloads are available from our download site `here <http://www.percona.com/downloads/XtraBackup/XtraBackup-2.0.4/>`_ and :doc:`Percona Software Repositories </installation>`.
51+
52+This release is the current GA (Generally Available) stable release in the 2.0 series.
53+
54+Bugs Fixed
55+==========
56+
57+ * Bug fix for :bug:`932623` introduced the regression in |XtraBackup| 2.0.2 which caused incremental backups to fail because the init parameter values were not normalized to the values used inside |InnoDB|. Bug fixed :bug:`1062684` (*Sergei Glushchenko*).
58+
59+ * Bug fix for :bug:`932623` introduced the regression in |XtraBackup| 2.0.2 because it didn't take the separate doublewrite tablespace into an account. Bug fixed :bug:`1066843` (*Sergei Glushchenko*).
60+
61+ * |XtraBackup| was handling the separate doublewrite buffer file incorrectly. File path of the doublewrite buffer wasn't added to the :file:`backup-my.cnf` and after the restore old doublewrite buffer file was used instead of one made during the prepare stage. Bug fixed :bug:`1068470` (*Sergei Glushchenko*).
62+
63+ * |XtraBackup| now accepts the :option:`--innodb=force` option, previously it would throw an error if the option was set. Bug fixed :bug:`528752` (*Laurynas Biveinis*).
64+
65+ * Option :option:`safe-slave-backup` wasn't working correctly. Bug fixed :bug:`887803` (*Alexey Kopytov*).
66+
67+ * In case ``safe-slave-backup-timeout`` was reached when using the :option:`safe-slave-backup` option, ``SQL_THREAD`` was left in stopped state causing the slave thread to lag behind. This was fixed by checking the initial ``SQL_THREAD`` state and starting it before terminating with a timeout error and starting the ``SQL_THREAD`` only if it was running initially. Bug fixed :bug:`1037379` (*Alexey Kopytov*).
68+
69+ * In case of streaming backups, |innobackupex| would resume the Xtrabackup process and then wait for it to finish before running ``UNLOCK TABLES``. This caused database to be unnecessarily locked with ``FLUSH TABLES WITH READ LOCK``. Innobackupex now waits only till log copying is finished to unlock the databases. Bug fixed :bug:`1055989` (*Alexey Kopytov*).
70+
71+ * |Xtrabackup| would fail on ``--apply-log`` when filesystem didn't support Linux AIO. Bug fixed :bug:`1065561` (*Alexey Kopytov*).
72+
73+ * |Xtrabackup| binary would ignore :option:`innodb_use_native_aio` when it's specified either in :file:`my.cnf` or as a command line option. Bug fixed :bug:`1068459` (*Alexey Kopytov*).
74+
75+ * |Xtrabackup| would print a warning message during the prepare stage about :option:`innodb_file_io_threads` being deprecated, even if the variable wasn't set. Bug fixed :bug:`1068485` (*Alexey Kopytov*).
76+
77+ * |Xtrabackup| Galera tests can now be run concurrently. Bug fixed :bug:`1077800` (*Stewart Smith*).
78+
79+

Subscribers

People subscribed via source and target branches