Skip to content

Commit c082729

Browse files
committed
release v1.4.3
1 parent b9a6af3 commit c082729

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
1.4.2 - Jan 03 2024
225
===================
326
Features:

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
naemon-core (1.4.2) UNRELEASED; urgency=low
28

39
* new upstream release

naemon-core.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: Open Source Host, Service And Network Monitoring Program
44
Name: naemon-core
5-
Version: 1.4.2
5+
Version: 1.4.3
66
Release: 0
77
License: GPL-2.0-only
88
Group: Applications/System

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
VERSION=1.4.2
3+
VERSION=1.4.3
44
if test -e .git; then
55
if hash git 2>/dev/null; then
66
VERSION=$(git describe --tag --exact-match 2>/dev/null | sed -e 's/^v//')

0 commit comments

Comments
 (0)