Skip to content
Open
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
4 changes: 2 additions & 2 deletions src/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VITE_RELEASE_VERSION=1.5.1
VITE_RELEASE_DATE=19 Mar 2026
VITE_RELEASE_VERSION=1.5.2
VITE_RELEASE_DATE=18 May 2026
4 changes: 4 additions & 0 deletions src/documentation/usersguide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ See upcoming changes from the next version on [Github](https://github.com/naemon

## Changelog

### 1.5.2 - May 18 2026
#### Bugfixes:
- Discarded-qualifiers errors in string searching functions (#531)

### 1.5.1 - Mar 19 2026
#### Breaking changes:
- Due to object structure changes, it is recommended to recompile any NEB modules
Expand Down
17 changes: 17 additions & 0 deletions src/news/2026-05-18-release-1.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Release 1.5.2"
date: 2026-05-18
layout: news
prev:
text: 'News'
link: '/news/'
next: false
editLink: false
---

Today we released the version 1.5.2 of naemon-core. This release
contains a bugfix to build Naemon on newer GCC versions such as Ubuntu 26.04 use.

Head on to [the download section](/download) or check out the [changelog](/documentation/usersguide/whatsnew.html) for
a detailed list of changes.