Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Next:
1.5.1 - Mar 19 2026
===================
Breaking changes:
* Due to object structure changes, it is recommended to recompile any NEB modules

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
naemon-core (1.5.1) UNRELEASED; urgency=low

* new upstream release

-- Naemon Development Team <naemon-dev@monitoring-lists.org> Thu, 19 Mar 2026 08:25:40 +0100

naemon-core (1.5.0) UNRELEASED; urgency=low

* new upstream release
Expand Down
2 changes: 1 addition & 1 deletion naemon-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -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//')
Expand Down
Loading