aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2006-06-10 16:14:38 +0000
committerMicah Anderson <micah@riseup.net>2006-06-10 16:14:38 +0000
commite3f280a3ca70b1e80edca168af75ff55ccbd2172 (patch)
treecb462617671018d27ebdbc0f826a0cffd1078a1a /ChangeLog
parent11601b4ccdafa6db15b86371c9cbad0fe853236a (diff)
downloadbackupninja-e3f280a3ca70b1e80edca168af75ff55ccbd2172.tar.gz
backupninja-e3f280a3ca70b1e80edca168af75ff55ccbd2172.tar.bz2
Added explicit mktemp template names so that mktemp is more compatible with other versions
than Debian's. Also added Anarcat to the AUTHORS file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac802d1..d7a166f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,8 @@ version 0.9.4 -- unreleased
vserver:
. init_vservers: fixed Debian bug #351083 (improper readlink syntax)
. found_vservers: escaped special grep repetition character +
+ . forced mktemp to use a template with a name to be more compatible with
+ different versions of mktemp, thanks anarcat
ninjahelper changes
. Recursively ignore subdirs in /etc/backup.d (Closes: #361102)
. Fix configdirectory error that forced you to use /etc/backup.d, thanks anarcat