preparing for 3.18.3

This commit is contained in:
Rainer Gerhards 2008-08-15 12:54:42 +02:00
parent 3aa86ed554
commit 3f2856b4b5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---------------------------------------------------------------------------
Version 3.18.3 (rgerhards), 2008-08-??
Version 3.18.3 (rgerhards), 2008-08-18
- bugfix: imfile could cause a segfault upon rsyslogd HUP and termination
Thanks to lperr for an excellent bug report that helped detect this
problem.

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([rsyslog],[3.18.3-Test6],[rsyslog@lists.adiscon.com])
AC_INIT([rsyslog],[3.18.3],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])