From 48d6bc540babe153984db7dbb409a7d407109e91 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 16 Jun 2008 11:50:32 +0200 Subject: prepared for 3.17.4 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32968878..b1808899 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 3.17.4 (rgerhards), 2008-05-?? +Version 3.17.4 (rgerhards), 2008-06-16 - changed default for $KlogSymbolLookup to "off". The directive is also scheduled for removal in a later version. This was necessary because on kernels >= 2.6, the kernel does the symbol lookup itself. The -- cgit v1.2.3 From d040868f97fa92f1df31b2ac7ff835dc4f3c29be Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 16 Jun 2008 11:57:52 +0200 Subject: bumped version number --- ChangeLog | 2 ++ configure.ac | 2 +- doc/manual.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1808899..9e515f87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 3.17.5 (rgerhards), 2008-06-?? +--------------------------------------------------------------------------- Version 3.17.4 (rgerhards), 2008-06-16 - changed default for $KlogSymbolLookup to "off". The directive is also scheduled for removal in a later version. This was necessary diff --git a/configure.ac b/configure.ac index cc5950e2..f1a94dae 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[3.17.4],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.17.5],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/manual.html b/doc/manual.html index 52b8dd18..c3a623f1 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -16,7 +16,7 @@ relay chains while at the same time being very easy to setup for the novice user. And as we know what enterprise users really need, there is also professional rsyslog support available directly from the source!

-

This documentation is for version 3.17.4 (beta branch) of rsyslog. +

This documentation is for version 3.17.5 (beta branch) of rsyslog. Visit the rsyslog status page to obtain current version information and project status.

If you like rsyslog, you might -- cgit v1.2.3