* Monday, May 27 20:11:45 2002 EST, <pabs@pablotron.org>
  * fam.c: disabled Fam::Connection#close; it's handled automagically by the
    free method now.
  * famtest.rb: moved to examples/
  * event_codes.txt: moved to doc/
  * fam.c: added select() usage example to Fam::Connection#fd documentation.

* Monday, May 27 21:17:24 2002 EST, <pabs@pablotron.org>
  * examples/dirmon.rb: added this examples
  * README: created README
  * examples/dirmon.rb: full comments
  * fam.c: removed reference to Fam::Connection#close (rdoc was finding it
    even though it was commented out).
  * doc/: regenerated documentation
  * released version 0.1.0

* Monday, May 27 21:35:05 2002 EST, <pabs@pablotron.org>
  * minor updates to README

* Tuesday, May 28 10:19:10 2002 EST, <pabs@pablotron.org>
  * README: added reference to rdoc-generated documentation in intro.
  * doc/event_codes.txt: added note about EXEC and ENDEXEC events not
    working on non-imon Linux systems.

* Wed Jun 25 16:08:10 2003, pabs <pabs@pablotron.org>
  * fam.c: return request numbers with INT2NUM() instead of INT2FIX()
    (slightly safer)
  * fam.c: switched from FAMMonitorFile2() to FAMMonitorFile() in 
    Fam::Connection#monitor_file to avoid an apparent FAM bug reported
    by Thomas Maier (Thomas.Maier@uni-kassel.de).
  * released version 0.1.1.

* Fri Sep 26 14:18:26 2003, pabs <pabs@pablotron.org>
  * initial improt to cvs
  * remove doc/

* Fri Sep 26 14:20:02 2003, pabs <pabs@pablotron.org>
  * fam.c: patch from Jon Bernard <jbernard@roanoke.edu> to correct
    warning

* Fri Sep 26 16:02:39 2003, pabs <pabs@pablotron.org>
  * releasing version 0.1.2.

* Thu Jan 22 15:30:43 2004, pabs <pabs@pablotron.org>
  * applied unique reqnum patch from MORI Daijiro <mori@epepe.com>

* Thu Jan 22 15:32:36 2004, pabs <pabs@pablotron.org>
  * COPYING: updated copyright year
  * README: updated version
  * releasing version 0.1.3

* Thu Jan 22 15:39:11 2004, pabs <pabs@pablotron.org>
  * added AUTHORS
  * _really_ releasing version 0.1.3 :)

* Sat Jul 10 18:20:04 2004, pabs <pabs@pablotron.org>
  * fam.c: incremented version to 0.1.4
  * README: updated copyright year
  * COPYING: updated copyright year

* Sat Jul 10 18:35:58 2004, pabs <pabs@pablotron.org>
  * AUTHORS: added entry for Nobuyoshi Nakada <nobu@ruby-lang.org>

* Sat Jul 10 18:49:34 2004, pabs <pabs@pablotron.org>
  * fam.c: change Fam::FAMError to Fam::Error
  * fam.c: update all documentation to describe exceptions

* Sat Jul 10 19:54:16 2004, pabs <pabs@pablotron.org>
  * README: minor updates
  * re-added event_codes.txt

* Sat Jul 10 19:56:30 2004, pabs <pabs@pablotron.org>
  * MANIFEST: updated to reflect event_codes.txt
  * releasing 0.1.4

* Wed Aug 25 00:32:05 2004, pabs <pabs@pablotron.org>
  * added fam.gemspec

* Wed Aug 25 01:41:34 2004, pabs <pabs@pablotron.org>
  * fam.gemspec: added CVS to rdoc options

* Wed Aug 25 02:16:56 2004, pabs <pabs@pablotron.org>
  * fam.gemspec: removed --ri-site, added --title (rdoc opts)

* Tue Dec 05 00:29:29 2006, pabs <pabs@pablotron.org>
  * extconf.rb: check for FAMDebugLevel (patch from dlutter@redhat.com)
  * fam.c: check for FAM_DEBUG_{OFF|ON} (patch from dlutter@redhat.com)
  * fam.c: don't fail if debug_level isn't supported
  * examples/famtest.rb: don't fail if Fam#suspend isn't supported
    (also a patch from dlutter@redhat.com)
  * fam.c: don't define Fam#debug if HAVE_FAMDEBUGLEVEL isn't set (lets
    you test for fam.respond_to?(:debug) instead of guessing what might
    happen
  * fam.c: switch from FamMonitorDir2() to FamMonitorDir(); the latter
    doesn't leak requests.
  * fam.c: added conditional support for Gamin-specific FamNoExists()
    (patch from dlutter@redhat.com)

* Tue Dec  5 00:52:47 EST 2006, Paul Duncan <pabs@pablotron.org>
  * AUTHORS: added David Lutterkort
  * COPYING: updated year to 2006
  * MANIFEST: removed CVS entries
  * README: added note about Gamin
  * README: updated version to 0.2.0
  * fam.c: updated version to 0.2.0

* Tue Dec  5 01:25:18 EST 2006, Paul Duncan <pabs@pablotron.org>
  * README: added section about Gamin support
  * extconf.rb: check for monitor functions
  * fam.c: added note about Gamin behavior to Fam::Connection#suspend,
    Fam::Connection#resume, and Fam##Connection#monitor_collection

* Tue Dec  5 01:28:17 EST 2006, Paul Duncan <pabs@pablotron.org>
  * README: slightly re-worded Gamin section

* Tue Dec  5 01:32:37 EST 2006, Paul Duncan <pabs@pablotron.org>
  * examples/famtest.rb: clean up whitespace from patch

* Tue Dec 05 01:51:41 2006, pabs <pabs@pablotron.org>
  * releasing 0.2.0

* Tue Dec  5 02:00:31 EST 2006, Paul Duncan <pabs@pablotron.org>
  * fam.gemspec: update to reflect 0.2.0
  * fam.gemspec: add package signing
