diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-23 18:19:19 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-23 18:19:19 +0100 |
commit | b826c0d3c53bc9da7014d8e75f6e3db8853b7c19 (patch) | |
tree | b3db136363f60d648fb8e1cbe8bea88226e2dc74 /ChangeLog | |
parent | b68af9a016c229259ccb259c33e6598a3a77ea35 (diff) | |
parent | cca05921dcfab557a4743a56c78683e4c1113e2a (diff) | |
download | rsyslog-b826c0d3c53bc9da7014d8e75f6e3db8853b7c19.tar.gz rsyslog-b826c0d3c53bc9da7014d8e75f6e3db8853b7c19.tar.xz rsyslog-b826c0d3c53bc9da7014d8e75f6e3db8853b7c19.zip |
Merge branch 'v5-devel' & fix bug in BSD imklog driver
Conflicts:
plugins/imklog/ksym.c
plugins/imklog/linux.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,8 @@ --------------------------------------------------------------------------- Version 6.3.7 [DEVEL] 2011-0?-?? +- imported refactored v5.9.6 imklog linux driver, now combined with BSD + driver +- bugfix: bsd klog driver did no longer compile - removed imtemplate/omtemplate template modules, as this was waste of time The actual input/output modules are better copy templates. Instead, the now-removed modules cost time for maintenance AND often caused confusion @@ -344,6 +347,11 @@ expected that interfaces, even new ones, break during the initial [ported from v4] --------------------------------------------------------------------------- Version 5.9.6 [V5-DEVEL], 2012-??-?? +- refactored imklog linux driver, now combined with BSD driver + The Linux driver no longer supports outdated kernel symbol resolution, + which was disabled by default for very long. Also overall cleanup, + resulting in much smaller code. Linux and BSD are now covered by a + single small driver. - $IMUXSockRateLimitInterval DEFAULT CHANGED, was 5, now 0 The new default turns off rate limiting. This was chosen as people experienced problems with rate-limiting activated by default. Now it |