aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-01-09 00:44:43 +0100
committerintrigeri <intrigeri@boum.org>2010-01-09 00:44:43 +0100
commit4e0519e390137b18b545f0ad256d03941cdd7bac (patch)
tree585e7fec41eb22995603b293a893c1a77a69f0af /ChangeLog
parent47313bca65de105145f2168538b294a9bcc0e98d (diff)
downloadbackupninja-4e0519e390137b18b545f0ad256d03941cdd7bac.tar.gz
backupninja-4e0519e390137b18b545f0ad256d03941cdd7bac.tar.bz2
rdiff,dup: fix include/exclude paths with spaces (Closes: #398435)
This also fixes Redmine bug #1021.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18ed157..fb6b622 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,8 @@ version 0.9.7 -- UNRELEASED
database names.
. Use bash pipefail option when needed so that failed dumps are
reported as such.
+ rdiff:
+ . Fix include/exclude paths with spaces (Closes: #398435)
sys:
. New luksheaders option (default=disabled) to backup the Luks header
of every Luks device.
@@ -55,6 +57,7 @@ version 0.9.7 -- UNRELEASED
one time (Closes: #536360)
. Report duplicity output as "info" so that it can be included in
report e-mail when reportinfo is on (Closes: #563734)
+ . Fix include/exclude paths with spaces
helper changes
dup:
. Do not propose to exclude /home/*/.gnupg twice anymore