From 833b3de0c330be8138cd943ea5d8ae269aaf2026 Mon Sep 17 00:00:00 2001 From: Michael Meckelein Date: Fri, 31 Aug 2007 12:51:16 +0000 Subject: prepared for next release --- ChangeLog | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 38db0002..824de758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 1.19.4 (rgerhards), 2007-? +- ... +--------------------------------------------------------------------------- Version 1.19.3 (rgerhards), 2007-08-31 - small mem leak fixed (after calling parseSelectorAct) - Thx varmojkekoj - documentation section "Regular File" und "Blocks" updated diff --git a/configure.ac b/configure.ac index 93874673..abb40589 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[1.19.3],[rsyslog@lists.adiscon.com.]) -AM_INIT_AUTOMAKE(rsyslog, 1.19.3) +AC_INIT([rsyslog],[1.19.4],[rsyslog@lists.adiscon.com.]) +AM_INIT_AUTOMAKE(rsyslog, 1.19.4) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) -- cgit