summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2016-02-15 20:33:55 +0000
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2016-02-15 20:33:55 +0000
commit7b91b99f8ae844eace028af0b479a48fcea907b7 (patch)
tree87a4d75ef6e33b3557322d6c6d71c032da6de4ec
parent63b723e7d8789cbefc500428809286ec90ae8637 (diff)
v0.09
- I forgot to write a changelog for 0.08, this release is identical to it except I'm now updating the Changes file: - Fixed a common race condition bug where inotify-hookable would just plain die if a directory it tried to watch had been deleted (happens e.g. in the middle of "git checkout"). Now we just ignore that and move on, before the whola watcher would just stop.
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 1928a02..f9b0189 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for App::Inotify::Hookable
{{$NEXT}}
+0.09 2016-02-15 20:33:43
+
- I forgot to write a changelog for 0.08, this release is
identical to it except I'm now updating the Changes file: