From 2c7187de39b1e731057b47752e3989a954acffb8 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 18 Oct 2005 16:10:18 +0000 Subject: begin implementing BSD-style program blocks --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 -- cgit