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.
