diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-28 17:56:41 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-28 17:56:41 +0000 |
commit | 37f0d7e807ebfd6b8736b3448c813550ab6f6276 (patch) | |
tree | b0fdca51761ecf2bb3898174698c941761d75b7f | |
parent | 78544a417cbc290d56bb2e0e6a07b3f6b0a2b3af (diff) | |
download | rsyslog-37f0d7e807ebfd6b8736b3448c813550ab6f6276.tar.gz rsyslog-37f0d7e807ebfd6b8736b3448c813550ab6f6276.tar.xz rsyslog-37f0d7e807ebfd6b8736b3448c813550ab6f6276.zip |
prepared for version 1.21.2
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ --------------------------------------------------------------------------- -Version 2.0.0 (rgerhards), 2007-12-26 +Version 1.21.2 (rgerhards), 2007-12-29 +- created a gss-api output module. This keeps GSS-API code and + TCP/UDP code separated. It is also important for forward- + compatibility with v3. Please note that this change breaks compatibility + with config files created for 1.21.0 and 1.21.1 - this was considered + acceptable. +- fixed an error in forwarding retry code (could lead to message corruption + but surfaced very seldom) - increased portability for older platforms (AI_NUMERICSERV moved) - removed socket leak in omfwd.c - cross-platform patch for GSS-API compile problem on some platforms |