File tree Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.4.3 - Nov 19 2024
2
+ ===================
3
+ Features:
4
+ * add global notifications handler (#477)
5
+ * add external command to add log entries (#477)
6
+ * add hint of previous object when duplicate detection fails (#479)
7
+ * add options to keep services running as long as they are up (#459)
8
+ * add problem timestamps and duration (#447)
9
+
10
+ Changed:
11
+ * clean up output of naemon -V (#484)
12
+ * change problem_id and notification_id to uuids (#362)
13
+ * change service parents suppressing only normal notifcations (#446)
14
+
15
+ Bugfixes:
16
+ * fix leaking object.cache file references (#462)
17
+ * fix host not being in hard state with max_check_attempts=1 (#473)
18
+ * throw config errors if boolean values cannot be parsed (#478)
19
+ * fix retrieving comments after deleting first (#474)
20
+ * fix rpm installation race condition (#456)
21
+ * fix resetting modified_attributes (#449)
22
+
23
+
1
24
1.4.2 - Jan 03 2024
2
25
===================
3
26
Features:
Original file line number Diff line number Diff line change
1
+ naemon-core (1.4.3) UNRELEASED; urgency=low
2
+
3
+ * new upstream release
4
+
5
+ -- Naemon Development Team <naemon-dev@monitoring-lists.org> Mon, 18 Nov 2024 21:16:47 +0100
6
+
1
7
naemon-core (1.4.2) UNRELEASED; urgency=low
2
8
3
9
* new upstream release
Original file line number Diff line number Diff line change 2
2
3
3
Summary: Open Source Host, Service And Network Monitoring Program
4
4
Name: naemon-core
5
- Version: 1.4.2
5
+ Version: 1.4.3
6
6
Release: 0
7
7
License: GPL-2.0 -only
8
8
Group: Applications/System
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- VERSION=1.4.2
3
+ VERSION=1.4.3
4
4
if test -e .git; then
5
5
if hash git 2> /dev/null; then
6
6
VERSION=$( git describe --tag --exact-match 2> /dev/null | sed -e ' s/^v//' )
You can’t perform that action at this time.
0 commit comments