From: laforge Date: Tue, 30 Jul 2002 08:00:26 +0000 (+0000) Subject: Changes for 0.98 X-Git-Tag: ulogd-2.0.0beta2~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468c6fb8fec0809988e19ebbbed6191d9fcee461;p=thirdparty%2Fulogd2.git Changes for 0.98 --- diff --git a/Changes b/Changes index 13237c1..cf2456e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,15 @@ Version 0.98 - Fix MAC address printing if there is none (by Andrej Ota) - Add PostgreSQL support by Jakab Laszlo +- Add Version Number (-V) commandline option +- Make MYBUFSIZ a runtime config directive (Bogdan Dobrodan) +- Fix daemonize function (call setsid() and close stdin) +- Add ulogd_PCAP output plugin (to use ethereal/tcpdump/... on the logs) +- Update documentation to reflect kernel inclusion of ipt_ULOG module +- Add ulogd_LOCALTIME 'interpreter' for providing the timestamp at the + time of logging (Florent Aide) +- Fix ulogd_LOGEMU 'PROTO=' printing in case of unknown l4 protocol +- Add support for non-forking mode and logging to stderr (Alessandro Bono) Version 0.97 - added error handling after ipulog_read() to prevent endless loops