summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-15 15:42:52 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-15 15:42:52 +0200
commita58ad72051a73b8a26e792507544ad4b41283ca7 (patch)
tree787f85e77a84bbe7b09e37c622b836bea7d9818b
parente623b1a06bab31665c9185659dad7c7783229ac9 (diff)
downloadrsyslog-a58ad72051a73b8a26e792507544ad4b41283ca7.tar.gz
rsyslog-a58ad72051a73b8a26e792507544ad4b41283ca7.tar.xz
rsyslog-a58ad72051a73b8a26e792507544ad4b41283ca7.zip
bumped version number
-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])