summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-20 14:19:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-20 14:34:35 -0400
commitebadbeaf335ef4cb4577494455e71072aeca706e (patch)
tree0b94d48cf5462eb4f41f4c4b3c350432d88ae79d
parentef2c199902b0a5f6fb7d2dc5ca859e58433a0645 (diff)
changelog for 1a90265f6e2700a1af971c2e28b6408fcc58def6 now that I understand it better
-rw-r--r--debian/changelog4
-rw-r--r--doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn2
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1a484ac67..30d7e203f 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 <joeyh@debian.org> 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 06a97ec5e..f798fe2ea 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]]