summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f84f3146..cfbc81a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,11 @@
---------------------------------------------------------------------------
-Version 3.19.3 (rgerhards), 2008-05-??
+Version 3.19.2 (rgerhards), 2008-05-??
- bugfix: lmtcpclt, lmtcpsrv and lmgssutil did all link to the static
runtime library, resulting in a large size increase (and potential
"interesting" effects). Thanks to Michael Biebel for reporting the size
issue.
- bugfix: TLS server went into an endless loop in some situations.
Thanks to Michael Biebl for reporting the problem.
----------------------------------------------------------------------------
-Version 3.19.2 (rgerhards), 2008-05-14
- fixed potential segfault due to invalid call to cfsysline
thanks to varmojfekoj for the patch
---------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 391063f9..a352da31 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.19.1],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.19.2],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_HEADERS([config.h])