aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2006-12-13 05:36:41 +0000
committerMicah Anderson <micah@riseup.net>2006-12-13 05:36:41 +0000
commit1727edae52095f3d4724120bb3eae7022132efec (patch)
tree1be41eb469c85574d1b0d68a0c276ae164eb4e42 /ChangeLog
parent8932a62c3add7dfe92f94f3186b83b6da2b2eb86 (diff)
downloadbackupninja-1727edae52095f3d4724120bb3eae7022132efec.tar.gz
backupninja-1727edae52095f3d4724120bb3eae7022132efec.tar.bz2
fixed case where combination of compress=no and specifying individual
vservers and mysqld wasn't running or mysqldump didn't exist would cause a zero byte backup file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85aae26..b814698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@ version 0.9.5 -- unreleased
. Support configuring PGSQLUSER for real, and document it a bit; this
broken support actually prevented pgsql handler to work for VServers
(Closes: #396578)
+ mysql:
+ . Fixed case where odd combination of configuration options caused sqldump
+ backups to get overwritten with an empty file (Closes: #402679)
fixed automake 'make install' bug that failed if /etc/backup.d already
existed
changed spaces to tabs in Makefile.am