Skip to content

Commit 1e35837

Browse files
committed
prep for release 4.4.8
1 parent 4f5ce03 commit 1e35837

11 files changed

+28
-18
lines changed

Changelog

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Nagios Core 4 Change Log
33
########################
44

5+
6+
4.4.8 - 2022-10-04
7+
------------------
8+
* Minor interface updates
9+
* Fixed crash when checking for updates using SSL
10+
11+
512
4.4.7 - 2022-04-14
613
------------------
714
FIXES

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.7"
2465+
PKG_VERSION="4.4.8"
24662466
PKG_HOME_URL="https://www.nagios.org/"
2467-
PKG_REL_DATE="2022-04-14"
2467+
PKG_REL_DATE="2022-10-04"
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.7"
13+
PKG_VERSION="4.4.8"
1414
PKG_HOME_URL="https://www.nagios.org/"
15-
PKG_REL_DATE="2022-04-14"
15+
PKG_REL_DATE="2022-10-04"
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.7
6+
Version: 4.4.8
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.7
2+
PROJECT_NUMBER = 4.4.8
33
PROJECT_BRIEF = "Dev docs for Nagios core and neb-module hackers"
44

55
INPUT = lib/ docs/

html/main.php

+8-5
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.7';
4+
$this_version = '4.4.8';
55
$this_year = '2022';
66
?>
77
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
@@ -103,7 +103,7 @@ function initializePlaylist() {
103103
$('#splashbox3')
104104
.addClass('splashbox3-full')
105105
.removeClass('splashbox3-empty')
106-
.html('<iframe width="100%" height="100%" src="//www.youtube.com/embed/2hVBAet-XpY&iv_load_policy=3&rel=0" frameborder="0" allowfullscreen></iframe>');
106+
.html('<iframe width="100%" height="100%" src="//www.youtube.com/embed/videoseries?list=PLN-ryIrpC_mCUW1DFwZpxpAk00i60lSkE&iv_load_policy=3&rel=0" frameborder="0" allowfullscreen></iframe>');
107107
}
108108
}
109109

@@ -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">April 14, 2022</div>
148+
<div class="releasedate">October 04, 2022</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

@@ -198,6 +198,10 @@ function setCoreStatusHTML(image, text) {
198198
</ul>
199199
</div>
200200

201+
202+
<div id="splashbox3" class="splashbox3-empty"><!-- youtube playlist -->
203+
</div>
204+
201205
<div id="splashbox2" class="splashbox">
202206
<h2>Quick Links</h2>
203207
<ul>
@@ -210,8 +214,7 @@ function setCoreStatusHTML(image, text) {
210214
</ul>
211215
</div>
212216

213-
<div id="splashbox3" class="splashbox3-empty"><!-- youtube playlist -->
214-
</div>
217+
215218

216219
</div><!-- end splashrow1 -->
217220

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.7';
4+
$this_version = '4.4.8';
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.7"
28-
#define PROGRAM_MODIFICATION_DATE "2022-04-14"
27+
#define PROGRAM_VERSION "4.4.8"
28+
#define PROGRAM_MODIFICATION_DATE "2022-10-04"
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.7
32+
Version: 4.4.8
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.7
2+
Description=Nagios Core 4.4.8
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.7
15+
CURRENTVERSION=4.4.8
1616

1717
# Last date
18-
LASTDATE=2022-04-14
18+
LASTDATE=2022-10-04
1919

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

0 commit comments

Comments
 (0)