From 517d3500a388699a957a92480b0537dc0510d9d1 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Thu, 9 Jun 2011 00:52:22 +0200
Subject: preparing for 6.3.1 release
---
ChangeLog | 6 +++---
configure.ac | 2 +-
doc/manual.html | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 296c11d6..d95fd2ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
---------------------------------------------------------------------------
-Version 6.3.1 [DEVEL] (rgerhards), 2011-06-01
+Version 6.3.1 [DEVEL] (rgerhards), 2011-06-07
- added a first implementation of a DNS name cache
- this still has a couple of weaknesses, like no expiration
- of entries, suboptimal algorithms -- but it should perform better than
+ this still has a couple of weaknesses, like no expiration of entries,
+ suboptimal algorithms -- but it should perform much better than
what we had previously. Implementation will be improved based on
feedback during the next couple of releases
---------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 3ca34c11..b659d291 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.3.0],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[6.3.1],[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 9601f515..bf7c0bcd 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.3.0 (devel branch) of rsyslog.
+
This documentation is for version 6.3.1 (devel branch) of rsyslog.
Visit the rsyslog status page
to obtain current version information and project status.
If you like rsyslog, you might
--
cgit