summaryrefslogtreecommitdiffstats
path: root/ulogd
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd')
-rw-r--r--ulogd/Changes4
-rw-r--r--ulogd/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ulogd/Changes b/ulogd/Changes
index 9b471d9..598c522 100644
--- a/ulogd/Changes
+++ b/ulogd/Changes
@@ -1,3 +1,7 @@
+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
diff --git a/ulogd/Makefile.in b/ulogd/Makefile.in
index 6b7acba..ccba120 100644
--- a/ulogd/Makefile.in
+++ b/ulogd/Makefile.in
@@ -21,7 +21,7 @@ SUBDIRS+=pcap
endif
-ULOGD_VERSION=1.20
+ULOGD_VERSION=1.21
OLD_ULOGD_VERSION=1.02
ifeq (x@SQLITE3INCLUDES@,x)