File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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+
1191.4.3 - Nov 19 2024
220===================
321Features:
Original file line number Diff line number Diff line change 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+
17naemon-core (1.4.3) UNRELEASED; urgency=low
28
39 * new upstream release
Original file line number Diff line number Diff line change 22
33Summary: Open Source Host, Service And Network Monitoring Program
44Name: naemon-core
5- Version: 1.4.3
5+ Version: 1.4.4
66Release: 0
77License: GPL-2.0 -only
88Group: Applications/System
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- VERSION=1.4.3
3+ VERSION=1.4.4
44if 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//' )
You can’t perform that action at this time.
0 commit comments