1 Feb 2000
   - Split to several sourcefiles + quotatool.h <Johan>
   - Added autoconf etc (KDevelop did this for me...) <Johan>
   - Changed flags.use_user  -> flags.usrquota <Johan>
     --::--  flags.use_group -> flags.grpquota <Johan>
   - Replaced all global variables with struct argdata_t <Johan>
   - Added check for "usrquota" and "groupquota" in fstab <Mike>
   - New README  <Mike>
7 Feb 2000
   - Additions/changes to README <Johan>
   - Corrected typo in main.c (incorrect report when setting global
     block grace period)
   - A few formatting issues corrected.
   - Replaced all tabs with spaces (3)
15 Jan 2001 (1.0.beta1)
   - reorganized functions amongst files
   - added the '-n' switch
   - rewrote output functions
   - rewrote most of main()
   - moved to a two-pass parse.
   - it's now possible to use the -t flag without -[ug] 0 
   - Switched from reading /etc/fstab to /etc/mtab
   - removed check for *quota when reading /etc/mtab
   - added a second level of verbosity (-v -v)
   - added +/- parsing for timespans and blocks/inodes
   - Started holy war: replaced spaces with tabs >:-)
   - lots of other stuff, I'm sure.  pretty much rewrote
     the whole thing from scratch.
21 Jan 2001 (1.1.alpha1) [unreleased]
	- branched from 1.0 code
	- added support for solaris (UFS) quotas
	- created src/linux and src/solaris directories
	- made many small changes to make porting easier
	- added --with-gnu-getopt option to configure
03 Feb 2001 (1.1.alpha2)
	- wrote a man page (in man/)
	- removed usage info from README
	- moved autoconf tools into tools/
	- made some changes to the configuration process
	- forward-ported the linux 2.4 fix from the 1.0 tree
03 Mar 2001 (1.1.0)
	- fixed check against MAXQUOTAS in linux/quota.c
09 Mar 2001 (1.1.1)
	- fixed segfault on 'quotatool -u' or 'quotatool -g' <Johan>
	- fixed integer overflow in parse_size <Johan>
29 Jun 2001 (1.1.2)
	- added support for AIX <cagri coltekin>
01 Nov 2001 (1.1.3)
	- added support for linux 2.4 <Johan>
	- fixed man page installation directory <Johan/Mike>
