Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Hansen <[email protected]>
  • Loading branch information
jacobbaungard committed Nov 11, 2022
1 parent 9f6e87a commit 83b7785
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.4.0 - Nov 11 2022
===================
Breaking changes:
* Due to object structure changes, it is recommended to recompile any NEB modules
when upgrading to 1.4.0

Features:
* Support for expiring acknowledgements

Changed:
* Improvements to Debian packaging, including multiarch installs

Bugfixes:
* Fix a crash for external command: CHANGE_CONTACT_HOST_NOTIFICATION_TIMEPERIOD
* Fix a crash for external command: CHANGE_HOST_CHECK_TIMEPERIOD

1.3.1 - Apr 26 2022
===================
Changed:
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
naemon-core (1.4.0) UNRELEASED; urgency=low

* new upstream release

-- Naemon Development Team <[email protected]> Fri, 11 Nov 2022 15:06:50 +0100


naemon-core (1.3.1) 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 @@ -9,7 +9,7 @@

Summary: Open Source Host, Service And Network Monitoring Program
Name: naemon-core
Version: 1.3.1
Version: 1.4.0
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.3.1
VERSION=1.4.0
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

0 comments on commit 83b7785

Please sign in to comment.