2e595fdb3c522831d035f91449b33186e266e7b1
[dss.git] / NEWS
1 ------------------
2 0.1.3 (2009-06-06)
3 ------------------
4
5 You can now specify pre-rm/post-rm-hooks that are executed whenever
6 a snapshot is deleted. This release adds better compatibility with
7 rsync 3.0, and avoids busy loops when automatically restarting the
8 rsync process.
9
10 ------------------
11 0.1.2 (2009-03-05)
12 ------------------
13
14 This release includes the reason why a snapshot gets removed in the
15 log message. It will never remove the snapshot that is currently
16 being created. It will really pass the full path to the last complete
17 snapshot in the post_create_hook.
18
19 ------------------
20 0.1.1 (2008-11-13)
21 ------------------
22
23 This release prevents busy loops on rsync exit code 13. It ignores
24 any snapshot directory with creation time > completion time. It
25 opens /dev/null for reading and writing when executing rsync. It shows
26 human readable snapshot creation duration when listing snapshots. It
27 restarts the rsync process if it returned with exit code 13.
28
29 ------------------
30 0.1.0 (2008-10-10)
31 ------------------
32
33 Initial public release.