From 4710116b834a96e902fc65c0d9c93aa93745c6cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Holger=20Wei=C3=9F?= Date: Tue, 14 Oct 2014 23:13:10 +0200 Subject: [PATCH] NSCA-ng 1.4 --- NEWS | 7 +++++++ configure.ac | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9e79df4..40a5b8f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ NSCA-ng Release History ======================= +Changes in Release 1.4 (2014-10-14) +----------------------------------- + +- Fix NSCA-ng's systemd support: Actually send the keep-alive packets + expected by the watchdog. +- Include an experimental NSCA-ng client module for Python. + Changes in Release 1.3 (2014-07-15) ----------------------------------- diff --git a/configure.ac b/configure.ac index ac2b265..0050126 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ # Autotools initialization. AC_PREREQ([2.60]) dnl But Autoconf 2.63 is required for AC_INIT's URL parameter. AC_INIT([NSCA-ng], - [1.3], + [1.4], [developers@nsca-ng.org], [nsca-ng], [http://www.nsca-ng.org/]) @@ -42,7 +42,7 @@ AM_MAINTAINER_MODE([enable]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) dnl Automake 1.11 added this. # Set the release date. -RELEASE_DATE='July 15, 2014' +RELEASE_DATE='October 14, 2014' AC_SUBST([RELEASE_DATE]) -- 2.11.4.GIT