summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-18 16:10:18 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-18 16:10:18 +0000
commit2c7187de39b1e731057b47752e3989a954acffb8 (patch)
treea4e4b208f5e5fb590dc970b0ec0e00885e728711 /NEWS
parentbb0d1da6daeede6fc1236bff37814353ef5480ee (diff)
downloadrsyslog-2c7187de39b1e731057b47752e3989a954acffb8.tar.gz
rsyslog-2c7187de39b1e731057b47752e3989a954acffb8.tar.xz
rsyslog-2c7187de39b1e731057b47752e3989a954acffb8.zip
begin implementing BSD-style program blocks
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 96b63df9..3c760297 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ Version 1.11.1 (RGer), 2005-10-13
- some internal restructuring in anticipation/preparation of minimal
multi-threading support
- added ability to specify listen port for rfc3195d
+- changed more functions to "static" storage class to help compiler
+ optimize (should have been static in the first place...)
+- support for BSD-style program and host blocks ("program" actually
+ is tag and probably has slightly different semantics than in BSD
+ syslogd - but that should be easy to deal with)
---------------------------------------------------------------------------
Version 1.11.0 (RGer), 2005-10-12
- support for receiving messages via RFC 3195; added rfc3195d for that