From: Andre Noll Date: Mon, 8 Nov 2010 09:48:10 +0000 (+0100) Subject: Add NEWS file. X-Git-Tag: v0.1.4~1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=346532689c3ba0ea443ef253862c81717e740e23;hp=00c1e3fbafc6310a32bf39bbd8c36a7acee275f9;p=dss.git Add NEWS file. It contains the release date and the some notes about what has changed. The text is identical to what is listed as "Changes" on the freshmeat pages. --- diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..2e595fd --- /dev/null +++ b/NEWS @@ -0,0 +1,33 @@ +------------------ +0.1.3 (2009-06-06) +------------------ + +You can now specify pre-rm/post-rm-hooks that are executed whenever +a snapshot is deleted. This release adds better compatibility with +rsync 3.0, and avoids busy loops when automatically restarting the +rsync process. + +------------------ +0.1.2 (2009-03-05) +------------------ + +This release includes the reason why a snapshot gets removed in the +log message. It will never remove the snapshot that is currently +being created. It will really pass the full path to the last complete +snapshot in the post_create_hook. + +------------------ +0.1.1 (2008-11-13) +------------------ + +This release prevents busy loops on rsync exit code 13. It ignores +any snapshot directory with creation time > completion time. It +opens /dev/null for reading and writing when executing rsync. It shows +human readable snapshot creation duration when listing snapshots. It +restarts the rsync process if it returned with exit code 13. + +------------------ +0.1.0 (2008-10-10) +------------------ + +Initial public release.