summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-12-01 18:39:57 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2008-12-01 18:39:57 +0100
commit61b59a78c6b558ec06383fc5969178887d00abfc (patch)
treef8860ac35b2e61a6a59ae2e0741e5dfc4de7a1fb /configure.ac
parent97b89435aad77bd6d9e18747b55d701e360d5aac (diff)
downloadrsyslog-61b59a78c6b558ec06383fc5969178887d00abfc.tar.gz
rsyslog-61b59a78c6b558ec06383fc5969178887d00abfc.tar.xz
rsyslog-61b59a78c6b558ec06383fc5969178887d00abfc.zip
added interface function to nsd_gtls needed for ACL control
The legacy ACL system needs access to the remote sockaddr_storage data structure. This has been implemented for the ptcp driver and now follows for gtls. See recent commits for reason. We also moved up the version numbers in preparation of the release.
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 bacb9d1e..f4a08440 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.20.0],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.20.1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_HEADERS([config.h])