0.1
---
- fixed /dev/ path checking: now use the real path of the device node, not the
  path supplied on the command line
- pmount: don't try to mount all file systems with the uid and gid options,
  this does not work on ext3, ext2, reiserfs, xfs, and jfs; try two separate
  mount commands now
- pumount: added option -l to support lazy unmounting
- pumount: changed policy: 
  * device must be mounted by the same uid that attempts to pumount
  * device node does not need to exist and be removeable any more (because the
    device node cannot be checked any more if device was already ripped out)

0.0.8
-----
- use root privileges also for checking that the existing mount point is empty,
  since normal user might not be allowed to read the directory

0.0.7
-----
- replaced all str[n]cat() and str[n]cpy() with snprintf() calls; thanks to
  Matt Zimmerman for the patch

0.0.6
-----
- added support for CD-ROM file systems (udf and iso9660)
- require mount points to be empty before mount

0.0.5
-----
- now also handle devices in /etc/fstab, transparently call mount/umount in
  this case

0.0.4
-----
- drop effective user id to normal user until root is really needed
- added proper online help
- added manpages

0.0.3
-----
- pumount: added similar suid check 
- pumount: delete mount point after umounting
- determine real path of devices before checking them
- pmount: mount with proper uid and gid options

0.0.2
-----
- pmount: added check if really suid, print an error if not
- pmount: set the real user id to root before executing mount (mount
  refuses to mount a device if real uid != root)

0.0.1
-----
- initial release
