Changes from version 0.6b to version 0.7

	- rewrote ipacctd, the ip policy is now in a user supplied
	  program or shell script which is to be written by the user
	  the shell script is called once in intervall seconds
	- the new kernel patches (>1.1.88) include some additions
	  for giving back memory to the kernel if a certain user
	  does not produce any traffic for some time.
	- suggestions and bug fixes for the last two and ipacct's purpose      
	  by Joao Ventura <jcv@students.si.fct.unl.pt>. Thanks.
	- added the ipquota package by Joao and rewrote it quite fully.
	- ipacctd and ipquota are now build by default
	- implemented reset by open read/write handling on 
	  /proc/net/ip_acct_user, just like in the ip_fw.c code.
	- added a file MCONFIG for global Makefile config things.
	- removed rcs stuff from all the source files. Use
	  VERSION (defined in MCONFIG) as the version for
	  ipacct, ipacctd and ipquota.
	- changed ipacctd and ipquota to use syslog logging
	- re/wrote the man pages.
	- updated the other text files, created an installation
	  instruction in the README
	- added a lock to ipacctd which prevents it from being
	  started twice.
	- database is now created if it didnt exist
	- added special user everyone to ipadd
	- changed CFLAGS/VERSION handling in MCONFIG

Changes from version 0.7 to version 0.7a (by jcv@students.si.fct.unl.pt)

	- just a new set of patches for the 1.3.xx kernels

Changes from version 0.7a to version 0.7b (by jcv@students.si.fct.unl.pt)

	- odd bugfixes (thanks to Olivier Guillaume <olguilla@ulb.ac.be>)
	- removed freeing of struct passwd, that could cause serious bugs
	- new set of patches for the 2.0.21 kernel
	- shell hack to the Makefile to allow automatic configuration of the
	  nobody UID. Be careful if using and compiling in different systems.
	- added a check routine to the sayip program to verify the validity
	  of the users in the quotas file
	- inclusion of a low-rate/high-rate program in the extras directory
