Changed partition check to use sfdisk as its more common
[matthijs/upstream/backupninja.git] / ChangeLog
index 4fece0db5a1d5e4dcfdc0405eba8273827b492eb..6b5082bd389876724af12a03c57a271b1f4eda4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,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
        ldap:
         . Compress now happens in-line to save some disk space (Closes: #370778)
     lib changes
@@ -67,6 +68,8 @@ version 0.9.4 -- unreleased
            symlinks for $configdirectory
     changed cron permissions to 644
     minor documentation fixes
+    improved RPM build process allowing 'make rpm-package' and 'make
+    srpm-package' targets (thanks Robert Napier)
 
 version 0.9.3 -- February 1st, 2006
     autotools fixes