summaryrefslogtreecommitdiffstats
path: root/ulogd/Changes
diff options
context:
space:
mode:
authorlaforge <laforge>2003-03-05 23:14:48 +0000
committerlaforge <laforge>2003-03-05 23:14:48 +0000
commit711a45c92b608e54f5c0b7140bde56f1602c7d59 (patch)
tree0dcaf6356f67e564214110b350771bdb5d52891f /ulogd/Changes
parent650097c57dd500630c22c8e92ac99a87cde24f39 (diff)
update changelog for version 1.00
Diffstat (limited to 'ulogd/Changes')
-rw-r--r--ulogd/Changes16
1 files changed, 16 insertions, 0 deletions
diff --git a/ulogd/Changes b/ulogd/Changes
index 335fc12..f55217b 100644
--- a/ulogd/Changes
+++ b/ulogd/Changes
@@ -1,3 +1,19 @@
+Version 1.00 (2003-Mar-06)
+- update documentation to reflect recent additions
+- renamed LOCALTIME plugin to LOCAL plugin, since it now also returns
+ the hostname
+- cleanup #include statements
+- tcp.window is a 16bit value
+- always return tcp flags, even if they are not set [to not cause NULL entries
+ in the database table
+- cosmetic fixes to acommodate most compiler warnings
+- moved location of conffile.h and ulog.h
+- big update to ulogd_PGSQL.c
+- more verbose error reporting when unable to load plugin
+- print usage information
+- add '--configfile' directive to allow multiple instances with multiple
+ configfiles
+
Version 0.98
- Fix MAC address printing if there is none (by Andrej Ota)
- Add PostgreSQL support by Jakab Laszlo