diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 11:07:59 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 11:07:59 +0200 |
commit | 61ba5ff5955742b68a24d7b135ad07c29b48fa2f (patch) | |
tree | da96436375c623133fef91bb6cb9185e735bb8d4 /ChangeLog | |
parent | 63d4de81ec485425231676d53813ff465249e800 (diff) | |
parent | b7fec51ba7b1042313b51dc27102fa0a9cebafb5 (diff) | |
download | rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.tar.gz rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.tar.xz rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.zip |
Merge branch 'beta'
Conflicts:
ChangeLog
configure.ac
doc/ommail.html
queue.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -41,7 +41,9 @@ 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.1 (rgerhards), 2008-04-?? +Version 3.15.2 (rgerhards), 2008-04-?? +--------------------------------------------------------------------------- +Version 3.15.1 (rgerhards), 2008-04-11 - bugfix: some messages were emited without hostname - disabled atomic operations for the time being because they introduce some cross-platform trouble - need to see how to fix this in the best @@ -54,6 +56,8 @@ Version 3.15.1 (rgerhards), 2008-04-?? happens during startup) - bugfix: memory leaks in script engine - bugfix: $hostname and $fromhost in RainerScript did not work +This release also includes all changes applied to the stable versions +up to today. --------------------------------------------------------------------------- Version 3.15.0 (rgerhards), 2008-04-01 - major new feature: imrelp/omrelp support reliable delivery of syslog @@ -65,10 +69,15 @@ 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.2 (rgerhards), 2008-04-?? +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 |