Skip to content

Commit fa7eb40

Browse files
committed
Preparation to release 0.6.0
1 parent b4c624a commit fa7eb40

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

NEWS

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# 0.6.0 - <2017-07-28 Fri>
2+
3+
## Remove: date parser
4+
5+
Date parser was removed as it was incorporated into syslog-ng master
6+
7+
## Remove: getent template function
8+
9+
Getent module was merged into syslog-ng, so it was removed from here
10+
11+
## Feature: syslog-ng 3.8 support
12+
13+
This release adds support for syslog-ng 3.8 and also incorporated a lot of
14+
bugfixes needed to compile the code.
15+
16+
## Bugfix: Renamed kafka destination to kafka_c
17+
18+
To fix conflict with syslog-ng
19+
20+
## Bugfix: Fix queue.buffering.max.ms value in example
21+
22+
Setting a too low value incurs a moderate CPU usage even when no logs
23+
need to be forwarded. Increase the value to 1s instead.
24+
25+
We would like to thank the following people for their contribution:
26+
27+
Vincent Bernat, Balazs Scheidler, Yilin Li, Laszlo Varady
28+
129
# 0.5.0 - <2015-08-18 Tue>
230

331
## Feature: syslog-ng 3.7 support

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl
33

44
AC_PREREQ([2.68])
55

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

99
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)