1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
automysqlbackup (2.6+debian.4-1) unstable; urgency=medium
* New upstream release:
- Fixed mutt command line (Closes: #701765)
- Added --events to the OPT (Closes: #721877)
- Fixed /var/lib/automysqlbackup file permission to be o-x and o-r
(Closes: #729619)
* Added virtual-mysql-client as possible dependency (Closes: #732878).
* Standards-Version: is now 3.9.5.
* Added upstream-tag = %(version)s in debian/gbp.conf.
* VCS fields now canonical.
* Implemented get-orig-source using git archive.
* Now depends on bsd-mailx | mailx (Closes: #752150).
-- Thomas Goirand <zigo@debian.org> Wed, 23 Jul 2014 07:40:58 +0000
automysqlbackup (2.6+debian.3-1) unstable; urgency=high
* Fixes: Code injection via unsafe database names inside eval calls, thanks
to Axel Beckert for reporting (Closes: #706099).
-- Thomas Goirand <zigo@debian.org> Thu, 25 Apr 2013 18:34:36 +0800
automysqlbackup (2.6+debian.2-2) unstable; urgency=low
* Cronjob exits without error after package removal, thanks to Holger Levsen
for reporting the issue and Andreas Beckmann for the patch (Closes: #633450).
-- Thomas Goirand <zigo@debian.org> Fri, 01 Feb 2013 05:20:13 +0000
automysqlbackup (2.6+debian.2-1) unstable; urgency=low
* Doesn't backup the performance_schema and information_schema databases by
default anymore (Closes: #673257).
* Bumps Standard-Version: to 3.9.3 (no change required).
* Added an option to backup routines with --routines (Closes: #631218).
-- Thomas Goirand <zigo@debian.org> Fri, 25 May 2012 11:42:27 +0000
automysqlbackup (2.6+debian-2) unstable; urgency=low
* Now only depends on mysql-client, and not mysql-client-x.x | mysql-client
anymore.
-- Thomas Goirand <zigo@debian.org> Tue, 14 Feb 2012 20:10:54 +0800
automysqlbackup (2.6+debian-1) unstable; urgency=low
* New upstream version. With this new Debian release, I'm deciding to
completely fork upstream work, as it's being impossible to work with
upstream (no responsiveness), that upstream branch diverged, and is still
containing the very bad security issue to save DBs dumps as world readable
after my repeated warnings.
* debian/copyright now using DEP5 format.
* Added Vcs fields and a debian/gbp.conf.
* Switching to source format 1.0 (quilt).
* Removed now useless Dm-Upload-Allowed:, and now using my @debian.org email
as maintainer.
* Now depends on mysql-client-5.1 | mysql-client (and not 5.0 anymore).
* Standards-Version: is now 3.9.2.
* Remove "a" article in short description.
* Added build-arch: and build-indep: targets in debian/rules.
* Fixes Script fails with error when DBNAMES="all", thanks to Chris Moules
<debian.bug@gms.lu> (Closes: #654388).
-- Thomas Goirand <zigo@debian.org> Mon, 23 Jan 2012 17:02:38 +0800
automysqlbackup (2.5-6) unstable; urgency=low
* Fixes the --opt issue with the information_schema that needs --skip-opt
instead of --opt (Closes: #550037).
* Added ${misc:Depends}.
* Added patch to purge the rotated weekly backups that are older than 5
weeks, if you selected SEPDIR (Separate backup for each DB), thanks to
Gregor Hoffleit <flight@debian.org> (Closes: #572642).
* Removes verbosivity when doing rm when LATEST is in use, as suggested
by Frédéric Brière <fbriere@fbriere.net> (Closes: #574479).
-- Thomas Goirand <thomas@goirand.fr> Tue, 23 Mar 2010 20:54:27 +0800
automysqlbackup (2.5-5) unstable; urgency=low
* Added Recommends: mutt (Closes: #532402).
* Now uses a SHOW DATABASES statement to list all DBs to backup in the
/etc/defaults/automysqlbackup, which is a lot more reliable than the
previous folder listing (Closes: #539370).
* Added some quotes in the script to avoid some parsing errors, which
was reported by a user of the package (Closes: #534852).
* Added more comments in the /etc/defaults/automysqlbackup.
* Added a watch file.
* Bumped Standards-Version to 3.8.2.
-- Thomas Goirand <thomas@goirand.fr> Thu, 06 Aug 2009 12:55:25 +0800
automysqlbackup (2.5-3) unstable; urgency=high
* There are now more options in the /etc/defaults/automysqlbackup config file
as requested (in fact all advanced options) (Closes: #506135).
* Backups are not world readable anymore (chmod 600 after the backup is
performed). Thansk to jacques-billard@studio-jibe.com for reporting.
-- Thomas Goirand <thomas@goirand.fr> Sun, 22 Mar 2009 18:05:23 +0800
automysqlbackup (2.5-1) unstable; urgency=low
* Initial release. (Closes: #497899)
-- Thomas Goirand <thomas@goirand.fr> Fri, 5 Sep 2008 15:28:25 +0800
|