summaryrefslogtreecommitdiffstats
path: root/ulogd/Changes
diff options
context:
space:
mode:
authorlaforge <laforge>2002-07-30 08:00:26 +0000
committerlaforge <laforge>2002-07-30 08:00:26 +0000
commit575fb38957a2a27951579a40f4d1c3914752f52c (patch)
tree5a44811364c73ced7245025b43ff1f9a0f47cac4 /ulogd/Changes
parentaf77b68aa1297cac949ff7260efebc1a7bf41acf (diff)
Changes for 0.98
Diffstat (limited to 'ulogd/Changes')
-rw-r--r--ulogd/Changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/ulogd/Changes b/ulogd/Changes
index 13237c1..cf2456e 100644
--- a/ulogd/Changes
+++ b/ulogd/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