Skip to content

Commit 302b002

Browse files
author
Sebastian Wolf
committed
Prep for release 4.4.14
1 parent 24aa8ed commit 302b002

10 files changed

+15
-15
lines changed

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -2462,9 +2462,9 @@ ac_config_headers="$ac_config_headers include/config.h lib/snprintf.h lib/iobrok
24622462
24632463
PKG_NAME=nagios
24642464
2465-
PKG_VERSION="4.4.13"
2465+
PKG_VERSION="4.4.14"
24662466
PKG_HOME_URL="https://www.nagios.org/"
2467-
PKG_REL_DATE="2023-06-01"
2467+
PKG_REL_DATE="2023-08-01"
24682468
24692469
ac_aux_dir=
24702470
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do

configure.ac

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

1111
PKG_NAME=nagios
1212

13-
PKG_VERSION="4.4.13"
13+
PKG_VERSION="4.4.14"
1414
PKG_HOME_URL="https://www.nagios.org/"
15-
PKG_REL_DATE="2023-06-01"
15+
PKG_REL_DATE="2023-08-01"
1616

1717
dnl Figure out how to invoke "install" and what install options to use.
1818
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.4.13
6+
Version: 4.4.14
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.4.13
2+
PROJECT_NUMBER = 4.4.14
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.4.13';
4+
$this_version = '4.4.14';
55
$this_year = '2023';
66
?>
77
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
@@ -145,7 +145,7 @@ function setCoreStatusHTML(image, text) {
145145
<div id="currentversioninfo">
146146
<div class="product">Nagios<sup><span style="font-size: small;">&reg;</span></sup> Core<sup><span style="font-size: small;">&trade;</span></sup></div>
147147
<div class="version">Version <?php echo $this_version; ?></div>
148-
<div class="releasedate">June 01, 2023</div>
148+
<div class="releasedate">August 01, 2023</div>
149149
<div class="checkforupdates"><a href="https://www.nagios.org/checkforupdates/?version=<?php echo $this_version; ?>&amp;product=nagioscore" target="_blank">Check for updates</a></div>
150150
</div>
151151

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.4.13';
4+
$this_version = '4.4.14';
55
$link_target = 'main';
66
?>
77
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

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.4.13"
28-
#define PROGRAM_MODIFICATION_DATE "2023-06-01"
27+
#define PROGRAM_VERSION "4.4.14"
28+
#define PROGRAM_MODIFICATION_DATE "2023-08-01"
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.4.13
32+
Version: 4.4.14
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.4.13
2+
Description=Nagios Core 4.4.14
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.4.13
15+
CURRENTVERSION=4.4.14
1616

1717
# Last date
18-
LASTDATE=2023-06-01
18+
LASTDATE=2023-08-01
1919

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

0 commit comments

Comments
 (0)