diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-10 08:57:37 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-10 08:57:37 +0200 |
commit | 980523a7de83f6a492e633648467118c84adbe12 (patch) | |
tree | 0238a38ac2bba88003c309c35e389af1e13e9e51 | |
parent | e523107a96f569825879d5713ed4c5a56180eb2f (diff) | |
download | rsyslog-980523a7de83f6a492e633648467118c84adbe12.tar.gz rsyslog-980523a7de83f6a492e633648467118c84adbe12.tar.bz2 rsyslog-980523a7de83f6a492e633648467118c84adbe12.zip |
doc: complete ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,7 @@ Version 7.3.10 [devel] 2013-04-?? - added RainerScript re_extract() function - omrelp: added support for RainerScript-based configuration - omrelp: added ability to specify session timeout +- templates now permit substring extraction relative to end-of-string - bugfix: failover/action suspend did not work correctly This was experienced if the retry action took more than one second to complete. For suspending, a cached timestamp was used, and if the @@ -15,9 +16,10 @@ Version 7.3.10 [devel] 2013-04-?? Thanks to Tomas Heinrich for the patch. - bugfix: nested if/prifilt conditions did not work properly closes: http://bugzilla.adiscon.com/show_bug.cgi?id=415 -- templates now permit substring extraction relative to end-of-string - bugfix: imuxsock aborted under some conditions regression from ratelimiting enhancements +- bugfix: build problems on Solaris + Thanks to Martin Carpenter for the patches. --------------------------------------------------------------------------- Version 7.3.9 [devel] 2013-03-27 - support for signing logs added |