]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
Changes for 0.98
authorlaforge <laforge>
Tue, 30 Jul 2002 08:00:26 +0000 (08:00 +0000)
committerlaforge <laforge>
Tue, 30 Jul 2002 08:00:26 +0000 (08:00 +0000)
Changes

diff --git a/Changes b/Changes
index 13237c17da20bf1360928ef3b7a4837955cc9c9c..cf2456ed9b17fb7e847ca9694b3b7593bd26440b 100644 (file)
--- 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