Skip to content

Commit 8cf6471

Browse files
committed
release v1.5.1
Signed-off-by: nook24 <info@nook24.eu>
1 parent 040ae91 commit 8cf6471

4 files changed

Lines changed: 29 additions & 1 deletion

File tree

src/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VITE_RELEASE_VERSION=1.5.0
2-
VITE_RELEASE_DATE=03 Feb 2026
2+
VITE_RELEASE_DATE=19 Mar 2026

src/documentation/developer/releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ apt-get install vim git build-essential make devscripts dialog osc
2323
1. Create release commit:
2424

2525
```shell
26+
%> export LANG=c
2627
%> NEW_VERSION=1.5.0
2728
%>
2829
%> git clone https://github.com/naemon/naemon-core

src/documentation/usersguide/whatsnew.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ See upcoming changes from the next version on [Github](https://github.com/naemon
1616

1717
## Changelog
1818

19+
### 1.5.1 - Mar 19 2026
20+
#### Breaking changes:
21+
- Due to object structure changes, it is recommended to recompile any NEB modules
22+
23+
#### Features:
24+
- new attribute 'check_timeout' on `host` and `service` structs, overrides the global host / service check timeouts. (#525)
25+
26+
#### Bugfixes:
27+
- fix memory corruption in `mkstr` caused by integer overflow (#527)
28+
1929
### 1.5.0 - Feb 03 2026
2030
#### Breaking changes:
2131
- Due to object structure changes, it is recommended to recompile any NEB modules
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Release 1.5.1"
3+
date: 2026-03-19
4+
layout: news
5+
prev:
6+
text: 'News'
7+
link: '/news/'
8+
next: false
9+
editLink: false
10+
---
11+
12+
Today we released the version 1.5.1 of naemon-core and naemon-livestatus. This release
13+
contains performance improvements and some bugfixes as listed in detail on the changelog
14+
page.
15+
16+
Head on to [the download section](/download) or check out the [changelog](/documentation/usersguide/whatsnew.html) for
17+
a detailed list of changes.

0 commit comments

Comments
 (0)