File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- Next:
1+ 1.5.1 - Mär 19 2026
2+ ===================
23Breaking changes:
34* Due to object structure changes, it is recommended to recompile any NEB modules
45
Original file line number Diff line number Diff line change 1+ naemon-core (1.5.1) UNRELEASED; urgency=low
2+
3+ * new upstream release
4+
5+ -- Naemon Development Team <naemon-dev@monitoring-lists.org> Thu, 19 Mar 2026 08:25:40 +0100
6+
17naemon-core (1.5.0) 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.5.0
5+ Version: 1.5.1
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.5.0
3+ VERSION=1.5.1
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