Skip to content

Commit

Permalink
release 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nierlein <[email protected]>
  • Loading branch information
sni committed Feb 1, 2023
1 parent 023a244 commit b99a43b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1.4.1 - Feb 01 2023
===================
Features:
* none

Changed:
* use /run/naemon instead of /var/run/naemon (#410)

Bugfixes:
* fix bashisms in scripts (#407)
* fix fg: no job control output (#405)
* fix memory leak in cmd parser (#404)
* fix closing worker filehandles (#401)


1.4.0 - Nov 11 2022
===================
Breaking changes:
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.4.1) UNRELEASED; urgency=low

* new upstream release

-- Naemon Development Team <[email protected]> Wed, 01 Feb 2023 15:10:38 +0100

naemon-core (1.4.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 @@ -9,7 +9,7 @@

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

0 comments on commit b99a43b

Please sign in to comment.