diff --git a/debian/changelog b/debian/changelog index 1a484ac675..30d7e203f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,10 @@ git-annex (4.20130710) UNRELEASED; urgency=low * Display byte sizes with more precision. * New improved version of the git-annex logo, contributed by John Lawrence. + * watcher: Fixed a crash that could occur when a directory was renamed + or deleted before it could be scanned. + * watcher: Partially worked around a bug in hinotify, no longer crashes + if hinotify cannot process a directory (but can't detect changes in it) -- Joey Hess Tue, 09 Jul 2013 19:17:13 -0400 diff --git a/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn b/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn index 06a97ec5ec..f798fe2ead 100644 --- a/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn +++ b/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn @@ -21,3 +21,5 @@ Watcher crashed: addWatch: does not exist (No such file or directory) # End of transcript or log. """]] + +> [[done]]; see my comment --[[Joey]]