summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-11-30 10:28:26 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-11-30 10:28:26 +0000
commit27781d350297813a58fec6e0928b03290aaf218e (patch)
treea1a0a89d7dfeff4a8b8ed11ab0b6203ec3548a8b /NEWS
parent1652cc3105c551152b43c0129e157843472311c4 (diff)
downloadrsyslog-27781d350297813a58fec6e0928b03290aaf218e.tar.gz
rsyslog-27781d350297813a58fec6e0928b03290aaf218e.tar.xz
rsyslog-27781d350297813a58fec6e0928b03290aaf218e.zip
on the way to implement on-the-wire zip compression (not yet complete)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 90af4abe..ec7a6631 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,17 @@ Version 1.12.4 (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
+- changed the handling of \0 characters inside syslog messages. We now
+ consistently escape them to "#000". This is somewhat recommended in
+ the draft-ietf-syslog-protocol-19 draft. While the real recomendation
+ is to not escape any characters at all, we can not do this without
+ considerable modification of the code. So we escape it to "#000", which
+ is consistent with a sample found in the Internet-draft.
+- removed message glue logic (see printchopped() comment for details)
+ Also caused removal of parts table and thus some improvements in
+ memory usage.
+- changed the default MAXLINE to 2048 to take care of recent syslog
+ standardization efforts (can easily be changed in syslogd.c)
---------------------------------------------------------------------------
Version 1.12.3 (RGer), 2006-10-04
- implemented some changes to support Solaris (but support is not