Skip to content

Commit

Permalink
Prep for release 4.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cbyers0 committed Dec 19, 2024
1 parent cbc05da commit 3da4106
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2878,9 +2878,9 @@ ac_config_headers="$ac_config_headers include/ignored_config.h include/config.h

PKG_NAME=nagios

PKG_VERSION="4.5.8"
PKG_VERSION="4.5.9"
PKG_HOME_URL="https://www.nagios.org/"
PKG_REL_DATE="2024-11-19"
PKG_REL_DATE="2024-12-19"



Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ AC_PREFIX_DEFAULT(/usr/local/nagios)

PKG_NAME=nagios

PKG_VERSION="4.5.8"
PKG_VERSION="4.5.9"
PKG_HOME_URL="https://www.nagios.org/"
PKG_REL_DATE="2024-11-19"
PKG_REL_DATE="2024-12-19"

dnl Figure out how to invoke "install" and what install options to use.
AC_PROG_INSTALL
Expand Down
2 changes: 1 addition & 1 deletion contrib/epel-nagios.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global bootstrap 0

Name: nagios
Version: 4.5.8
Version: 4.5.9
Release: 4%{?dist}

Summary: Host/service/network monitoring program
Expand Down
2 changes: 1 addition & 1 deletion doxy.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = Nagios
PROJECT_NUMBER = 4.5.8
PROJECT_NUMBER = 4.5.9
PROJECT_BRIEF = "Dev docs for Nagios core and neb-module hackers"

INPUT = lib/ docs/
Expand Down
4 changes: 2 additions & 2 deletions html/main.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
include_once(dirname(__FILE__).'/includes/utils.inc.php');

$this_version = '4.5.8';
$this_version = '4.5.9';
$this_year = '2024';
$theme = $cfg['theme'] ?? 'dark';
if ($theme != 'dark' && $theme != 'light') {
Expand Down Expand Up @@ -72,7 +72,7 @@ function setCoreStatusHTML(image, text) {
<div id="currentversioninfo">
<div>
<div class="version">Version <b><?php echo $this_version; ?></b></div>
<div class="releasedate">November 19, 2024</div>
<div class="releasedate">December 19, 2024</div>
</div>
<div><span id="core-status"></span></div>
<a class="checkforupdates" href="https://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&amp;product=nagioscore" target="_blank">Check for updates</a>
Expand Down
2 changes: 1 addition & 1 deletion html/side.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
include_once(dirname(__FILE__).'/includes/utils.inc.php');

$this_version = '4.5.8';
$this_version = '4.5.9';
$link_target = 'main';
$theme = $cfg['theme'] ?? 'dark';
if ($theme != 'dark' && $theme != 'light') {
Expand Down
4 changes: 2 additions & 2 deletions include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

#include "shared.h"

#define PROGRAM_VERSION "4.5.8"
#define PROGRAM_MODIFICATION_DATE "2024-11-19"
#define PROGRAM_VERSION "4.5.9"
#define PROGRAM_MODIFICATION_DATE "2024-12-19"

NAGIOS_BEGIN_DECL

Expand Down
2 changes: 1 addition & 1 deletion nagios.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

Summary: Open Source host, service and network monitoring program
Name: nagios
Version: 4.5.8
Version: 4.5.9
Release: 2%{?dist}
License: GPL
Group: Applications/System
Expand Down
2 changes: 1 addition & 1 deletion startup/default-service.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Nagios Core 4.5.8
Description=Nagios Core 4.5.9
Documentation=https://www.nagios.org/documentation
After=network.target local-fs.target

Expand Down
4 changes: 2 additions & 2 deletions update-version
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ else
fi

# Current version number
CURRENTVERSION=4.5.8
CURRENTVERSION=4.5.9

# Last date
LASTDATE=2024-11-19
LASTDATE=2024-12-19

if [ "x$1" = "x" ]
then
Expand Down

0 comments on commit 3da4106

Please sign in to comment.