X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=NEWS;h=bafa39f6fe99ad3c4917332854db328cb7364b15;hb=dbba40b5a3722e4acb0cc043f0be1bebff872f27;hp=f1e2af926a8f18abc7240957654ca6f0e88d44e5;hpb=98d72e33a0c677ba638c599f9739cb929496f9b9;p=cumulus.git diff --git a/NEWS b/NEWS index f1e2af9..bafa39f 100644 --- 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. @@ -10,6 +16,11 @@ UNRELEASED 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. 0.2.2 [2007-07-27] - Update reference restore.pl script to handle octal/hexadecimal