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