Reject insane number of intervals.
[dss.git] / NEWS
1 -----------------------
2 0.1.5 (to be announced)
3 -----------------------
4
5 - snapshot recycling: outdated, redundant and orphaned snapshots are
6   reused as the basis for new snapshots.
7
8 - dss writes log messages to stderr rather than to the logfile unless
9   running in daemon mode.
10
11 - Default hooks work also on systems where "/bin/true" does not exist,
12   e.g. Mac OS.
13
14 0.1.4 (2010-11-08)
15 ~~~~~~~~~~~~~~~~~~
16 This version of dss contains some new features, many improvements of
17 existing features and several bug fixes.
18
19 Support for resuming snapshot creation after restart has been added
20 and snapshot removal is deferred until at least one current snapshot
21 exists. The internal handling of the various hooks has been simplified
22 and many error messages have been clarified. On SIGHUP, dss now writes
23 its configuration and internal state to the log file.
24
25 0.1.3 (2009-06-06)
26 ~~~~~~~~~~~~~~~~~~
27 You can now specify pre-rm/post-rm-hooks that are executed whenever
28 a snapshot is deleted. This release adds better compatibility with
29 rsync 3.0, and avoids busy loops when automatically restarting the
30 rsync process.
31
32 0.1.2 (2009-03-05)
33 ~~~~~~~~~~~~~~~~~~
34 This release includes the reason why a snapshot gets removed in the
35 log message. It will never remove the snapshot that is currently
36 being created. It will really pass the full path to the last complete
37 snapshot in the post_create_hook.
38
39 0.1.1 (2008-11-13)
40 ~~~~~~~~~~~~~~~~~~
41 This release prevents busy loops on rsync exit code 13. It ignores
42 any snapshot directory with creation time > completion time. It
43 opens /dev/null for reading and writing when executing rsync. It shows
44 human readable snapshot creation duration when listing snapshots. It
45 restarts the rsync process if it returned with exit code 13.
46
47 0.1.0 (2008-10-10)
48 ~~~~~~~~~~~~~~~~~~
49 Initial public release.