From 0814450a39ba30e386f7ab34307d2eee1de4e865 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 1 Aug 2007 11:55:21 +0000 Subject: bumped version number --- ChangeLog | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ff25bc3..1cb46007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 1.17.7 (rgerhards), 2007-08-?? +- modified rklogd to only change the console log level if -c is specified +--------------------------------------------------------------------------- Version 1.17.6 (rgerhards), 2007-08-01 - continued to work on output module modularization - basic stage of this work is now FINISHED diff --git a/configure.ac b/configure.ac index 0d3f1ed5..34104d32 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.17.6, rsyslog@lists.adiscon.com.) -AM_INIT_AUTOMAKE(rsyslog, 1.17.6) +AC_INIT(rsyslog, 1.17.7, rsyslog@lists.adiscon.com.) +AM_INIT_AUTOMAKE(rsyslog, 1.17.7) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) -- cgit