From 8d422a45d8b7879d2d263b5e8db091e0ec987db0 Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 16 Feb 2005 10:12:15 +0000 Subject: bump version number --- ulogd/Changes | 4 ++++ ulogd/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3