From 269eddb3109693475b43faebc558d4017b8a9eab Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Thu, 9 Aug 2007 20:41:37 -0700 Subject: [PATCH] NEWS updates. --- NEWS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f1e2af9..312638e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ -UNRELEASED +0.3 + - 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,9 @@ 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). 0.2.2 [2007-07-27] - Update reference restore.pl script to handle octal/hexadecimal -- 2.20.1