summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-12-13 11:03:45 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-12-13 11:03:45 +0100
commita072dac3638c399303b3308dbb1c5bbdfc59022b (patch)
treeb03b8e7a2fd78aa64abd7ec3bc6819b043577812 /ChangeLog
parent1cd51a5d5a8a2c662e9ebcdea12b2ae01afd34d3 (diff)
parent925b060b2932a7f9ddee1e0fcbaa6266ba03d8b1 (diff)
downloadrsyslog-a072dac3638c399303b3308dbb1c5bbdfc59022b.tar.gz
rsyslog-a072dac3638c399303b3308dbb1c5bbdfc59022b.tar.xz
rsyslog-a072dac3638c399303b3308dbb1c5bbdfc59022b.zip
Merge branch 'lognorm' + some doc added
Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a68a934..95caa839 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,24 @@
---------------------------------------------------------------------------
-Version 6.1.2 [DEVEL] (rgerhards), 2010-11-??
+Version 6.1.2 [DEVEL] (rgerhards), 2010-12-13
+- added experimental support for log normalizaton (via liblognorm)
+ support for normalizing log messages has been added in the form of
+ mmnormalize. The core engine (property replacer, filter engine) has
+ been enhanced to support properties from normalized events.
+ Note: this is EXPERIMENTAL code. It is currently know that
+ there are issues if the functionality is used with
+ - disk-based queues
+ - asynchronous action queues
+ You can not use the new functionality together with these features.
+ This limitation will be removed in later releases. However, we
+ preferred to release early, so that one can experiment with the new
+ feature set and accepted the price that this means the full set of
+ functionality is not yet available. If not used together with
+ these features, log normalizing should be pretty stable.
- enhanced testing tool tcpflood
now supports sending via UDP and the capability to run multiple
iterations and generate statistics data records
+- bugfix: potential abort when output modules with different parameter
+ passing modes were used in configured output modules
---------------------------------------------------------------------------
Version 6.1.1 [DEVEL] (rgerhards), 2010-11-30
- bugfix(important): problem in TLS handling could cause rsyslog to loop