Skip to content

Releases: gorakhargosh/watchdog

0.8.3

12 Dec 16:44
Compare
Choose a tag to compare

2015-02-11 • full history

  • Fixed the use of the root logger (#274)
  • [inotify] Refactored libc loading and improved error handling in inotify_c.py
  • [inotify] Fixed a possible unbound local error in inotify_c.py
  • Thanks to our beloved contributors: @mmorearty, @tamland, @tony, @gorakhargosh

0.8.2

12 Dec 16:41
Compare
Choose a tag to compare

2014-10-29 • full history

  • Event emitters are no longer started on schedule if Observer is not already running
  • [mac] Fixed usued arguments to pass clang compilation (#265)
  • [snapshot] Fixed a possible race condition crash on directory deletion (#281)
  • [windows] Fixed an error when watching the same folder again (#270)
  • Thanks to our beloved contributors: @tamland, @apetrone, @Falldog, @theospears

0.8.1

12 Dec 16:34
Compare
Choose a tag to compare

2014-07-28 • full history

0.8.0

12 Dec 16:28
Compare
Choose a tag to compare

2014-07-02 • full history

  • Fixed argh deprecation warnings (#242)
  • [snapshot] Methods returning internal stats info were replaced by mtime(), inode() and path() methods
  • [snapshot] Deprecated the walker_callback argument
  • [watchmedo] Fixed auto-restart to terminate all children processes (#225)
  • [watchmedo] Added the --no-parallel argument (#227)
  • [windows] Fixed the value of INVALID_HANDLE_VALUE (#123)
  • [windows] Fixed octal usages to work with Python 3 as well (#223)
  • Thanks to our beloved contributors: @tamland, @Ormod, @berdario, @cro, @BernieSumption, @pypingou, @gotcha, @tommorris, @frewsxcv