diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-29 13:40:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-29 13:40:04 +0200 |
commit | 43c45bfebcc672d6fbec2d4d659609d1ea48eda6 (patch) | |
tree | 0a8ad82a7e71af7a77cf59b3c58708e915d316bb /ChangeLog | |
parent | 23dac82b684e966490de707a44144b3ad0ce2323 (diff) | |
download | rsyslog-43c45bfebcc672d6fbec2d4d659609d1ea48eda6.tar.gz rsyslog-43c45bfebcc672d6fbec2d4d659609d1ea48eda6.tar.bz2 rsyslog-43c45bfebcc672d6fbec2d4d659609d1ea48eda6.zip |
fixed problem in syslog-protocol (now RFC5424) parser
... as well as some other minor issues.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,5 @@ +--------------------------------------------------------------------------- +Version 3.22.1 [v3-stable] (rgerhards), 2009-04-?? - bugfix: internal messages were emitted to whatever file had fd2 when rsyslogd ran in forked mode (as usual!) Thanks to varmojfekoj for the patch @@ -7,8 +9,6 @@ the change requires more code than I had hoped. Thus I have NOT tried to actually catch all cases, this is left for the current devel releases, if necessary] ---------------------------------------------------------------------------- -Version 3.22.1 [v3-stable] (rgerhards), 2009-04-?? - bugfix: light and full delay watermarks had invalid values, badly affecting performance for delayable inputs - bugfix: potential segfault issue when multiple $UDPServerRun directives |