diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 21 insertions, 11 deletions
@@ -1,5 +1,16 @@ - implemented im3195, the RFC3195 input as a plugin --------------------------------------------------------------------------- +Version 3.19.0 (rgerhards), 2008-04-?? +- begins new devel branch version +- split of a "runtime library" for rsyslog - this is not yet a clean + model, because some modularization is still outstanding. In theory, + this shall enable other utilities but rsyslogd to use the same + runtime +- changed directory structure, files are now better organized +--------------------------------------------------------------------------- +Version 3.17.2 (rgerhards), 2008-04-?? +- this version is the new beta +--------------------------------------------------------------------------- Version 3.17.1 (rgerhards), 2008-04-15 - removed dependency on MAXHOSTNAMELEN as much as it made sense. GNU/Hurd does not define it (because it has no limit), and we have taken @@ -51,7 +62,16 @@ Version 3.17.0 (rgerhards), 2008-04-08 Plus a number of bugfixes that were applied to v3-stable and beta branches (not mentioned here in detail). --------------------------------------------------------------------------- -Version 3.15.2 (rgerhards), 2008-04-?? +Version 3.16.0 (rgerhards), 2008-04-?? +- new v3-stable (3.16.x) based on beta 3.15.x (RELP support) +- bugfix: omsnmp had a too-small sized buffer for hostname+port. This + could not lead to a segfault, as snprintf() was used, but could cause + some trouble with extensively long hostnames. +- applied patch from Tiziano Müller to remove some compiler warnings +- added gssapi overview/howto thanks to Peter Vrabec +- changed some files to grant LGPLv3 extended persmissions on top of GPLv3 + this also is the first sign of something that will evolve into a + well-defined "rsyslog runtime library" --------------------------------------------------------------------------- Version 3.15.1 (rgerhards), 2008-04-11 - bugfix: some messages were emited without hostname @@ -79,16 +99,6 @@ Version 3.15.0 (rgerhards), 2008-04-01 only installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out. --------------------------------------------------------------------------- -Version 3.14.3 (rgerhards), 2008-04-?? -- bugfix: omsnmp had a too-small sized buffer for hostname+port. This - could not lead to a segfault, as snprintf() was used, but could cause - some trouble with extensively long hostnames. -- applied patch from Tiziano Müller to remove some compiler warnings -- added gssapi overview/howto thanks to Peter Vrabec -- changed some files to grant LGPLv3 extended persmissions on top of GPLv3 - this also is the first sign of something that will evolve into a - well-defined "rsyslog runtime library" ---------------------------------------------------------------------------- Version 3.14.2 (rgerhards), 2008-04-09 - bugfix: segfault with expression-based filters - bugfix: omsnmp did not deref errmsg object on exit (no bad effects caused) |