From 370a17a55a651b4a1bb61e68152874a027ddf3b1 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 18 Oct 2023 11:09:09 +0200 Subject: Change version to our release diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN index c353b1d..2453774 100755 --- a/NP-VERSION-GEN +++ b/NP-VERSION-GEN @@ -6,7 +6,7 @@ SRC_ROOT=`dirname $0` NPVF=NP-VERSION-FILE -DEF_VER=2.3git +DEF_VER=2.3.5 LF=' ' diff --git a/configure.ac b/configure.ac index b5374b2..bafd705 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT(monitoring-plugins,2.3git) +AC_INIT(monitoring-plugins,2.3.5) AC_CONFIG_SRCDIR(NPTest.pm) AC_CONFIG_FILES([gl/Makefile]) AC_CONFIG_AUX_DIR(build-aux) -- cgit v0.10-9-g596f From 70e55c0a7a833365670113e6bef03d43377e8f6b Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 18 Oct 2023 11:11:23 +0200 Subject: Update NEWS file diff --git a/NEWS b/NEWS index 5af66e8..5ddadf4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ This file documents the major additions and syntax changes between releases. +2.3.5 18th Oct 2023 + FIXES + * Include maxfd.h in lib Makefile + 2.3.4 18th Oct 2023 ENHANCEMENTS * check_curl: added --cookie-jar and doing proper cleanup of libcurl -- cgit v0.10-9-g596f From 0cbcbd756a240af5947fbf355abeb678f38de8a5 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 18 Oct 2023 11:21:28 +0200 Subject: Switch back to git version This reverts commit 370a17a55a651b4a1bb61e68152874a027ddf3b1. diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN index 2453774..c353b1d 100755 --- a/NP-VERSION-GEN +++ b/NP-VERSION-GEN @@ -6,7 +6,7 @@ SRC_ROOT=`dirname $0` NPVF=NP-VERSION-FILE -DEF_VER=2.3.5 +DEF_VER=2.3git LF=' ' diff --git a/configure.ac b/configure.ac index bafd705..b5374b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT(monitoring-plugins,2.3.5) +AC_INIT(monitoring-plugins,2.3git) AC_CONFIG_SRCDIR(NPTest.pm) AC_CONFIG_FILES([gl/Makefile]) AC_CONFIG_AUX_DIR(build-aux) -- cgit v0.10-9-g596f