From c541389db44d7b06b425e76b845d4d28ce699c0c Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Fri, 15 Apr 2011 14:59:45 +0200
Subject: preparing for 6.1.7
---
ChangeLog | 3 ++-
configure.ac | 2 +-
doc/manual.html | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8cb32406..e7ffce13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
---------------------------------------------------------------------------
-Version 6.1.7 [DEVEL] (rgerhards), 2011-03-??
+Version 6.1.7 [DEVEL] (rgerhards), 2011-04-15
- added log classification capabilities (via mmnormalize & tags)
- speeded up tcp forwarding by reducing number of API calls
+ this especially speeds up TLS processing
- somewhat improved documentation index
- bugfix: enhanced imudp config processing code disabled due to wrong
merge (affected UDP realtime capabilities)
diff --git a/configure.ac b/configure.ac
index 310f83ce..c871f4e9 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],[6.1.6],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[6.1.7],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/doc/manual.html b/doc/manual.html
index 45ad749d..c725a412 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -19,7 +19,7 @@ rsyslog support available directly from the source!
Please visit the rsyslog sponsor's page
to honor the project sponsors or become one yourself! We are very grateful for any help towards the
project goals.
-This documentation is for version 6.1.6 (devel branch) of rsyslog.
+
This documentation is for version 6.1.7 (devel branch) of rsyslog.
Visit the rsyslog status page
to obtain current version information and project status.
If you like rsyslog, you might
--
cgit