From 63bcbcecc8cd006e78ea96831e0e1e6327421e99 Mon Sep 17 00:00:00 2001 From: cbyers Date: Tue, 8 Oct 2024 10:08:12 -0500 Subject: [PATCH] Prep for release 4.5.6 --- 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 775ff897d..979fe9fc8 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.5" +PKG_VERSION="4.5.6" PKG_HOME_URL="https://www.nagios.org/" -PKG_REL_DATE="2024-09-17" +PKG_REL_DATE="2024-10-08" diff --git a/configure.ac b/configure.ac index 5b0a46e82..0c0275711 100644 --- a/configure.ac +++ b/configure.ac @@ -12,9 +12,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios) PKG_NAME=nagios -PKG_VERSION="4.5.5" +PKG_VERSION="4.5.6" PKG_HOME_URL="https://www.nagios.org/" -PKG_REL_DATE="2024-09-17" +PKG_REL_DATE="2024-10-08" 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 bbc27338d..6dcc0b22e 100644 --- a/contrib/epel-nagios.spec +++ b/contrib/epel-nagios.spec @@ -3,7 +3,7 @@ %global bootstrap 0 Name: nagios -Version: 4.5.5 +Version: 4.5.6 Release: 4%{?dist} Summary: Host/service/network monitoring program diff --git a/doxy.conf b/doxy.conf index cafaf81d1..2457115de 100644 --- a/doxy.conf +++ b/doxy.conf @@ -1,5 +1,5 @@ PROJECT_NAME = Nagios -PROJECT_NUMBER = 4.5.5 +PROJECT_NUMBER = 4.5.6 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 0f46be15a..2d4399eea 100644 --- a/html/main.php +++ b/html/main.php @@ -1,7 +1,7 @@ @@ -145,7 +145,7 @@ function setCoreStatusHTML(image, text) {
Nagios® Core
Version
-
September 17, 2024
+
October 08, 2024
diff --git a/html/side.php b/html/side.php index 3ecf764fc..3a7181cd1 100644 --- a/html/side.php +++ b/html/side.php @@ -1,7 +1,7 @@ diff --git a/include/common.h b/include/common.h index e70b1aca1..3d31a293f 100644 --- a/include/common.h +++ b/include/common.h @@ -24,8 +24,8 @@ #include "shared.h" -#define PROGRAM_VERSION "4.5.5" -#define PROGRAM_MODIFICATION_DATE "2024-09-17" +#define PROGRAM_VERSION "4.5.6" +#define PROGRAM_MODIFICATION_DATE "2024-10-08" NAGIOS_BEGIN_DECL diff --git a/nagios.spec b/nagios.spec index e9426bf9b..080fc2947 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.5 +Version: 4.5.6 Release: 2%{?dist} License: GPL Group: Applications/System diff --git a/startup/default-service.in b/startup/default-service.in index d1f323956..cf9c3f369 100644 --- a/startup/default-service.in +++ b/startup/default-service.in @@ -1,5 +1,5 @@ [Unit] -Description=Nagios Core 4.5.5 +Description=Nagios Core 4.5.6 Documentation=https://www.nagios.org/documentation After=network.target local-fs.target diff --git a/update-version b/update-version index aba1512b8..02f3d4c60 100755 --- a/update-version +++ b/update-version @@ -12,10 +12,10 @@ else fi # Current version number -CURRENTVERSION=4.5.5 +CURRENTVERSION=4.5.6 # Last date -LASTDATE=2024-09-17 +LASTDATE=2024-10-08 if [ "x$1" = "x" ] then