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