Percona is glad to announce the release of Percona XtraBackup 2.0.4 on December 4th, 2012. Downloads are available from our download site here and Percona Software Repositories.
This release is the current GA (Generally Available) stable release in the 2.0 series.
Bugs Fixed:
--innodb=force option, previously it would throw an error if the option was set. Bug fixed #528752 (Laurynas Biveinis).
safe-slave-backup wasn’t working correctly. Bug fixed #887803 (Alexey Kopytov).
safe-slave-backup-timeout was reached when using the 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 #1037379 (Alexey Kopytov).
--apply-log when filesystem didn’t support Linux AIO. Bug fixed #1065561 (Alexey Kopytov).
innodb_use_native_aio when it’s specified either in my.cnf or as a command line option. Bug fixed #1068459 (Alexey Kopytov).
innodb_file_io_threads being deprecated, even if the variable wasn’t set. Bug fixed #1068485 (Alexey Kopytov).
Release notes with all the bugfixes for Percona XtraBackup 2.0.4 are available in our online documentation. Bugs can be reported on the launchpad bug tracker.