From cac8b4cc597f0cb50fbc9bfe42c1094c658bbe9b Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 7 Mar 2005 13:17:03 +0000 Subject: release of version 1.22 coming up --- ulogd/Changes | 4 ++++ ulogd/Makefile.in | 4 ++-- ulogd/ulogd.c | 2 +- ulogd/ulogd.spec | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ulogd/Changes b/ulogd/Changes index 598c522..896db11 100644 --- a/ulogd/Changes +++ b/ulogd/Changes @@ -1,3 +1,7 @@ +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) diff --git a/ulogd/Makefile.in b/ulogd/Makefile.in index ccba120..fb019c8 100644 --- a/ulogd/Makefile.in +++ b/ulogd/Makefile.in @@ -21,8 +21,8 @@ SUBDIRS+=pcap endif -ULOGD_VERSION=1.21 -OLD_ULOGD_VERSION=1.02 +ULOGD_VERSION=1.22 +OLD_ULOGD_VERSION=1.21 ifeq (x@SQLITE3INCLUDES@,x) else diff --git a/ulogd/ulogd.c b/ulogd/ulogd.c index 3bd4ede..19ccdf3 100644 --- a/ulogd/ulogd.c +++ b/ulogd/ulogd.c @@ -37,7 +37,7 @@ * - added suppurt for seteuid() */ -#define ULOGD_VERSION "1.21" +#define ULOGD_VERSION "1.22" #include #include diff --git a/ulogd/ulogd.spec b/ulogd/ulogd.spec index 0ab53c3..52c65a2 100644 --- a/ulogd/ulogd.spec +++ b/ulogd/ulogd.spec @@ -1,6 +1,6 @@ Summary: ulogd - The userspace logging daemon for netfilter Name: ulogd -Version: 1.21 +Version: 1.22 Release: 1gm License: GPL Group: Network -- cgit v1.2.3