diff --git a/configure b/configure index f176ad325..e3ee1bfd6 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.7" +PKG_VERSION="4.5.8" PKG_HOME_URL="https://www.nagios.org/" -PKG_REL_DATE="2024-10-24" +PKG_REL_DATE="2024-11-19" diff --git a/configure.ac b/configure.ac index 4e4d495ce..1ca03b29a 100644 --- a/configure.ac +++ b/configure.ac @@ -12,9 +12,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios) PKG_NAME=nagios -PKG_VERSION="4.5.7" +PKG_VERSION="4.5.8" PKG_HOME_URL="https://www.nagios.org/" -PKG_REL_DATE="2024-10-24" +PKG_REL_DATE="2024-11-19" 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 081abc6dd..92be866ac 100644 --- a/contrib/epel-nagios.spec +++ b/contrib/epel-nagios.spec @@ -3,7 +3,7 @@ %global bootstrap 0 Name: nagios -Version: 4.5.7 +Version: 4.5.8 Release: 4%{?dist} Summary: Host/service/network monitoring program diff --git a/doxy.conf b/doxy.conf index e73a7af0b..f3c0f181e 100644 --- a/doxy.conf +++ b/doxy.conf @@ -1,5 +1,5 @@ PROJECT_NAME = Nagios -PROJECT_NUMBER = 4.5.7 +PROJECT_NUMBER = 4.5.8 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 823c3777d..df3df3f77 100644 --- a/html/main.php +++ b/html/main.php @@ -1,7 +1,7 @@ @@ -68,7 +68,7 @@ function setCoreStatusHTML(image, text) {
Version
-
October 24, 2024
+
November 19, 2024
Check for updates diff --git a/html/side.php b/html/side.php index 5b82cb07f..c8ea61bbc 100644 --- a/html/side.php +++ b/html/side.php @@ -1,7 +1,7 @@ diff --git a/include/common.h b/include/common.h index 344a61a52..e37d76748 100644 --- a/include/common.h +++ b/include/common.h @@ -24,8 +24,8 @@ #include "shared.h" -#define PROGRAM_VERSION "4.5.7" -#define PROGRAM_MODIFICATION_DATE "2024-10-24" +#define PROGRAM_VERSION "4.5.8" +#define PROGRAM_MODIFICATION_DATE "2024-11-19" NAGIOS_BEGIN_DECL diff --git a/nagios.spec b/nagios.spec index dc9064fa3..220ad0980 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.7 +Version: 4.5.8 Release: 2%{?dist} License: GPL Group: Applications/System diff --git a/startup/default-service.in b/startup/default-service.in index b296c5b56..17b6cd127 100644 --- a/startup/default-service.in +++ b/startup/default-service.in @@ -1,5 +1,5 @@ [Unit] -Description=Nagios Core 4.5.7 +Description=Nagios Core 4.5.8 Documentation=https://www.nagios.org/documentation After=network.target local-fs.target diff --git a/update-version b/update-version index 44892ab53..e972020f7 100755 --- a/update-version +++ b/update-version @@ -12,10 +12,10 @@ else fi # Current version number -CURRENTVERSION=4.5.7 +CURRENTVERSION=4.5.8 # Last date -LASTDATE=2024-10-24 +LASTDATE=2024-11-19 if [ "x$1" = "x" ] then