Skip to content

Commit 3da4106

Browse files
committed
Prep for release 4.5.9
1 parent cbc05da commit 3da4106

10 files changed

+15
-15
lines changed

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -2878,9 +2878,9 @@ ac_config_headers="$ac_config_headers include/ignored_config.h include/config.h
28782878

28792879
PKG_NAME=nagios
28802880

2881-
PKG_VERSION="4.5.8"
2881+
PKG_VERSION="4.5.9"
28822882
PKG_HOME_URL="https://www.nagios.org/"
2883-
PKG_REL_DATE="2024-11-19"
2883+
PKG_REL_DATE="2024-12-19"
28842884

28852885

28862886

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios)
1212

1313
PKG_NAME=nagios
1414

15-
PKG_VERSION="4.5.8"
15+
PKG_VERSION="4.5.9"
1616
PKG_HOME_URL="https://www.nagios.org/"
17-
PKG_REL_DATE="2024-11-19"
17+
PKG_REL_DATE="2024-12-19"
1818

1919
dnl Figure out how to invoke "install" and what install options to use.
2020
AC_PROG_INSTALL

contrib/epel-nagios.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global bootstrap 0
44

55
Name: nagios
6-
Version: 4.5.8
6+
Version: 4.5.9
77
Release: 4%{?dist}
88

99
Summary: Host/service/network monitoring program

doxy.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_NAME = Nagios
2-
PROJECT_NUMBER = 4.5.8
2+
PROJECT_NUMBER = 4.5.9
33
PROJECT_BRIEF = "Dev docs for Nagios core and neb-module hackers"
44

55
INPUT = lib/ docs/

html/main.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
include_once(dirname(__FILE__).'/includes/utils.inc.php');
33

4-
$this_version = '4.5.8';
4+
$this_version = '4.5.9';
55
$this_year = '2024';
66
$theme = $cfg['theme'] ?? 'dark';
77
if ($theme != 'dark' && $theme != 'light') {
@@ -72,7 +72,7 @@ function setCoreStatusHTML(image, text) {
7272
<div id="currentversioninfo">
7373
<div>
7474
<div class="version">Version <b><?php echo $this_version; ?></b></div>
75-
<div class="releasedate">November 19, 2024</div>
75+
<div class="releasedate">December 19, 2024</div>
7676
</div>
7777
<div><span id="core-status"></span></div>
7878
<a class="checkforupdates" href="https://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&amp;product=nagioscore" target="_blank">Check for updates</a>

html/side.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
include_once(dirname(__FILE__).'/includes/utils.inc.php');
33

4-
$this_version = '4.5.8';
4+
$this_version = '4.5.9';
55
$link_target = 'main';
66
$theme = $cfg['theme'] ?? 'dark';
77
if ($theme != 'dark' && $theme != 'light') {

include/common.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
#include "shared.h"
2626

27-
#define PROGRAM_VERSION "4.5.8"
28-
#define PROGRAM_MODIFICATION_DATE "2024-11-19"
27+
#define PROGRAM_VERSION "4.5.9"
28+
#define PROGRAM_MODIFICATION_DATE "2024-12-19"
2929

3030
NAGIOS_BEGIN_DECL
3131

nagios.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
Summary: Open Source host, service and network monitoring program
3131
Name: nagios
32-
Version: 4.5.8
32+
Version: 4.5.9
3333
Release: 2%{?dist}
3434
License: GPL
3535
Group: Applications/System

startup/default-service.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=Nagios Core 4.5.8
2+
Description=Nagios Core 4.5.9
33
Documentation=https://www.nagios.org/documentation
44
After=network.target local-fs.target
55

update-version

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ else
1212
fi
1313

1414
# Current version number
15-
CURRENTVERSION=4.5.8
15+
CURRENTVERSION=4.5.9
1616

1717
# Last date
18-
LASTDATE=2024-11-19
18+
LASTDATE=2024-12-19
1919

2020
if [ "x$1" = "x" ]
2121
then

0 commit comments

Comments
 (0)