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