2006-10-31 08:42  Rohan McGovern

	* configure.ac, libinotifytools/src/Makefile.am:
	  VERSION 3.3

2006-10-30 09:44  Rohan McGovern

	* libinotifytools/src/inotifytools.c:
	  Fix uninitialised data used by inotifytools_wd_from_filename.

2006-10-30 09:17  Rohan McGovern

	* configure.ac, libinotifytools/src/inotifytools/inotify.h.in:
	  Fix sys/inotify.h test.

2006-10-30 00:46  Rohan McGovern

	* configure.ac, libinotifytools/src/test.c:
	  Actually test if <sys/inotify.h> works, not just if it exists.

2006-10-29 21:31  Rohan McGovern

	* libinotifytools/src/Makefile.am,
	  libinotifytools/src/inotifytools.c:
	  Start a TODO list.

2006-10-29 01:22  Rohan McGovern

	* configure.ac, libinotifytools/src/Makefile.am,
	  libinotifytools/src/inotifytools.c,
	  libinotifytools/src/inotifytools/Makefile.am,
	  libinotifytools/src/test.c:
	  Add some automated tests to 'make check'.
	  Fix a few very minor bugs in libinotifytools uncovered by the
	  tests.

2006-10-28 23:46  Rohan McGovern

	* configure.ac, libinotifytools/src/Makefile.am:
	  VERSION 3.2

2006-10-28 23:45  Rohan McGovern

	* libinotifytools/src/inotifytools.c:
	  Fix crash with -e option to inotifywait and inotifywatch, thanks
	  Bauke Jan Douma for reporting.

2006-10-28 09:43  Rohan McGovern

	* upload_api_docs:
	  Add a small script to upload API docs to Sourceforge page.

2006-10-28 09:17  Rohan McGovern

	* configure.ac, libinotifytools/src/Makefile.am,
	  libinotifytools/src/inotifytools.c:
	  VERSION 3.1

2006-10-28 00:52  Rohan McGovern

	* configure.ac, libinotifytools/src/Makefile.am,
	  libinotifytools/src/inotifytools.c,
	  libinotifytools/src/inotifytools/Makefile.am,
	  libinotifytools/src/inotifytools/inotify-nosys.h,
	  libinotifytools/src/inotifytools/inotify.h,
	  libinotifytools/src/inotifytools/inotify.h.in:
	  Use <sys/inotify.h> from glibc 2.4 and newer if available, but
	  provide a fallback header file if it is not.

2006-10-27 11:43  Rohan McGovern

	* libinotifytools/src/Makefile.am:
	  Fix problem with $DESTDIR

2006-10-27 11:33  Rohan McGovern

	* configure.ac, libinotifytools/src/Makefile.am:
	  VERSION 3.0

2006-10-27 11:26  Rohan McGovern

	* libinotifytools/src/Makefile.am,
	  libinotifytools/src/inotifytools.c,
	  libinotifytools/src/inotifytools/inotify-masks.h,
	  libinotifytools/src/inotifytools/inotify-syscalls.h,
	  libinotifytools/src/inotifytools/inotify.h:
	  Update inotify.h header.
	  Fix a compilation warning.

2006-10-27 11:15  Rohan McGovern

	* libinotifytools/src/Makefile.am:
	  Make sure Doxyfile is always distributed.

2006-10-27 11:11  Rohan McGovern

	* libinotifytools/src/Makefile.am:
	  Fix doxygen Makefile rule.

2006-10-27 11:07  Rohan McGovern

	* configure.ac, libinotifytools/src/Doxyfile,
	  libinotifytools/src/Makefile.am, libinotifytools/src/example.c,
	  libinotifytools/src/inotifytools.c,
	  libinotifytools/src/inotifytools/inotify.h,
	  libinotifytools/src/inotifytools/inotifytools.h,
	  man/inotifywait.1, src/inotifywait.c, src/inotifywatch.c:
	  Improve libinotifytools a lot.
	  Add lots of doxygen documentation for libinotifytools.
	  Add doxygen doc generation to Makefiles.
	  Add --timefmt option to inotifywait.

