Skip to content

Commit 1e85466

Browse files
committed
release v1.4.4
Signed-off-by: Sven Nierlein <sven@consol.de>
1 parent cac43d1 commit 1e85466

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
1.4.4 - Jun 03 2025
2+
===================
3+
Features:
4+
* trim spaces from list of templates (#500)
5+
* add support for configurable relative configuration paths (#491)
6+
* postpone check until check period starts (#490)
7+
8+
Changed:
9+
* make ascii control characters in object names illegal (#499)
10+
* improve config parser performance (#488)
11+
* launch command worker earlier (#470)
12+
* remove backslashes before semicolons (#495)
13+
* trim whitespace at end of plugin output (#495)
14+
15+
Bugfixes:
16+
* fix handling performance data (#501)
17+
18+
119
1.4.3 - Nov 19 2024
220
===================
321
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.4) UNRELEASED; urgency=low
2+
3+
* new upstream release
4+
5+
-- Naemon Development Team <naemon-dev@monitoring-lists.org> Tue, 03 Jun 2025 09:30:32 +0200
6+
17
naemon-core (1.4.3) 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.3
5+
Version: 1.4.4
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.3
3+
VERSION=1.4.4
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)