Skip to content

Commit 6e667d9

Browse files
committed
Preparing to release 0.6.1
1 parent bf591de commit 6e667d9

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

README.md

+6-17
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ also an example of a third party syslog-ng module.
1010

1111
[sng]: https://github.com/balabit/syslog-ng
1212

13-
**NOTE**: The Incubator requires syslog-ng 3.7.1 or newer.
13+
**NOTE**: The Incubator requires syslog-ng 3.11.1 or newer.
1414
Contents
1515
--------
1616

@@ -79,11 +79,6 @@ Contents
7979

8080
[sng:zmq]: https://github.com/balabit/syslog-ng-incubator/tree/master/modules/zmq/
8181

82-
* [Date parser][sng:date]: A parser for arbitrary date formats which
83-
may be contained in non-syslog messages.
84-
85-
[sng:date]: https://github.com/balabit/syslog-ng-incubator/tree/master/modules/date/
86-
8782
Installation
8883
------------
8984

@@ -105,19 +100,13 @@ optional) installed too.
105100
[kafka]: https://github.com/edenhill/librdkafka
106101

107102

108-
Docker container
109-
----------------
110-
111-
An automatically built docker container is available at https://hub.docker.com/r/juhaszviktor/syslog-ng-incubator/
112-
from the latest development snapshot.
113-
114103
License
115104
-------
116105

117-
Copyright (C) 2011-2014 BalaBit IT Security Ltd., Gergely Nagy
118-
119-
Viktor Juhasz <[email protected]>, and other
120-
contributors; released under the terms of the
121-
[GNU General Public License][gpl], version 2 (or later).
106+
Copyright (C) 2011-2017 BalaBit IT Security Ltd., Gergely Nagy
107+
<[email protected]>, Viktor Tusa <[email protected]>, Viktor Juhasz
108+
<[email protected]>, Attila Szalay <[email protected]> and other
109+
contributors; released under the terms of the [GNU General Public
110+
License][gpl], version 2 (or later).
122111

123112
[gpl]: http://www.gnu.org/licenses/gpl-2.0.html

configure.ac

+1-1
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.6.0], [[email protected]])
6+
AC_INIT([syslog-ng-incubator], [0.6.1], [[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)