From: Andre Noll Date: Mon, 23 Mar 2015 13:32:15 +0000 (+0100) Subject: NEWS: Fix typo. X-Git-Tag: v0.1.6~4 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=34cec69f582576b8845b5bb6b544afc321f46d29 NEWS: Fix typo. This typo was introduced in commit 34653268 (Add NEWS file) years ago, apparently by pasting the content from the freshmeat web page to the NEWS file. --- diff --git a/NEWS b/NEWS index 444c12e..e1ae41e 100644 --- a/NEWS +++ b/NEWS @@ -62,7 +62,7 @@ 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 +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.