summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-26 16:02:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-26 16:02:42 +0200
commit6106c05fcfbb8fe744108e4c3a66948b66f560f8 (patch)
treed386420b8e5f6fea3932b56ae1a9b1469d3c2e9e
parent5b9a6992f73bbbba847402946443b001f8b639df (diff)
downloadrsyslog-6106c05fcfbb8fe744108e4c3a66948b66f560f8.tar.gz
rsyslog-6106c05fcfbb8fe744108e4c3a66948b66f560f8.tar.bz2
rsyslog-6106c05fcfbb8fe744108e4c3a66948b66f560f8.zip
require libestr 0.1.9
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 511c66b1..014dacc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
Version 7.4.6 [v7.4-stable] 2013-11-??
+- now requires libestr 0.1.9 as earlier versions lead to problems with
+ number handling in RainerScript
- bugfix: memory leak in strlen() RainerScript function
Thanks to Gregoire Seux for reportig this bug.
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=486
diff --git a/configure.ac b/configure.ac
index c57df5f5..e253c916 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_CANONICAL_HOST
PKG_PROG_PKG_CONFIG
# modules we require
-PKG_CHECK_MODULES(LIBESTR, libestr >= 0.1.8)
+PKG_CHECK_MODULES(LIBESTR, libestr >= 0.1.9)
PKG_CHECK_MODULES([JSON_C], [json],, [
PKG_CHECK_MODULES([JSON_C], [json-c])
])