summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-11-24 11:14:21 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-11-24 11:14:21 +0100
commit925504d565c6cf4a712dd8c8217891662aaf639e (patch)
treec52aa2dc6370c9e9b5fcca6c3bdf478e0c899959 /configure.ac
parent33a2855c69bf1a86ca658fcbcee8eea6b6e23221 (diff)
downloadrsyslog-925504d565c6cf4a712dd8c8217891662aaf639e.tar.gz
rsyslog-925504d565c6cf4a712dd8c8217891662aaf639e.tar.xz
rsyslog-925504d565c6cf4a712dd8c8217891662aaf639e.zip
bugfix(important): problem in TLS handling could cause rsyslog to loopv3.22.3
... in a tight loop, effectively disabling functionality and bearing the risk of unresponsiveness of the whole system. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ce6d6165..91c3cbfa 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.22.2],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.22.3],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_MACRO_DIR([m4])