Added ChangeLog entry for 61eb6a74843ba000b4de58d3271c5cb545c891d0.
[matthijs/upstream/backupninja.git] / ChangeLog
index 9a6ccaab955ae7afe240e6bc552c568130272540..b6e05d0600e4c30126bb3740768b9d92940621bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,8 +26,12 @@ version 0.9.7 -- UNRELEASED
         . Fix the error message displayed when mysqld is not running:
           mysqladmin ping indeed returns 0 when authentication fails.
         . Use gzip's --rsyncable option.
+        . Quote output filenames to support shell meta-characters in
+          database names.
        pgsql:
         . Use gzip's --rsyncable option.
+        . Quote output filenames to support shell meta-characters in
+          database names.
        sys:
         . New luksheaders option (default=disabled) to backup the Luks header
           of every Luks device.
@@ -37,6 +41,15 @@ version 0.9.7 -- UNRELEASED
        dup:
         . Fixed bandwidthlimit syntax error. Thanks to Ian Beckwith for
           the patch.
+        . Send duplicity output to debug line by line instead of as a whole at
+          one time (Closes: #536360)
+    helper changes
+       dup:
+        . Do not propose to exclude /home/*/.gnupg twice anymore
+          (Closes: #563044)
+    autotools
+        . Added the stat command to the automagically replaced ones, hoping it
+          will help supporting *BSD some day.
 
 version 0.9.6 -- July 21, 2008
     backupninja changes