Simplify some makefiles.
[matthijs/upstream/backupninja.git] / NEWS
diff --git a/NEWS b/NEWS
index f866125c7a68270564d0846177297f0091640fd2..ef8592eedceb28ebb64af9f8963ea029994f4415 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+backupninja (0.9.7-1) UNRELEASED
+
+       * mysql: output filenames to support shell meta-characters in
+         database names. This change was not heavily tested, please
+         report any breakage.
+       * pgsql: output filenames to support shell meta-characters in
+         database names. This change was not heavily tested, please
+         report any breakage.
+
 backupninja (0.9.4-1) UNRELEASED
 
        * duplicity: Old (pre-0.9.4) example.dup file used to give false
@@ -14,6 +23,14 @@ backupninja (0.9.4-1) UNRELEASED
          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
        
 backupninja (0.9.2-1) unstable; urgency=low