INSTALL: Reword sentence about gengetopt.
[dss.git] / NEWS
1 -----------------------
2 0.1.6 (to be announced)
3 -----------------------
4
5  - New option --min-complete to specify the minimal number of snapshots
6    to keep.
7
8  - Improved handling of rsync errors. The new --max-rsync-errors option
9  tells dss to terminate after the given number of rsync failures.
10
11  - New home page URL, email address
12
13 ------------------
14 0.1.5 (2014-01-14)
15 ------------------
16
17  - snapshot recycling: outdated, redundant and orphaned snapshots are
18  reused as the basis for new snapshots.
19
20  - New subcommands: --kill, --reload.
21
22  - The semaphore-based locking system prevents to start multiple
23  instances of dss.
24
25  - When dss receives SIGHUP it now writes the internal state and the
26  configuration to the log file
27
28  - First steps to make the source code ANSI C conform (thanks to
29  Daniel Richard G).
30
31  - dss writes log messages to stderr rather than to the logfile unless
32  running in daemon mode.
33
34  - Default hooks work also on systems where "/bin/true" does not exist,
35  e.g. Mac OS.
36
37 0.1.4 (2010-11-08)
38 ~~~~~~~~~~~~~~~~~~
39 This version of dss contains some new features, many improvements of
40 existing features and several bug fixes.
41
42 Support for resuming snapshot creation after restart has been added
43 and snapshot removal is deferred until at least one current snapshot
44 exists. The internal handling of the various hooks has been simplified
45 and many error messages have been clarified. On SIGHUP, dss now writes
46 its configuration and internal state to the log file.
47
48 0.1.3 (2009-06-06)
49 ~~~~~~~~~~~~~~~~~~
50 You can now specify pre-rm/post-rm-hooks that are executed whenever
51 a snapshot is deleted. This release adds better compatibility with
52 rsync 3.0, and avoids busy loops when automatically restarting the
53 rsync process.
54
55 0.1.2 (2009-03-05)
56 ~~~~~~~~~~~~~~~~~~
57 This release includes the reason why a snapshot gets removed in the
58 log message. It will never remove the snapshot that is currently
59 being created. It will really pass the full path to the last complete
60 snapshot in the post_create_hook.
61
62 0.1.1 (2008-11-13)
63 ~~~~~~~~~~~~~~~~~~
64 This release prevents busy loops on rsync exit code 13. It ignores
65 any snapshot directory with creation time >= completion time. It
66 opens /dev/null for reading and writing when executing rsync. It shows
67 human readable snapshot creation duration when listing snapshots. It
68 restarts the rsync process if it returned with exit code 13.
69
70 0.1.0 (2008-10-10)
71 ~~~~~~~~~~~~~~~~~~
72 Initial public release.