diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2006-12-04 15:37:30 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2006-12-04 15:37:30 +0000 |
commit | d6607f5db6aecbe58a4fce79dd7703f8aaf2daac (patch) | |
tree | 6ee2b0a5e090ec197550e3fce67c78aa47fd1337 /NEWS | |
parent | cca075e14291c414da87528b28cb5d631734cc12 (diff) | |
download | rsyslog-d6607f5db6aecbe58a4fce79dd7703f8aaf2daac.tar.gz rsyslog-d6607f5db6aecbe58a4fce79dd7703f8aaf2daac.tar.xz rsyslog-d6607f5db6aecbe58a4fce79dd7703f8aaf2daac.zip |
receiver for compressed syslog over tcp almost ready
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 1.12.4 (RGer), 2006-??-?? +Version 1.13.0 (RGer), 2006-??-?? - added '$' as ToPos proptery replacer specifier - means "up to the end of the string - property replacer option "escape-cc", "drop-cc" and "space-cc" added @@ -14,6 +14,9 @@ Version 1.12.4 (RGer), 2006-??-?? memory usage. - changed the default MAXLINE to 2048 to take care of recent syslog standardization efforts (can easily be changed in syslogd.c) +- added support for byte-counted TCP syslog messages (much like + syslog-transport-tls-05 Internet Draft). This was necessary to + support compression over TCP. --------------------------------------------------------------------------- Version 1.12.3 (RGer), 2006-10-04 - implemented some changes to support Solaris (but support is not |