aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2007-03-04 10:48:24 +0000
committerMicah Anderson <micah@riseup.net>2007-03-04 10:48:24 +0000
commit913b3850c87fd11fd389802995799b4a41ce7da3 (patch)
treedc7b3c19922e01fc0039ae10c9743942769932ef /ChangeLog
parentc0126ff1ef90513ce5df48fc41326704a2cef555 (diff)
downloadbackupninja-913b3850c87fd11fd389802995799b4a41ce7da3.tar.gz
backupninja-913b3850c87fd11fd389802995799b4a41ce7da3.tar.bz2
fix partitionsfile example to properly use __star__ and note
why this is needed, in case someone wants to change this (Closes: #409192)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bae02e..9c7ea45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,8 @@ version 0.9.5 -- unreleased
it succeeds (Closes: #396632)
. Added option to not use sfdisk at all, useful for vserver/xen instances
that produce warnings about no harddisks found (Closes: #404071)
+ . Fixed example in example.sys to detail the __star__ in partitionsfile and
+ note why its necessary (Closes: #409192)
fixed 'make install' bug that failed if /etc/backup.d already existed
changed spaces to tabs in Makefile.am
updated examples/Makefile.am and handlers/Makefile.am to include rsnap/rub files