summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorlaforge <laforge>2005-10-08 10:41:35 +0000
committerlaforge <laforge>2005-10-08 10:41:35 +0000
commit626d17f1e77a37784b239dd045cd1690acb8d7bf (patch)
tree7a5532e0ffda94d40e789da44070be9dce6f3f5c /Changes
parentc05e2e6c57b9154f520767adb7192351d1f14b18 (diff)
changelog from 1.2x
Diffstat (limited to 'Changes')
-rw-r--r--Changes16
1 files changed, 16 insertions, 0 deletions
diff --git a/Changes b/Changes
index cbba483..e59322c 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,22 @@ Version 2.00alpha (2004-Oct-03)
firewall logs, flow-based accounting to kernel network performance
statistics.
+Version 1.23 (2005-04-18)
+- Add supprt for ulogd logging in syslog (the daemon log, not packet log)
+
+Version 1.22 (2005-03-07)
+- Fix postgresql endless loop (Jani Averbach)
+- Add postgrsql schema support (Bob Hockney)
+
+Version 1.21 (2005-02-16)
+- Fix compilation on certain gcc versions (Roberto Nibali)
+- Fix --log-ip-as-string for mysql, pgsql and sqlite3 (Jani Averbach)
+
+Version 1.20 (2005-02-12)
+- Add SQLITE3 Plugin
+- Add 'port' option (for tcp port number) to mysql and postgresql plugins
+- Cosmetic changes (c99 initializers, coding style)
+
Version 1.10 (2003-Oct-xx)
- Change format of configuration file. Now every plugin has it's own section
in the config file, making the whole parsing procedure easier - and