From 346532689c3ba0ea443ef253862c81717e740e23 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 8 Nov 2010 10:48:10 +0100 Subject: [PATCH] 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. --- NEWS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 NEWS 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. -- 2.39.2