aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2006-03-11 07:21:04 +0000
committerMicah Anderson <micah@riseup.net>2006-03-11 07:21:04 +0000
commitdc8e99c6c42a6f6bed025132aee37f4a742f6d0d (patch)
treeb7d72a66dea12caacdf6d9868c77d15b234de16a /ChangeLog
parentc8ebca79ad314975a4955bf42fe7705b0c20e9f3 (diff)
downloadbackupninja-dc8e99c6c42a6f6bed025132aee37f4a742f6d0d.tar.gz
backupninja-dc8e99c6c42a6f6bed025132aee37f4a742f6d0d.tar.bz2
If you include= or exclude= a directory that is actually a symlink
somewhere along the chain you will only backup the symlink, and not the data, this is fixed here in rdiff with this change
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aec8d97..a6fb5e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ version 0.9.4 -- unreleased
mysql:
. Fixed improper use of $vuserhome (Debian: #351083)
. Fixed erroneous removal of tmpfile when it didn't exit
+ rdiff:
+ . Fixed improper include/exclude symlink dereference
lib changes
vserver:
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)