Merge branch 'refs/heads/t/short-log'
[dss.git] / NEWS
1 -----------------------
2 x.y.z (to be announced)
3 -----------------------
4
5  - Improved error diagnostics for the kill subcommand.
6
7  - The --no-resume option has been removed.
8
9  - The gengetopt option parser has been replaced by the
10  [lopsub](http://people.tuebingen.mpg.de/maan/lopsub) library. Hence
11  lopsub must be installed to compile this package. Also help2man is
12  no longer required since lopsub has built-in roff support.
13
14  - New subcommand "configtest" to check the command line options and
15  the configuration file for syntactic correctness.
16
17  - "make install" will install the executable and the man page.
18
19  - In run mode, dss no longer exits successfully if another instance
20  is already running.
21
22  - New option --checksum to let rsync compute checksums occasionally.
23
24  - CFLAGS, CPPFLAGS and LDFLAGS can now be used to override the flags
25  of the build system.
26
27  - For all subcommands other than "run", timestamps and function names
28  are omitted from the log output.
29
30  - The dss logo is now created with ImageMagick rather than dia.
31
32 ------------------
33 0.1.7 (2017-04-17)
34 ------------------
35
36  - Documentation improvements.
37
38  - Improved error diagnostics.
39
40  - dss no longer refuses to run in daemon mode without a log file.
41
42  - Minor tweaks to the snapshot pruning algorithm.
43
44  - A fix for create mode when rsync exists unsuccessfully.
45
46  - NEWS and README have been converted to markdown format.
47
48  - We now compile with -Wunused-parameter and -Wshadow.
49
50 ------------------
51 0.1.6 (2015-08-05)
52 ------------------
53
54  - New option --min-complete to specify the minimal number of snapshots
55    to keep.
56
57  - Improved handling of rsync errors. The new --max-rsync-errors option
58  tells dss to terminate after the given number of rsync failures.
59
60  - New home page URL and email address.
61
62  - Reworked rsync restart logic, new --max-rsync-errors option.
63
64  - Avoidance of "Errors with program diagnostics" error from rsync.
65
66  - Improved signal handling.
67
68 ------------------
69 0.1.5 (2014-01-14)
70 ------------------
71
72  - snapshot recycling: outdated, redundant and orphaned snapshots are
73  reused as the basis for new snapshots.
74
75  - New subcommands: --kill, --reload.
76
77  - The semaphore-based locking system prevents to start multiple
78  instances of dss.
79
80  - When dss receives SIGHUP it now writes the internal state and the
81  configuration to the log file
82
83  - First steps to make the source code ANSI C conform (thanks to
84  Daniel Richard G).
85
86  - dss writes log messages to stderr rather than to the logfile unless
87  running in daemon mode.
88
89  - Default hooks work also on systems where "/bin/true" does not exist,
90  e.g. Mac OS.
91
92 ------------------
93 0.1.4 (2010-11-08)
94 ------------------
95 This version of dss contains some new features, many improvements of
96 existing features and several bug fixes.
97
98 Support for resuming snapshot creation after restart has been added
99 and snapshot removal is deferred until at least one current snapshot
100 exists. The internal handling of the various hooks has been simplified
101 and many error messages have been clarified. On SIGHUP, dss now writes
102 its configuration and internal state to the log file.
103
104 ------------------
105 0.1.3 (2009-06-06)
106 ------------------
107 You can now specify pre-rm/post-rm-hooks that are executed whenever
108 a snapshot is deleted. This release adds better compatibility with
109 rsync 3.0, and avoids busy loops when automatically restarting the
110 rsync process.
111
112 ------------------
113 0.1.2 (2009-03-05)
114 ------------------
115 This release includes the reason why a snapshot gets removed in the
116 log message. It will never remove the snapshot that is currently
117 being created. It will really pass the full path to the last complete
118 snapshot in the post_create_hook.
119
120 ------------------
121 0.1.1 (2008-11-13)
122 ------------------
123 This release prevents busy loops on rsync exit code 13. It ignores
124 any snapshot directory with creation time >= completion time. It
125 opens /dev/null for reading and writing when executing rsync. It shows
126 human readable snapshot creation duration when listing snapshots. It
127 restarts the rsync process if it returned with exit code 13.
128
129 ------------------
130 0.1.0 (2008-10-10)
131 ------------------
132 Initial public release.