2006-10-26 12:36  Rohan McGovern

	* libinotifytools/src/Doxyfile,
	  libinotifytools/src/inotifytools.c,
	  libinotifytools/src/inotifytools/inotifytools.h,
	  src/Makefile.am, src/common.c, src/common.h, src/inotifywait.c,
	  src/inotifywatch.c:
	  Improve libinotifytools API.
	  Document with Doxygen.

2006-10-25 11:30  Rohan McGovern

	* Makefile.am, autogen.sh, configure.ac, libinotifytools,
	  libinotifytools/Makefile.am, libinotifytools/src,
	  libinotifytools/src/Makefile.am,
	  libinotifytools/src/inotifytools,
	  libinotifytools/src/inotifytools.c,
	  libinotifytools/src/inotifytools/Makefile.am,
	  libinotifytools/src/inotifytools/inotify-masks.h,
	  libinotifytools/src/inotifytools/inotify-syscalls.h,
	  libinotifytools/src/inotifytools/inotify.h,
	  libinotifytools/src/inotifytools/inotifytools.h,
	  src/Makefile.am, src/inotify-masks.h, src/inotify-syscalls.h,
	  src/inotify.h, src/inotifyutils.c, src/inotifyutils.h,
	  src/inotifywait.c, src/inotifywatch.c:
	  Separate a lot of code into a shared library, libinotifytools.
	  Everything compiles and runs, but the API must be improved
	  before the library is ready for public consumption.

2006-10-02 22:39  Rohan McGovern

	* configure.ac:
	  VERSION 2.6

2006-10-02 22:38  Rohan McGovern

	* src/inotifywait.c:
	  Fix --format option outputting 'foo' instead of empty string.

2006-10-02 10:57  Rohan McGovern

	* configure.ac:
	  VERSION 2.5

2006-10-02 10:53  Rohan McGovern

	* Makefile.am:
	  Fix so that 'make dist' creates the Changelog in the
	  conventional direction.

2006-10-02 10:48  Rohan McGovern

	* src/inotifywait.c:
	  Fixed an issue which could cause the --format option to fail
	  when inotifywait is compiled with a hardened compiler.
	  Fixed a few minor compilation warnings.

2006-10-02 10:43  Rohan McGovern

	* configure.ac:
	  VERSION 2.4

2006-10-02 10:41  Rohan McGovern

	* man/inotifywait.1, man/inotifywatch.1, src/inotifyutils.c,
	  src/inotifyutils.h, src/inotifywait.c, src/inotifywatch.c:
	  Added printf-like --format option to inotifywait.
	  Added CSV output option to inotifywait.
	  Recursively watch newly created directories in inotifywait.
	  Changed default output format for inotifywait.
	  Minor documentation improvements.

2006-08-15 00:21  Rohan McGovern

	* configure.ac:
	  VERSION 2.3

2006-08-12 00:01  Rohan McGovern

	* Makefile.am, src/inotify-syscalls.h:
	  Fix compilation on ARM (thanks Rob Walker).
	  Hopefully also fixed compilation on other architectures,
	  including frv, mips and parisc, but these need to be tested.

2006-08-06 08:35  Rohan McGovern

	* src/inotifyutils.c:
	  Mentioned in error message that CONFIG_INOTIFY must be enabled
	  in kernel config (thanks Martin Gollowitzer, gollo@fsfe.org).

2006-07-07 02:44  Rohan McGovern

	* ChangeLog, Makefile.am:
	  Add neat code to automatically update ChangeLog on 'make dist'.

2006-07-07 02:42  Rohan McGovern

	* configure.ac, src/inotifyutils.c, src/inotifywait.c,
	  src/inotifywatch.c:
	  Fix 'syscall' and 'path' compilation warnings.

2006-07-06 05:43  Rohan McGovern

	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
	  autogen.sh, configure.ac, man, man/Makefile.am,
	  man/inotifywait.1, man/inotifywatch.1, src, src/Makefile.am,
	  src/inotify-masks.h, src/inotify-syscalls.h, src/inotify.h,
	  src/inotifyutils.c, src/inotifyutils.h, src/inotifywait.c,
	  src/inotifywatch.c:
	  Initial commit to Sourceforge, version 2.2.

