This repository was archived by the owner on Jan 15, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +28
-15
lines changed Expand file tree Collapse file tree 9 files changed +28
-15
lines changed Original file line number Diff line number Diff line change 19
19
* This is the Icinga 1.x development branch. If you are looking for Icinga 2.x
20
20
please check https://www.icinga.org/icinga2
21
21
22
+ 1.13.1 - 05/04/2015
23
+
24
+ NOTES
25
+
26
+ You may still use 'broker_module' configuration inside icinga.cfg. It just
27
+ has been removed from the sample configuration and will log a deprecation
28
+ warning on startup.
29
+
30
+ FIXES
31
+
32
+ * Bug #8986: wrong fd initilization preventing checks using file descriptors
33
+
34
+
22
35
1.13.0 - 30/03/2015
23
36
24
37
CHANGES
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ MKDIR=/bin/mkdir
89
89
# ##############################
90
90
# Global
91
91
# ##############################
92
- ICINGA_VERSION =1.13.0
92
+ ICINGA_VERSION =1.13.1
93
93
94
94
CP =@CP@
95
95
Original file line number Diff line number Diff line change @@ -2512,9 +2512,9 @@ ac_config_headers="$ac_config_headers include/config.h"
2512
2512
2513
2513
2514
2514
PKG_NAME=icinga-core
2515
- PKG_VERSION=" 1.13.0 "
2515
+ PKG_VERSION=" 1.13.1 "
2516
2516
PKG_HOME_URL=" http://www.icinga.org/"
2517
- PKG_REL_DATE=" 03-13 -2015"
2517
+ PKG_REL_DATE=" 04-05 -2015"
2518
2518
2519
2519
ac_aux_dir=
2520
2520
for ac_dir in " $srcdir " " $srcdir /.." " $srcdir /../.." ; do
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ AC_CONFIG_HEADER(include/config.h)
9
9
AC_PREFIX_DEFAULT ( / usr/local/icinga )
10
10
11
11
PKG_NAME=icinga-core
12
- PKG_VERSION="1.13.0 "
12
+ PKG_VERSION="1.13.1 "
13
13
PKG_HOME_URL="http://www.icinga.org/"
14
- PKG_REL_DATE="03-13 -2015"
14
+ PKG_REL_DATE="04-05 -2015"
15
15
16
16
dnl Figure out how to invoke "install" and what install options to use.
17
17
AC_PROG_INSTALL
Original file line number Diff line number Diff line change 18
18
</ div >
19
19
20
20
< div id ="currentversioninfo ">
21
- < div class ="version "> Version 1.13.0 </ div >
22
- < div class ="releasedate "> März 13 , 2015</ div >
23
- < div class ="whatsnew "> < a href ="docs/en/whatsnew.html "> Read what's new in Icinga 1.13.0 </ a > </ div >
21
+ < div class ="version "> Version 1.13.1 </ div >
22
+ < div class ="releasedate "> April 05 , 2015</ div >
23
+ < div class ="whatsnew "> < a href ="docs/en/whatsnew.html "> Read what's new in Icinga 1.13.1 </ a > </ div >
24
24
</ div >
25
25
26
26
< div id ="developer ">
Original file line number Diff line number Diff line change 54
54
55
55
Summary: Open Source host, service and network monitoring program
56
56
Name: icinga
57
- Version: 1.13.0
57
+ Version: 1.13.1
58
58
Release: %{revision }%{?dist }
59
59
License: GPLv2
60
60
Group: Applications/System
Original file line number Diff line number Diff line change 27
27
#define PROGRAM_NAME "Icinga"
28
28
#define PROGRAM_NAME_UC "ICINGA"
29
29
#define PROGRAM_NAME_LC "icinga"
30
- #define PROGRAM_VERSION "1.13.0 "
31
- #define PROGRAM_MODIFICATION_DATE "03-13 -2015"
30
+ #define PROGRAM_VERSION "1.13.1 "
31
+ #define PROGRAM_MODIFICATION_DATE "04-05 -2015"
32
32
33
33
/*#define DEBUG_CHECK_IPC 1 */
34
34
/*#define DEBUG_CHECK_IPC2 1*/
Original file line number Diff line number Diff line change 22
22
#define LOG2IDO_NAME "LOG2IDO"
23
23
24
24
/* only one space for update-version matching */
25
- #define IDO_DATE "03-13 -2015"
26
- #define IDO_VERSION "1.13.0 "
25
+ #define IDO_DATE "04-05 -2015"
26
+ #define IDO_VERSION "1.13.1 "
27
27
28
28
#define IDO_SCHEMA_VERSION "1.13.0"
29
29
Original file line number Diff line number Diff line change 10
10
fi
11
11
12
12
# Current version number
13
- CURRENTVERSION=1.13.0
13
+ CURRENTVERSION=1.13.1
14
14
15
15
# Last date
16
- LASTDATE=03-13 -2015
16
+ LASTDATE=04-05 -2015
17
17
18
18
if [ " x$1 " = " x" ]
19
19
then
You can’t perform that action at this time.
0 commit comments