Update NEWS file.
[cumulus.git] / NEWS
1 0.4?
2     - Include an example filter script, lbs-filter-gpg, for encrypting
3       segment data as it is written.
4
5 0.3 [2007-08-10]
6     - LOCAL DATABASE CHANGE: A checksums file is now written out along
7       with the snapshot descriptor that contains checksums of segments
8       used in a snapshot.  This will allow quick integrity checks of a
9       snapshot, without needing to decompress or decrypt the segment
10       files.  The local database schema was modified to store the
11       checksums for segments.
12     - Build dependence on libtar has been dropped.  All necessary
13       support for writing TAR files is now directly included with the
14       source.
15     - The snapshot format is now documented, at least in part.  See
16       format.txt.
17     - Snapshots now include link count and inode number for files with
18       multiple hard links, so that a restore program could determine
19       which files should be hard linked on restore.  The reference
20       restore.pl script does not use this.
21     - Bugfix: Print a help message instead of crashing if no files are
22       specified.
23     - Bugfix: File descriptors of files being backed up were closed
24       twice.  In some cases this might have led to an unrelated file
25       being closed (if the file descriptor was quickly re-used).
26     - Preview of a new lbs-util command for maintaining snapshots.
27       Functionality is currently limited.
28
29 0.2.2 [2007-07-27]
30     - Update reference restore.pl script to handle octal/hexadecimal
31       (format change introduced in 0.2).
32     - Better support for mixing multiple backup schemes: the statcache
33       file is now per-scheme, so performance should be better in cases
34       where multiple different backups (of different source directories)
35       are made, all sharing the same local database directory.
36
37 0.2.1 [2007-07-20]
38     - Bugfix: Do not print an error when only one directory is specified
39       to back up.
40
41 0.2 [2007-07-20]
42     - SNAPSHOT FORMAT CHANGE: Metadata logs in backups can now contain
43       octal and hexadecimal values.  Old restore programs may not be
44       able to read these new backups.  The reference restore.pl script
45       has not yet been updated.
46     - LOCAL DATABASE CHANGE: Backups may be assigned a name with the
47       --scheme= command-line option, to allow different backup sets to
48       be mixed in the same directory.  The database schema for the local
49       database is changed.
50     - Improved selection (inclusion/exclusion) of files to be included
51       in a backup.
52     - Device major/minor numbers are dumped for block and character
53       devices.
54
55 0.1 [2007-07-14]
56     - Initial release.