From fa7eb4025290bd65e63f2fa651799df773225f4a Mon Sep 17 00:00:00 2001 From: SZALAY Attila Date: Fri, 28 Jul 2017 20:19:21 +0200 Subject: [PATCH] Preparation to release 0.6.0 --- NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a096b64..56e6669 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +# 0.6.0 - <2017-07-28 Fri> + +## Remove: date parser + +Date parser was removed as it was incorporated into syslog-ng master + +## Remove: getent template function + +Getent module was merged into syslog-ng, so it was removed from here + +## Feature: syslog-ng 3.8 support + +This release adds support for syslog-ng 3.8 and also incorporated a lot of +bugfixes needed to compile the code. + +## Bugfix: Renamed kafka destination to kafka_c + +To fix conflict with syslog-ng + +## Bugfix: Fix queue.buffering.max.ms value in example + +Setting a too low value incurs a moderate CPU usage even when no logs +need to be forwarded. Increase the value to 1s instead. + +We would like to thank the following people for their contribution: + +Vincent Bernat, Balazs Scheidler, Yilin Li, Laszlo Varady + # 0.5.0 - <2015-08-18 Tue> ## Feature: syslog-ng 3.7 support diff --git a/configure.ac b/configure.ac index aabfd50..fa076ad 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl AC_PREREQ([2.68]) -AC_INIT([syslog-ng-incubator], [0.5.0], [viktor.juhasz@balabit.com]) +AC_INIT([syslog-ng-incubator], [0.6.0], [sasa@ubainba.hu]) AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip]) AC_CONFIG_MACRO_DIR([m4])