aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2006-03-15 18:05:43 +0000
committerMicah Anderson <micah@riseup.net>2006-03-15 18:05:43 +0000
commit0e353b42dba44211f42108c29f3f9169aecf4e54 (patch)
tree0c38921c8bf34b77dcd066bf622489ea408ad624 /ChangeLog
parente94597ad053204c0a056505fe3f017ff325489fd (diff)
downloadbackupninja-0e353b42dba44211f42108c29f3f9169aecf4e54.tar.gz
backupninja-0e353b42dba44211f42108c29f3f9169aecf4e54.tar.bz2
lost+found was not being removed from the list of found_vservers
because the + was being interpreted by grep -E, I've escaped it so it will properly be removed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f4eb4d..05125ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ version 0.9.4 -- unreleased
lib changes
vserver:
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
+ . found_vservers: escaped special grep repetition character +
version 0.9.3 -- February 1st, 2006
autotools fixes