Since autofs-970417:
--------------------
* Use a real versioning scheme :)
* Fixed bugs that would make file maps unmountable.  Still don't quite
  understand *why*, which bugs me, though...
* Man page by B. James Phillippe.

Since autofs-970409:
--------------------
* Modified the .so interface slightly, in order to make it possible
  for future versions to have multiple lookup sessions.
* Added "file" map type.

Since autofs-970402:
--------------------
* The parsing module has been factored out into a separate dynamic
  module.  This should make writing other lookup modules much easier.
* The automount daemon now accepts kill -USR1 as a "unmount all
  filesystems and exit if everything could be unmounted" and kill
  -USR2 "unmount all non-busy filesystems".  Prelude to handling
  timeouts, I hope.
* The autofs code is now integrated in kernels 2.1.31 and above (a
  patch for the 2.1.31 code is included, however; 2.1.32 is correct);
  a patch is included for 2.0.30 and has been submitted to Linus for
  inclusion in 2.0.31.
* include/linux/auto_fs.h is no longer shipped in the tools
  distribution; the one from the kernel should be used, so you need
  the (appropriately patched) kernel sources in /usr/src/linux.
* added NEWS and README files.
