]> git.tuebingen.mpg.de Git - dss.git/blob - NEWS
Revert "ipc.c: Use ftok() instead of SuperFastHash."
[dss.git] / NEWS
1 -----------------------
2 x.y.z (to be announced)
3 -----------------------
4
5  - Improved error diagnostics for the kill subcommand.
6
7 ------------------
8 0.1.7 (2017-04-17)
9 ------------------
10
11  - Documentation improvements.
12
13  - Improved error diagnostics.
14
15  - dss no longer refuses to run in daemon mode without a log file.
16
17  - Minor tweaks to the snapshot pruning algorithm.
18
19  - A fix for create mode when rsync exists unsuccessfully.
20
21  - NEWS and README have been converted to markdown format.
22
23  - We now compile with -Wunused-parameter and -Wshadow.
24
25 ------------------
26 0.1.6 (2015-08-05)
27 ------------------
28
29  - New option --min-complete to specify the minimal number of snapshots
30    to keep.
31
32  - Improved handling of rsync errors. The new --max-rsync-errors option
33  tells dss to terminate after the given number of rsync failures.
34
35  - New home page URL and email address.
36
37  - Reworked rsync restart logic, new --max-rsync-errors option.
38
39  - Avoidance of "Errors with program diagnostics" error from rsync.
40
41  - Improved signal handling.
42
43 ------------------
44 0.1.5 (2014-01-14)
45 ------------------
46
47  - snapshot recycling: outdated, redundant and orphaned snapshots are
48  reused as the basis for new snapshots.
49
50  - New subcommands: --kill, --reload.
51
52  - The semaphore-based locking system prevents to start multiple
53  instances of dss.
54
55  - When dss receives SIGHUP it now writes the internal state and the
56  configuration to the log file
57
58  - First steps to make the source code ANSI C conform (thanks to
59  Daniel Richard G).
60
61  - dss writes log messages to stderr rather than to the logfile unless
62  running in daemon mode.
63
64  - Default hooks work also on systems where "/bin/true" does not exist,
65  e.g. Mac OS.
66
67 ------------------
68 0.1.4 (2010-11-08)
69 ------------------
70 This version of dss contains some new features, many improvements of
71 existing features and several bug fixes.
72
73 Support for resuming snapshot creation after restart has been added
74 and snapshot removal is deferred until at least one current snapshot
75 exists. The internal handling of the various hooks has been simplified
76 and many error messages have been clarified. On SIGHUP, dss now writes
77 its configuration and internal state to the log file.
78
79 ------------------
80 0.1.3 (2009-06-06)
81 ------------------
82 You can now specify pre-rm/post-rm-hooks that are executed whenever
83 a snapshot is deleted. This release adds better compatibility with
84 rsync 3.0, and avoids busy loops when automatically restarting the
85 rsync process.
86
87 ------------------
88 0.1.2 (2009-03-05)
89 ------------------
90 This release includes the reason why a snapshot gets removed in the
91 log message. It will never remove the snapshot that is currently
92 being created. It will really pass the full path to the last complete
93 snapshot in the post_create_hook.
94
95 ------------------
96 0.1.1 (2008-11-13)
97 ------------------
98 This release prevents busy loops on rsync exit code 13. It ignores
99 any snapshot directory with creation time >= completion time. It
100 opens /dev/null for reading and writing when executing rsync. It shows
101 human readable snapshot creation duration when listing snapshots. It
102 restarts the rsync process if it returned with exit code 13.
103
104 ------------------
105 0.1.0 (2008-10-10)
106 ------------------
107 Initial public release.