CHANGES
-------

v1.3	05.12.02	(final) -> SuSE 8.2
	* Added olafs patch for keeping caps when switching to non-root

v1.2	31.08.02	(pre-final) -> SuSE 8.1
	* Added two new CAPs from the 2.4 kernel
	* added okir@suse.de patch for more file descriptors to CLOEXEC
	- waiting for olafs patch to allow caps to be set for users on 2.4
	  plus maybe more 2.4 porting ...

v1.1	25.02.01	(final) -> SuSE 7.1
	* Added a #define which is needed for 2.4 kernels

v1.0	24.04.00	(final) -> SuSE 7.0
	-> I think this tool is perfect now, just some more examples are
	   missing - maybe some people might send some in? See the end of
	   the README for an example for bind8 and squid!
	* Added some more tips and information to the README
	* Added squid2 example. See README
	* --group was not working correctly, fixed.

v0.9	16.04.00	(final)
	* Added a manpage!
	* Enhanced/beautified the Makefile

v0.8	20.02.00	(public beta)
	* Fixed bug: there was a parsing error with the --cap option
	* Added --fork option (only forks if full pathname is given)
	* Added bind8/named example. See README

v0.7	13.02.00	(public beta)
	* Added "null"/"none" option to the -cap option to drop all capbits.
	* Added runtime autodetection of uid_t size so the 2.4 kernel patch
	  for big uid's is supported.
	* Disabled the generation of core files from the applications run.

v0.6	05.01.00	(public beta)
	* Removed the initgroups() command and replaced it with
	  setgroups(0, NULL) which will remove *all* supplementary groups.
	  This is called if --user and/or --group is used.
	* Setting the CLOSE_ON_EXEC Flag on the /dev/log fd, however, glibc
	  should do this. We just want to be sure ...
	* Added suid/sgid warning
	* Saving now 14kb memory while running by allocating/freeing memory
	* added alarm(0) call to turn off a pending SIGALRM timer
	* Fixed a small bug in the fd0-2 open check
	* Fixed some typos and improved documentation and program help
	-> thanks go to Solar Designer for comments & critics ...

v0.5	02.01.00	(public beta)
	* Initial release
