Version 1.41
	+ deleted two #error defines which caused problems on non
	  ansi-compilers

Version 1.4
	+ fixed serious bug: rule processing stopped if a match_regex was
	  found (even if the not_match_regex dropped this rule)
	+ setup www-page http://www.cert.dfn.de/eng/team/wl/logsurfer/

Version 1.3
	+ removed #error directive (this is only available on ansi
	  compilers)
	+ added output of logsurfer version number in the usage
	  output

Version 1.2
	+ updated manpage of logsurfer.1 to include -f and the new
	  -p option
	+ added -p option to write pid to a file (for easier restarts)
	+ changed line handling to be independent from line length
	  (no fixed buffers for processing stuff)
	+ added --with-etcdir option for configure to specify the
	  default location of the logsurfer.conf file
	+ new "contrib" directory to collect helpful tools (added a script
	  "start-mail" and a tool "prtime" to start the collection)
	+ added a check if "const" is defined or not
	+ sendmail flushing has been improved (but is still not completly
	  reliable - it is only implemented as an additional help for
	  flushing the sendmail queue beside the time sendmail does it
	  by itself)
	+ -DSENDMAIL_FLUSH is now not longer default
	+ LDFLAGS in Makefile.in corrected
	+ trying to report linenumber on configuration errors
	+ the behaviour or fgets() at EOF is not portable - now using read()
	+ all header defines also for non ANSI C compilers available
	+ added sys/resource.h include because AIX header files are broken
	+ added srcdir and VPATH definition to Makefiles
	+ changed all #include "../config.h" to #include <config.h>
	+ added Makefile.in in man/ and src/ dir
	+ added PostScript version of regex documentation to package
	+ merged configure.in from the old regex dir to the new global one
	+ removed regex-0.12 dir and included regex.c and regex.h in the
	  logsurfer source dir

Version 1.1
	+ splited the code into several peaces
	+ wrote a draft manual page

