From f6f417eff033f70301d4b19f3e424695b8017734 Mon Sep 17 00:00:00 2001 From: bgelhaye0 Date: Thu, 24 Oct 2024 11:01:24 -0400 Subject: [PATCH] Prep for release 4.5.7 --- configure | 4 ++-- configure.ac | 4 ++-- contrib/epel-nagios.spec | 2 +- doxy.conf | 2 +- html/main.php | 4 ++-- html/side.php | 2 +- include/common.h | 4 ++-- nagios.spec | 2 +- startup/default-service.in | 2 +- update-version | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 979fe9fc8..f176ad325 100755 --- a/configure +++ b/configure @@ -2878,9 +2878,9 @@ ac_config_headers="$ac_config_headers include/ignored_config.h include/config.h PKG_NAME=nagios -PKG_VERSION="4.5.6" +PKG_VERSION="4.5.7" PKG_HOME_URL="https://www.nagios.org/" -PKG_REL_DATE="2024-10-08" +PKG_REL_DATE="2024-10-24" diff --git a/configure.ac b/configure.ac index 0c0275711..4e4d495ce 100644 --- a/configure.ac +++ b/configure.ac @@ -12,9 +12,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios) PKG_NAME=nagios -PKG_VERSION="4.5.6" +PKG_VERSION="4.5.7" PKG_HOME_URL="https://www.nagios.org/" -PKG_REL_DATE="2024-10-08" +PKG_REL_DATE="2024-10-24" dnl Figure out how to invoke "install" and what install options to use. AC_PROG_INSTALL diff --git a/contrib/epel-nagios.spec b/contrib/epel-nagios.spec index 6dcc0b22e..081abc6dd 100644 --- a/contrib/epel-nagios.spec +++ b/contrib/epel-nagios.spec @@ -3,7 +3,7 @@ %global bootstrap 0 Name: nagios -Version: 4.5.6 +Version: 4.5.7 Release: 4%{?dist} Summary: Host/service/network monitoring program diff --git a/doxy.conf b/doxy.conf index 2457115de..e73a7af0b 100644 --- a/doxy.conf +++ b/doxy.conf @@ -1,5 +1,5 @@ PROJECT_NAME = Nagios -PROJECT_NUMBER = 4.5.6 +PROJECT_NUMBER = 4.5.7 PROJECT_BRIEF = "Dev docs for Nagios core and neb-module hackers" INPUT = lib/ docs/ diff --git a/html/main.php b/html/main.php index 85276cdf5..b31cf3517 100644 --- a/html/main.php +++ b/html/main.php @@ -1,7 +1,7 @@ @@ -74,7 +74,7 @@ function setCoreStatusHTML(image, text) {
Version
-
October 08, 2024
+
October 24, 2024
Check for updates
diff --git a/html/side.php b/html/side.php index c1ec12fb5..5b82cb07f 100644 --- a/html/side.php +++ b/html/side.php @@ -1,7 +1,7 @@ diff --git a/include/common.h b/include/common.h index 3d31a293f..344a61a52 100644 --- a/include/common.h +++ b/include/common.h @@ -24,8 +24,8 @@ #include "shared.h" -#define PROGRAM_VERSION "4.5.6" -#define PROGRAM_MODIFICATION_DATE "2024-10-08" +#define PROGRAM_VERSION "4.5.7" +#define PROGRAM_MODIFICATION_DATE "2024-10-24" NAGIOS_BEGIN_DECL diff --git a/nagios.spec b/nagios.spec index 080fc2947..dc9064fa3 100644 --- a/nagios.spec +++ b/nagios.spec @@ -29,7 +29,7 @@ Summary: Open Source host, service and network monitoring program Name: nagios -Version: 4.5.6 +Version: 4.5.7 Release: 2%{?dist} License: GPL Group: Applications/System diff --git a/startup/default-service.in b/startup/default-service.in index cf9c3f369..b296c5b56 100644 --- a/startup/default-service.in +++ b/startup/default-service.in @@ -1,5 +1,5 @@ [Unit] -Description=Nagios Core 4.5.6 +Description=Nagios Core 4.5.7 Documentation=https://www.nagios.org/documentation After=network.target local-fs.target diff --git a/update-version b/update-version index 02f3d4c60..44892ab53 100755 --- a/update-version +++ b/update-version @@ -12,10 +12,10 @@ else fi # Current version number -CURRENTVERSION=4.5.6 +CURRENTVERSION=4.5.7 # Last date -LASTDATE=2024-10-08 +LASTDATE=2024-10-24 if [ "x$1" = "x" ] then