From e8e7313bd1da7ea0b1126af81acfac0d878cd407 Mon Sep 17 00:00:00 2001 From: nook24 Date: Thu, 19 Mar 2026 08:27:40 +0100 Subject: [PATCH 1/2] release v1.5.1 Signed-off-by: nook24 --- NEWS | 3 ++- debian/changelog | 6 ++++++ naemon-core.spec | 2 +- version.sh | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index cc7c4f48..fcb4b560 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ -Next: +1.5.1 - Mär 19 2026 +=================== Breaking changes: * Due to object structure changes, it is recommended to recompile any NEB modules diff --git a/debian/changelog b/debian/changelog index 56e1a1bf..90c8a23a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +naemon-core (1.5.1) UNRELEASED; urgency=low + + * new upstream release + + -- Naemon Development Team Thu, 19 Mar 2026 08:25:40 +0100 + naemon-core (1.5.0) UNRELEASED; urgency=low * new upstream release diff --git a/naemon-core.spec b/naemon-core.spec index c2559a08..4c5e809b 100644 --- a/naemon-core.spec +++ b/naemon-core.spec @@ -2,7 +2,7 @@ Summary: Open Source Host, Service And Network Monitoring Program Name: naemon-core -Version: 1.5.0 +Version: 1.5.1 Release: 0 License: GPL-2.0-only Group: Applications/System diff --git a/version.sh b/version.sh index a10d0041..dd5513b6 100755 --- a/version.sh +++ b/version.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=1.5.0 +VERSION=1.5.1 if test -e .git; then if hash git 2>/dev/null; then VERSION=$(git describe --tag --exact-match 2>/dev/null | sed -e 's/^v//') From 9f8a065416d22f5c4bedafbe954bad6a8c3f55a2 Mon Sep 17 00:00:00 2001 From: nook24 Date: Thu, 19 Mar 2026 08:40:19 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Replace=20german=20M=C3=A4r=20with=20englis?= =?UTF-8?q?h=20Mar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fcb4b560..08bb6052 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.5.1 - Mär 19 2026 +1.5.1 - Mar 19 2026 =================== Breaking changes: * Due to object structure changes, it is recommended to recompile any NEB modules