mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-22 06:00:43 +01:00
preparing for 6.1.12 release
This commit is contained in:
parent
e3c90bf008
commit
0509f14041
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([rsyslog],[6.1.11],[rsyslog@lists.adiscon.com])
|
||||
AC_INIT([rsyslog],[6.1.12],[rsyslog@lists.adiscon.com])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
@ -19,7 +19,7 @@ rsyslog support</a> available directly from the source!</p>
|
||||
<p><b>Please visit the <a href="http://www.rsyslog.com/sponsors">rsyslog sponsor's page</a>
|
||||
to honor the project sponsors or become one yourself!</b> We are very grateful for any help towards the
|
||||
project goals.</p>
|
||||
<p><b>This documentation is for version 6.1.11 (beta branch) of rsyslog.</b>
|
||||
<p><b>This documentation is for version 6.1.12 (beta branch) of rsyslog.</b>
|
||||
Visit the <i><a href="http://www.rsyslog.com/status">rsyslog status page</a></i></b>
|
||||
to obtain current version information and project status.
|
||||
</p><p><b>If you like rsyslog, you might
|
||||
|
||||
@ -103,10 +103,11 @@ TESTS += \
|
||||
endif
|
||||
|
||||
if ENABLE_GNUTLS
|
||||
TESTS += \
|
||||
sndrcv_tls_anon.sh \
|
||||
sndrcv_tls_anon_rebind.sh \
|
||||
imtcp-tls-basic.sh
|
||||
# TODO: re-enable in newer version
|
||||
#TESTS += \
|
||||
#sndrcv_tls_anon.sh \
|
||||
#sndrcv_tls_anon_rebind.sh \
|
||||
#imtcp-tls-basic.sh
|
||||
if HAVE_VALGRIND
|
||||
# This test does not work on v5 as we keep DH params
|
||||
#TESTS += manytcp-too-few-tls.sh
|
||||
@ -266,10 +267,6 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
|
||||
testsuites/diskqueue-fsync.conf \
|
||||
imtcp-tls-basic.sh \
|
||||
testsuites/imtcp-tls-basic.conf \
|
||||
tls-certs/ca-key.pem \
|
||||
tls-certs/ca.pem \
|
||||
tls-certs/cert.pem \
|
||||
tls-certs/key.pem \
|
||||
imtcp-multiport.sh \
|
||||
testsuites/imtcp-multiport.conf \
|
||||
udp-msgreduc-orgmsg-vg.sh \
|
||||
@ -360,12 +357,6 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
|
||||
sndrcv_gzip.sh \
|
||||
testsuites/sndrcv_gzip_sender.conf \
|
||||
testsuites/sndrcv_gzip_rcvr.conf \
|
||||
sndrcv_tls_anon_rebind.sh \
|
||||
testsuites/sndrcv_tls_anon_rebind_sender.conf \
|
||||
testsuites/sndrcv_tls_anon_rebind_rcvr.conf \
|
||||
sndrcv_tls_anon.sh \
|
||||
testsuites/sndrcv_tls_anon_sender.conf \
|
||||
testsuites/sndrcv_tls_anon_rcvr.conf \
|
||||
pipeaction.sh \
|
||||
testsuites/pipeaction.conf \
|
||||
pipe_noreader.sh \
|
||||
@ -465,6 +456,15 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
|
||||
testsuites/mysql-asyn.conf \
|
||||
cfg.sh
|
||||
|
||||
# TODO: re-enable
|
||||
#sndrcv_tls_anon_rebind.sh \
|
||||
#testsuites/sndrcv_tls_anon_rebind_sender.conf \
|
||||
#testsuites/sndrcv_tls_anon_rebind_rcvr.conf \
|
||||
#sndrcv_tls_anon.sh \
|
||||
#testsuites/sndrcv_tls_anon_sender.conf \
|
||||
#testsuites/sndrcv_tls_anon_rcvr.conf \
|
||||
#
|
||||
|
||||
ourtail_SOURCES = ourtail.c
|
||||
msleep_SOURCES = msleep.c
|
||||
chkseq_SOURCES = chkseq.c
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user