From 535968f989219a01149fae7876bb83c0fa3aeaec Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Tue, 3 Sep 2013 12:32:18 +0200
Subject: prepare for 7.4.4 release
---
ChangeLog | 2 +-
configure.ac | 2 +-
doc/manual.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 793db0ae..80238018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
-Version 7.4.4 [v7.4-stable] 2013-0?-??
+Version 7.4.4 [v7.4-stable] 2013-09-03
- better error messages in GuardTime signature provider
Thanks to Ahto Truu for providing the patch.
- make rsyslog use the new json-c pkgconfig file if available
diff --git a/configure.ac b/configure.ac
index 419000d6..017116ef 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],[7.4.3],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[7.4.4],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/doc/manual.html b/doc/manual.html
index ed22967d..dc6453bc 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -19,7 +19,7 @@ professional services available directly from the source!
Please visit the rsyslog sponsor's page
to honor the project sponsors or become one yourself! We are very grateful for any help towards the
project goals.
-This documentation is for version 7.4.3 (v7.4-stable branch) of rsyslog.
+
This documentation is for version 7.4.4 (v7.4-stable branch) of rsyslog.
Visit the rsyslog status page
to obtain current version information and project status.
If you like rsyslog, you might
--
cgit v1.2.3
From dd9bdb5566c56a2bb67b09a67410b16e29004568 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Wed, 4 Sep 2013 10:07:16 +0200
Subject: bugfix: some more build problems with newer json-c versions
Thanks to Michael Biebl for mentioning the problem.
---
ChangeLog | 4 ++++
plugins/ommongodb/ommongodb.c | 2 +-
runtime/msg.c | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 80238018..83420053 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------
+Version 7.4.5 [v7.4-stable] 2013-09-??
+- bugfix: some more build problems with newer json-c versions
+ Thanks to Michael Biebl for mentioning the problem.
+---------------------------------------------------------------------------
Version 7.4.4 [v7.4-stable] 2013-09-03
- better error messages in GuardTime signature provider
Thanks to Ahto Truu for providing the patch.
diff --git a/plugins/ommongodb/ommongodb.c b/plugins/ommongodb/ommongodb.c
index 64d501d3..ecfd2518 100644
--- a/plugins/ommongodb/ommongodb.c
+++ b/plugins/ommongodb/ommongodb.c
@@ -35,7 +35,7 @@
#include
#include
/* For struct json_object_iter, should not be necessary in future versions */
-#include
+#include
#include "rsyslog.h"
#include "conf.h"
diff --git a/runtime/msg.c b/runtime/msg.c
index 36cbd261..03906070 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -43,7 +43,7 @@
#include
#include
/* For struct json_object_iter, should not be necessary in future versions */
-#include
+#include
#if HAVE_MALLOC_H
# include
#endif
--
cgit v1.2.3