From 5987107df46157eb847bc8271157ab8a7c73f6f4 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 16 Apr 2008 17:31:55 +0200 Subject: some cleanup after dual-merge im3195 did not yet know about the new directory structure version bumped in support of new devel branch version --- ChangeLog | 2 +- configure.ac | 2 +- plugins/im3195/im3195.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ac35529..3e5a744d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,3 @@ -- implemented im3195, the RFC3195 input as a plugin --------------------------------------------------------------------------- Version 3.19.0 (rgerhards), 2008-04-?? - begins new devel branch version @@ -7,6 +6,7 @@ Version 3.19.0 (rgerhards), 2008-04-?? this shall enable other utilities but rsyslogd to use the same runtime - changed directory structure, files are now better organized +- implemented im3195, the RFC3195 input as a plugin --------------------------------------------------------------------------- Version 3.17.2 (rgerhards), 2008-04-?? - this version is the new beta diff --git a/configure.ac b/configure.ac index 88a92ebf..ddb91b11 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.17.2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.19.0],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADERS([config.h]) diff --git a/plugins/im3195/im3195.c b/plugins/im3195/im3195.c index 51afd870..76d54e40 100644 --- a/plugins/im3195/im3195.c +++ b/plugins/im3195/im3195.c @@ -41,7 +41,7 @@ #include #include #include "rsyslog.h" -#include "syslogd.h" +#include "dirty.h" #include "liblogging/liblogging.h" #include "liblogging/srAPI.h" #include "liblogging/syslogmessage.h" -- cgit v1.2.3