aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2006-06-09 17:27:21 +0000
committerMicah Anderson <micah@riseup.net>2006-06-09 17:27:21 +0000
commit489e294c50b6cba7545a110d26edd43e6b6e55ea (patch)
treefd541fac1e850d7d64384835caad5b501e34bb64 /ChangeLog
parent8589faa7f04c8d29298da45ad17ffecacc4498cb (diff)
downloadbackupninja-489e294c50b6cba7545a110d26edd43e6b6e55ea.tar.gz
backupninja-489e294c50b6cba7545a110d26edd43e6b6e55ea.tar.bz2
Added a slightly modified version of the anti-fascist patch (allows for
a configurable admingroup to be set, instead of forcing it to be root), closes debian bug#370396
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07430ce..b1e9fd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@ version 0.9.4 -- unreleased
. Fixed bug in toint(), and thus isnow(), which caused it
to not work when run from cron.
. Recursively ignore subdirs in /etc/backup.d (Closes: #361102)
+ . Add admingroup option to configuration to allow a group that can
+ read/write configurations (instead of only allowing root). Checks
+ and complains about group-readable files only when the group differs
+ from the one in the configuration file (default is root as before).
+ Thanks to Martin Krafft for the patch (Closes: #370396).
handler changes
Added tar handler
mysql: