diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-29 12:40:41 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-29 12:40:41 +0200 |
commit | 6511278082a7e1e9602385cd24cdb5e363cb702f (patch) | |
tree | da40eaf59776b92541e2f83b9b6b2465bd3d99c3 /ChangeLog | |
parent | 736a3631e63955175294311988090e22dac93a8e (diff) | |
download | rsyslog-6511278082a7e1e9602385cd24cdb5e363cb702f.tar.gz rsyslog-6511278082a7e1e9602385cd24cdb5e363cb702f.tar.xz rsyslog-6511278082a7e1e9602385cd24cdb5e363cb702f.zip |
bugfix: ssh session hangs after rsyslgod is started from it
stderr/stdout were not closed to be able to emit error messages,
but this caused ssh sessions to hang. Now we close them after the
initial initialization. See forum thread:
http://kb.monitorware.com/controlling-terminal-issues-t9875.html
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ --------------------------------------------------------------------------- +Version 4.2.1 [v4-stable] (rgerhards), 2009-0?-?? +- bugfix: stderr/stdout were not closed to be able to emit error messages, + but this caused ssh sessions to hang. Now we close them after the + initial initialization. See forum thread: + http://kb.monitorware.com/controlling-terminal-issues-t9875.html +--------------------------------------------------------------------------- Version 4.2.0 [v4-stable] (rgerhards), 2009-06-23 - bugfix: light and full delay watermarks had invalid values, badly affecting performance for delayable inputs |