* 0.2-rc2
- Workaround to make pam_usb not use /proc so it can run on Linux 2.6
  By setting check_device to -1, pam_usb will neither check the device's 
  serial number, nor if it's attached. It's not a real problem if you 
  don't need serial number checking, but don't combine it with 
  check_if_mounted.

- Added the force_device capability. Now you can specify a device that 
  will be mounted without going in guessing mode. If the device cannot 
  be mounted, it'll switch back to the default guess mode.
  Useful if guess mode fails, if you don't want it to try several 
  devices before getting the right one (so you can login faster), or if 
  you want to login using a floppy disk, a cdrom or whatever you want.

- Modified the serial number authentication method so now if no serial 
  numbers are avaible on a device, it will try to use the GUID.
  Thanks to Damien Braillard <damien.b@freesurf.ch> who reported the 
  issue, suggested a way to fix it, and provided a first patch for it.

* 0.2-rc1
- Radically changed the way pam_usb authenticates the user on the 
  system. Now it works with a pair of DSA keys.

  Thanks to Wout Mertens <wmertens@cisco.com> who told me that i could 
  use a couple of SSH keys to fix the authentication issue.
  That gave me the idea to use a set of private/public keys.
  
  Thanks to Ilkka Mattila <ilkka@lyseo.edu.ouka.fi> who helped me to 
  find out a better way to implement the key challenge: extracting the 
  public key was inadequate.

  Also thanks to those who brought up weird scenarios and/or tested 
  pre-releases of pam_usb, in alphabetical order:

  Ilkka Mattila <ilkka@lyseo.edu.ouka.fi>
  Joonas Kortesalmi
  Thomas Stewart <thomas@stewarts.org.uk>
  Tuure Laurinolli <tuure@laurinolli.net>
  
* 0.1:
- Now pam_usb doesn't require a mount point. Instead, it creates 
  a temporary directory under /tmp. 
  Thanks to Loic Jaquemet <jaquemet@fiifo.u-psud.fr> who gave me the idea.

- Compiles with gcc 2.95 thanks to Tobias Bayer <tobi.bayer@gmx.de> bug 
  report.

* 0.1-beta2: 
- procfile and device entries autodetection have been fixed thanks to 
  Thomas Stewart <thomas@stewarts.org.uk> bug reports.

- devfs support added. Thanks to Loic Jaquemet <jaquemet@fiifo.u-psud.fr> 
  for the bug report.

* 0.1-beta1: 
- Initial release
