2007-03-08
	* 0.9.9:
	- fixed direct user memory access bug
	- fixed possibly one-byte buffer overflow

2003-08-10
	* 0.9.8:
	- added check for capabilities before raising it
	    (syscall may fail for other reason than EPERM)
	- added new quota (6.5.1 from 2.4.22) support, although checking
	    for quota version is rather poor

2003-06-17
	* 0.9.7:
	- fixed some problems with 16bit id's. Only in module.

2003-01-06
	* 0.9.6:
	- fixed problem with setgroups() in 2.4 kernel.
	- potential bugfix with strncmp() call

2002-12-01
	* 0.9.5:
	- removed eruptest.c
	- removed command -all, instead added commands to clean one list only
	- removed all =* commands including =log; now erup always logs;
	  reading from erup always gives all lists view, so =user can be done
	  as | grep "^+u:"
	- removed device /dev/erup support, now it's /proc/erup
	- changed granting setgid() privs, now it can be granted for user,
	  not group
	- changed adding to quotactl and setgroups lists, see erupmgr
	- added offset(file position) support to read() call on /proc/erup,
	  although any error or any writing will zero it
	- llseek(fd, 0, SEEK_SET) only
	- changed erupmgr to support all changes above, upgrading required!

2002-07-15
	* 0.9.4:
	- added setgroups() support
	- removed some dead code
	- fix snprintf use by erup_snprintf wrapper (now is safe)
	- fix/added snprintf for 2.2.x kernels (now is safe)
	- fix chroot call for 2.2.x kernels (now should compile ;)
	- added showinfo command

2002-03-21
	* 0.9.3:
	- added quotactl() support
	- added some checks for double entries
	- added more configuration options -> more #ifdef's in code :(
	- added more options/checks and striping end / from path to erupmgr
	- rewrited some code in erup_core.c

2002-03-04
	* 0.9.2:
	- added llseek() to device functions, but read still doesn't
	  support position shifting - need help on howto...
	- fix with spinlock - was no unlock if no path checking selected
	- code cleanups & enchancements

2002-02-27
	* 0.9.1:
	- updated README
	- minor fix, now it's OK when kernel 2.4 with old glibc,
	  kernel patch was not affected.

2002-02-25
	* 0.9.0:
	- First pre release
