File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11VITE_RELEASE_VERSION = 1.5.0
2- VITE_RELEASE_DATE = 03 Feb 2026
2+ VITE_RELEASE_DATE = 19 Mar 2026
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ apt-get install vim git build-essential make devscripts dialog osc
23231 . 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments