summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2002-07-30 08:00:26 +0000
committerlaforge <laforge>2002-07-30 08:00:26 +0000
commit468c6fb8fec0809988e19ebbbed6191d9fcee461 (patch)
tree4d5dbd51a256a92a0e0a48528537fec238e6033b
parente410145d4301a49067881b28610d6a13e10db561 (diff)
Changes for 0.98
-rw-r--r--Changes9
1 files changed, 9 insertions, 0 deletions
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