diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-14 13:07:32 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-14 13:07:32 +0000 |
commit | 2112ef22ae40b421279221f77140f90e09308c39 (patch) | |
tree | 1e704e1ca6784ddd436963f39f71746e75253278 /NEWS | |
parent | f925aba4ad669c6b96b348c0761ed0531c6f41b4 (diff) | |
download | rsyslog-2112ef22ae40b421279221f77140f90e09308c39.tar.gz rsyslog-2112ef22ae40b421279221f77140f90e09308c39.tar.xz rsyslog-2112ef22ae40b421279221f77140f90e09308c39.zip |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |