summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-16 16:54:33 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-16 16:54:33 +0200
commit65cdfc1777e1c189f28dfe11fa1ab0d08930b458 (patch)
tree902edd178f6962e8e8e89d18d6d7b5f417bd0e94
parentb7fec51ba7b1042313b51dc27102fa0a9cebafb5 (diff)
downloadrsyslog-65cdfc1777e1c189f28dfe11fa1ab0d08930b458.tar.gz
rsyslog-65cdfc1777e1c189f28dfe11fa1ab0d08930b458.tar.xz
rsyslog-65cdfc1777e1c189f28dfe11fa1ab0d08930b458.zip
new v3-stable based on 3.15.x beta
changes due to restructuring in 3.17.2 have big bug potential; beta 3.15.x has almost no bug potential; thus I initiated a shift of devel -> beta -> v3-stable; devel will restart at 3.19.0
-rw-r--r--ChangeLog21
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 58d10635..e552db4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
---------------------------------------------------------------------------
-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
@@ -27,16 +36,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)
diff --git a/configure.ac b/configure.ac
index 4d5bec51..a1595bd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[3.15.2],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.16.0],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])