Cleanup of the tar-store code.
[cumulus.git] / NEWS
diff --git a/NEWS b/NEWS
index e7defe8..bafa39f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-UNRELEASED
+0.3 [2007-08-10]
+    - LOCAL DATABASE CHANGE: A checksums file is now written out along
+      with the snapshot descriptor that contains checksums of segments
+      used in a snapshot.  This will allow quick integrity checks of a
+      snapshot, without needing to decompress or decrypt the segment
+      files.  The local database schema was modified to store the
+      checksums for segments.
     - Build dependence on libtar has been dropped.  All necessary
       support for writing TAR files is now directly included with the
       source.
     - Build dependence on libtar has been dropped.  All necessary
       support for writing TAR files is now directly included with the
       source.
@@ -10,8 +16,13 @@ UNRELEASED
       restore.pl script does not use this.
     - Bugfix: Print a help message instead of crashing if no files are
       specified.
       restore.pl script does not use this.
     - Bugfix: Print a help message instead of crashing if no files are
       specified.
+    - Bugfix: File descriptors of files being backed up were closed
+      twice.  In some cases this might have led to an unrelated file
+      being closed (if the file descriptor was quickly re-used).
+    - Preview of a new lbs-util command for maintaining snapshots.
+      Functionality is currently limited.
 
 
-version 0.2.2 [2007-07-27]
+0.2.2 [2007-07-27]
     - Update reference restore.pl script to handle octal/hexadecimal
       (format change introduced in 0.2).
     - Better support for mixing multiple backup schemes: the statcache
     - Update reference restore.pl script to handle octal/hexadecimal
       (format change introduced in 0.2).
     - Better support for mixing multiple backup schemes: the statcache
@@ -19,11 +30,11 @@ version 0.2.2 [2007-07-27]
       where multiple different backups (of different source directories)
       are made, all sharing the same local database directory.
 
       where multiple different backups (of different source directories)
       are made, all sharing the same local database directory.
 
-version 0.2.1 [2007-07-20]
+0.2.1 [2007-07-20]
     - Bugfix: Do not print an error when only one directory is specified
       to back up.
 
     - Bugfix: Do not print an error when only one directory is specified
       to back up.
 
-version 0.2 [2007-07-20]
+0.2 [2007-07-20]
     - SNAPSHOT FORMAT CHANGE: Metadata logs in backups can now contain
       octal and hexadecimal values.  Old restore programs may not be
       able to read these new backups.  The reference restore.pl script
     - SNAPSHOT FORMAT CHANGE: Metadata logs in backups can now contain
       octal and hexadecimal values.  Old restore programs may not be
       able to read these new backups.  The reference restore.pl script
@@ -37,5 +48,5 @@ version 0.2 [2007-07-20]
     - Device major/minor numbers are dumped for block and character
       devices.
 
     - Device major/minor numbers are dumped for block and character
       devices.
 
-version 0.1 [2007-07-14]
+0.1 [2007-07-14]
     - Initial release.
     - Initial release.