From 5d76f2d5ca87fc42379d49022b505d66394c001b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 7 May 2008 12:11:26 +0200 Subject: support for liblogging 0.7.1+ added --- rfc3195d.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rfc3195d.c b/rfc3195d.c index e7d13e03..c8179b27 100644 --- a/rfc3195d.c +++ b/rfc3195d.c @@ -42,9 +42,9 @@ int main() #include #include #include "rsyslog.h" -#include "liblogging.h" -#include "srAPI.h" -#include "syslogmessage.h" +#include "liblogging/liblogging.h" +#include "liblogging/srAPI.h" +#include "liblogging/syslogmessage.h" /* configurable params! */ static char* pPathLogname = "/dev/log3195"; -- cgit From 0fe0489d83447d98113f3f7b43587c9c92a27148 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 7 May 2008 12:14:23 +0200 Subject: updated ChangeLog (forgotten...) --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 8feac649..5edc96fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Version 2.0.5 STABLE (rgerhards), 2008-??-?? - bugfix: regular expressions inside property replacer did not work properly +- adapted to liblogging 0.7.1+ --------------------------------------------------------------------------- Version 2.0.4 STABLE (rgerhards), 2008-03-27 - bugfix: internally generated messages had "FROMHOST" property not set -- cgit From 3daa227bdd125cc8a6db1980f3d786f9ce2b0e2c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 15 May 2008 12:38:35 +0200 Subject: finalizing 2.0.5 release --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5edc96fe..9873509e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 2.0.5 STABLE (rgerhards), 2008-??-?? +Version 2.0.5 STABLE (rgerhards), 2008-05-15 - bugfix: regular expressions inside property replacer did not work properly - adapted to liblogging 0.7.1+ -- cgit From 5674b8ef46ad0ec7c3c795f7981b6fd2d0b8330e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 15 May 2008 12:40:48 +0200 Subject: bumped version number --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9873509e..832d078e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 2.0.6 V2-STABLE (rgerhards), 2008-??-?? +--------------------------------------------------------------------------- Version 2.0.5 STABLE (rgerhards), 2008-05-15 - bugfix: regular expressions inside property replacer did not work properly diff --git a/configure.ac b/configure.ac index 6163078f..14fb086c 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],[2.0.5],[rsyslog@lists.adiscon.com.]) +AC_INIT([rsyslog],[2.0.6],[rsyslog@lists.adiscon.com.]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) -- cgit