Extract the version number from NEWS if git-describe is not available.
[cumulus.git] / NEWS
1 UNRELEASED
2     - Build dependence on libtar has been dropped.  All necessary
3       support for writing TAR files is now directly included with the
4       source.
5     - The snapshot format is now documented, at least in part.  See
6       format.txt.
7     - Snapshots now include link count and inode number for files with
8       multiple hard links, so that a restore program could determine
9       which files should be hard linked on restore.  The reference
10       restore.pl script does not use this.
11     - Bugfix: Print a help message instead of crashing if no files are
12       specified.
13
14 0.2.2 [2007-07-27]
15     - Update reference restore.pl script to handle octal/hexadecimal
16       (format change introduced in 0.2).
17     - Better support for mixing multiple backup schemes: the statcache
18       file is now per-scheme, so performance should be better in cases
19       where multiple different backups (of different source directories)
20       are made, all sharing the same local database directory.
21
22 0.2.1 [2007-07-20]
23     - Bugfix: Do not print an error when only one directory is specified
24       to back up.
25
26 0.2 [2007-07-20]
27     - SNAPSHOT FORMAT CHANGE: Metadata logs in backups can now contain
28       octal and hexadecimal values.  Old restore programs may not be
29       able to read these new backups.  The reference restore.pl script
30       has not yet been updated.
31     - LOCAL DATABASE CHANGE: Backups may be assigned a name with the
32       --scheme= command-line option, to allow different backup sets to
33       be mixed in the same directory.  The database schema for the local
34       database is changed.
35     - Improved selection (inclusion/exclusion) of files to be included
36       in a backup.
37     - Device major/minor numbers are dumped for block and character
38       devices.
39
40 0.1 [2007-07-14]
41     - Initial release.