From 3cbb70651be422f44f34664637e1a88aab732dd5 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Fri, 16 Nov 2012 14:50:26 +0100
Subject: prepare 7.2.2 release
---
ChangeLog | 2 +-
configure.ac | 2 +-
doc/manual.html | 2 +-
tests/diag.sh | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a34ded48..20585f10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
----------------------------------------------------------------------------
-Version 7.2.2 [v7-stable] 2012-10-??
+Version 7.2.2 [v7-stable] 2012-10-16
- doc improvements
- enabled to build without libuuid, at loss of uuid functionality
this enables smoother builds on older systems that do not support
diff --git a/configure.ac b/configure.ac
index 91571719..e55da7bd 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],[7.2.1],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[7.2.2],[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 185e873e..58570097 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 7.2.1 (v7-stable branch) of rsyslog.
+
This documentation is for version 7.2.2 (v7-stable branch) of rsyslog.
Visit the rsyslog status page
to obtain current version information and project status.
If you like rsyslog, you might
diff --git a/tests/diag.sh b/tests/diag.sh
index 02b24c5b..bd38b29d 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -10,8 +10,8 @@
#valgrind="valgrind --tool=helgrind --log-fd=1"
#valgrind="valgrind --tool=exp-ptrcheck --log-fd=1"
#set -o xtrace
-export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction nostdout"
-export RSYSLOG_DEBUGLOG="log"
+#export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction nostdout"
+#export RSYSLOG_DEBUGLOG="log"
case $1 in
'init') $srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason
cp $srcdir/testsuites/diag-common.conf diag-common.conf
--
cgit v1.2.3