1.4 18-08-2011
    * Now requires 8.5.
    * Updated man page & fixes.
    * Fixed a bug when overwritting an existing interpreter result
      (first Tcl_GetObjResult followed by a Tcl_SetObjResult) with
      a new value, with no respect to object sharing.
    * Integrated a patch from George Anzinger which does the following:
    * Make the:
      while (watch info) { watch read }
      actually work!
    * Changed the watch info command to add the "pre read" data count to
      the value returned from the system.
    * Changed the watch read to read from the system if the buffer is
      empty (but only once at the begining).
    * Changed to use a non-blocking read so we don't need to check for
      data first.
    * Added debug code that uses TCL cputs to send messages...
    * Fixed some line wrap issues to make the code more readable.

1.3 21-04-2008
    * Added optional implementation of the inotify API for version of lib (and uClibc) that don't provide it.
      The feature is activated with the --enable-inotify configure switch.
    * In inotify.h corrected a malformed buffer: "char *buf[BUF_LEN];" instead of "char buf[BUF_LEN];"
    * Removed a confusing comment from inotify.c
    * Fixed various memory leaks that erised only on error conditions.

1.2 13-04-2008
    * Better error reporting.
    * Now it should be thread-safe.
    * Returns Dict instead of a List.

1.1 02-03-2008 
    * Very important bug corrected that was causing spontaneous hangs, inability to register a watch, and incorrect events to be reported.
    * Added IN_MOVE_SELF event.

1.0 21-01-2008 Initial Version
