diff options
author | Micah Anderson <micah@riseup.net> | 2006-12-13 05:36:41 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-12-13 05:36:41 +0000 |
commit | 1727edae52095f3d4724120bb3eae7022132efec (patch) | |
tree | 1be41eb469c85574d1b0d68a0c276ae164eb4e42 /ChangeLog | |
parent | 8932a62c3add7dfe92f94f3186b83b6da2b2eb86 (diff) | |
download | backupninja-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |