From 2112ef22ae40b421279221f77140f90e09308c39 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 14 Jun 2007 13:07:32 +0000 Subject: re-wrote syslog.c from scratch to solve a license compatibility issue, provide some bug fixes and performance enhancemnts. Also required changes to klogd.c to support the new interface. --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fde3a931..47fec761 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,15 @@ --------------------------------------------------------------------------- +Version 1.13.3 (RGer), 2007-??-?? +- create a version of syslog.c from scratch. This is now + - highly optimized for rsyslog + - removes an incompatible license problem as the original + version had a BSD license with advertising clause + - fixed in the regard that rklogd will continue to work when + rsysogd has been restarted (the original version, as well + as sysklogd, will remain silent then) + - solved an issue with an extra NUL char at message end that the + original version had +--------------------------------------------------------------------------- Version 1.13.2 (RGer), 2007-06-13 - lib order in makefile patched to facilitate static linking - thanks to Bennett Todd for providing the patch -- cgit