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