diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-13 12:55:13 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-13 12:55:13 +0100 |
commit | f664f3b28ef1925e8555cb32cab400c7d5a55723 (patch) | |
tree | 20d4378e452ef329bb7b734d449178e6bfb4f6fc /ChangeLog | |
parent | 2bb202f665df594286595e226251b3580b474a4d (diff) | |
parent | 4df8bb4e6b6c8183c504fdb31d667717bf7584e5 (diff) | |
download | rsyslog-f664f3b28ef1925e8555cb32cab400c7d5a55723.tar.gz rsyslog-f664f3b28ef1925e8555cb32cab400c7d5a55723.tar.xz rsyslog-f664f3b28ef1925e8555cb32cab400c7d5a55723.zip |
Merge branch 'master' into rscript-func
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -6,7 +6,10 @@ issue with the function call VM instruction set design. - implemented the strlen() RainerScript function --------------------------------------------------------------------------- -Version 4.1.5 [DEVEL] (rgerhards), 2009-02-?? +Version 4.1.6 [DEVEL] (rgerhards), 2009-03-?? +--------------------------------------------------------------------------- +Version 4.1.5 [DEVEL] (rgerhards), 2009-03-11 +- bugfix: parser did not correctly parse fields in UDP-received messages - added ERE support in filter conditions new comparison operation "ereregex" - added new config directive $RepeatedMsgContainsOriginalMsg so that the @@ -252,11 +255,23 @@ Version 3.21.0 [DEVEL] (rgerhards), 2008-07-18 - imported all changes from 3.18.1 until today (some quite important, see below) --------------------------------------------------------------------------- -Version 3.20.4 [v3-stable] (rgerhards), 2009-02-?? +Version 3.20.5 [v3-stable] (rgerhards), 2009-0?-?? +- fixed a bug in configure.ac which resulted in problems with + environment detection - thanks to Michael Biebl for the patch +- fixed a potential segfault problem in gssapi code + thanks to varmojfekoj for the patch +- doc enhance: provide standard template for MySQL module and instructions + on how to modify schema +--------------------------------------------------------------------------- +Version 3.20.4 [v3-stable] (rgerhards), 2009-02-09 - bugfix: inconsistent use of mutex/atomic operations could cause segfault details are too many, for full analysis see blog post at: http://blog.gerhards.net/2009/01/rsyslog-data-race-analysis.html +- bugfix: invalid ./configure settings for RFC3195 + thanks to Michael Biebl for the patch - bugfix: invalid mutex access in msg.c +- doc bugfix: dist tarball missed 2 files, had one extra file that no + longer belongs into it. Thanks to Michael Biebl for pointing this out. --------------------------------------------------------------------------- Version 3.20.3 [v3-stable] (rgerhards), 2009-01-19 - doc bugfix: v3-compatiblity document had typo in config directive |