summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-04 15:32:00 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-04 15:32:00 +0000
commita92017cfc7b41989d87287f62df3451accce400c (patch)
treecc2586393bf091c069f22e448ff5365422cdaeb0 /ChangeLog
parent25dfb161a68038fae8de505df3e2350a450b1ee2 (diff)
downloadrsyslog-a92017cfc7b41989d87287f62df3451accce400c.tar.gz
rsyslog-a92017cfc7b41989d87287f62df3451accce400c.tar.xz
rsyslog-a92017cfc7b41989d87287f62df3451accce400c.zip
- fixed bug: a template like this causes an infinite loop: $template
opts,"%programname:::a,b%" thanks varmojfekoj for the patch - fixed bug: case changing options crash freeing the string pointer because they modify it: $template opts2,"%programname::1:lowercase%" thanks varmojfekoj for the patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5001cf65..b3720489 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,12 @@ Version 1.19.4 (rgerhards/varmojfekoj), 2007-09-04
in tplToString() - thanks varmojfekoj for patching
- added a man-version of the config file documenation - thanks to Michel
Samia for providing the man file
+- fixed bug: a template like this causes an infinite loop:
+ $template opts,"%programname:::a,b%"
+ thanks varmojfekoj for the patch
+- fixed bug: case changing options crash freeing the string pointer
+ because they modify it: $template opts2,"%programname::1:lowercase%"
+ thanks varmojfekoj for the patch
---------------------------------------------------------------------------
Version 1.19.3 (mmeckelein/varmojfekoj), 2007-08-31
- small mem leak fixed (after calling parseSelectorAct) - Thx varmojkekoj