summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-28 15:33:34 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-28 15:33:34 +0000
commit1e4963f7fb25763c8ec9b9edc4c5ffdd6a0c5409 (patch)
treec08ee4e5072738915fe43bd904d828d4a2780500 /ChangeLog
parent6b9369c95f8dab6571ae508311a6318bddfd7cc9 (diff)
downloadrsyslog-1e4963f7fb25763c8ec9b9edc4c5ffdd6a0c5409.tar.gz
rsyslog-1e4963f7fb25763c8ec9b9edc4c5ffdd6a0c5409.tar.xz
rsyslog-1e4963f7fb25763c8ec9b9edc4c5ffdd6a0c5409.zip
bugfix: regular expressions inside property replacer did not work properly
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fe0de67..8feac649 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------
+Version 2.0.5 STABLE (rgerhards), 2008-??-??
+- bugfix: regular expressions inside property replacer did not work
+ properly
+---------------------------------------------------------------------------
Version 2.0.4 STABLE (rgerhards), 2008-03-27
- bugfix: internally generated messages had "FROMHOST" property not set
- bugfix: continue parsing if tag is oversize (discard oversize part) - thanks