Fixed stat to use --format instead of --printf to be compatible with coreutils
[matthijs/upstream/backupninja.git] / ChangeLog
index 6b5082bd389876724af12a03c57a271b1f4eda4a..036675e2b0cdc14e6e86c5d81135cf1868d13351 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@ version 0.9.4 -- unreleased
         . When determining which backup actions to make, find now follows
           symlinks for $configdirectory
         . Changed order of -s to mail for compatibility
+        . fixed permission stat call so it uses the --format supported by
+          coreutils (Closes: #382747)
     handler changes
        Added tar handler:
         . create tarballs
@@ -52,7 +54,7 @@ version 0.9.4 -- unreleased
         . Now forbid to (try to) include /.
        sys:
         . Many more system checks were added, thanks to Petr KlĂ­ma
-        . Changed partition check to use sfdisk as its more common, thanks Rainer Zocholl
+        . Added warning if no devices were found (thanks Ranier Zocholl)
        ldap:
         . Compress now happens in-line to save some disk space (Closes: #370778)
     lib changes
@@ -69,7 +71,9 @@ version 0.9.4 -- unreleased
     changed cron permissions to 644
     minor documentation fixes
     improved RPM build process allowing 'make rpm-package' and 'make
-    srpm-package' targets (thanks Robert Napier)
+    srpm-package' targets, also fixes permissions on man directories, 
+    cleans up RPM-related files during distclean, and adds default
+    EDITOR for "autogen.sh -f" if none is set. (thanks Robert Napier)
 
 version 0.9.3 -- February 1st, 2006
     autotools fixes