Skip to content

Commit

Permalink
Preparation to release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mochrul committed Jul 28, 2017
1 parent b4c624a commit fa7eb40
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl

AC_PREREQ([2.68])

AC_INIT([syslog-ng-incubator], [0.5.0], [[email protected]])
AC_INIT([syslog-ng-incubator], [0.6.0], [[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip])

AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit fa7eb40

Please sign in to comment.