aboutsummaryrefslogtreecommitdiff
path: root/debian/NEWS
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-02-19 12:23:29 -0500
committerMicah Anderson <micah@riseup.net>2009-02-19 12:23:29 -0500
commit539fd1471907422d81626260ea4f1e23e4d398a4 (patch)
treeefe32e02a285fe1d241e16c6701a95a8201d79e7 /debian/NEWS
parent27a7859c42394a78c16b24f0d08ca28667bb1efa (diff)
downloadbackupninja-539fd1471907422d81626260ea4f1e23e4d398a4.tar.gz
backupninja-539fd1471907422d81626260ea4f1e23e4d398a4.tar.bz2
move the branches directories up to the root of the repository
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..7b0b76e
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,36 @@
+backupninja (0.9.4-1) unstable; urgency=low
+
+ * duplicity: Old (pre-0.9.4) example.dup file used to give false
+ information about the way the GnuPG-related options are used.
+ Please read the new /usr/share/doc/backupninja/examples/example.dup
+ file, and update your own configuration files if needed.
+
+ * duplicity, rdiff: symlinks and globbing support in
+ include/exclude/vsinclude was unclear and did not work in all
+ situations, with weird behavious, due to incompatibilities
+ between various readlink versions in this field. This has been made
+ clear eventually: globbing is fully supported again, whereas no
+ attempt is done to dereference symlinks anymore.
+ Please read the new /usr/share/doc/backupninja/examples/example.dup
+ or /usr/share/doc/backupninja/examples/example.rdiff file, and update
+ your own configuration files if needed.
+
+ * duplicity: duplicity now uses sftp, which does not support all scp
+ command line options; you thus have to convert the sshoptions setting
+ in your *.dup configuration files, to sftp-compatible syntax; for
+ example, you can replace:
+ sshoptions = -i /root/.ssh/id_dsa_duplicity
+ with:
+ sshoptions = -o IdentityFile=/root/.ssh/id_dsa_duplicity
+
+ -- Micah Anderson <micah@riseup.net> Fri, 6 Oct 2006 13:04:45 -0600
+
+backupninja (0.9.2-1) unstable; urgency=low
+
+ WARNING FOR DUPLICITY USERS
+
+ Old (pre-0.9.2) example.dup file used to give false information about the way
+ the GnuPG-related options are used. Please read the new example.dup file, and
+ update your own configuration files if needed.
+
+ -- Micah Anderson <micah@riseup.net> Thu, 29 Dec 2005 14:21:48 -0500