From e7b79b82dacb0a575ee0a5068cfedef495263fa5 Mon Sep 17 00:00:00 2001 From: nook24 Date: Mon, 18 May 2026 14:55:09 +0000 Subject: [PATCH] Release Naemon core v1.5.2 --- src/.env | 4 ++-- src/documentation/usersguide/whatsnew.md | 4 ++++ src/news/2026-05-18-release-1.5.2.md | 17 +++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 src/news/2026-05-18-release-1.5.2.md diff --git a/src/.env b/src/.env index 41a5396..7ec9c17 100644 --- a/src/.env +++ b/src/.env @@ -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 diff --git a/src/documentation/usersguide/whatsnew.md b/src/documentation/usersguide/whatsnew.md index 21821a7..46bd154 100644 --- a/src/documentation/usersguide/whatsnew.md +++ b/src/documentation/usersguide/whatsnew.md @@ -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 diff --git a/src/news/2026-05-18-release-1.5.2.md b/src/news/2026-05-18-release-1.5.2.md new file mode 100644 index 0000000..345f691 --- /dev/null +++ b/src/news/2026-05-18-release-1.5.2.md @@ -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. +