Skip to content
Merged
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
2 changes: 1 addition & 1 deletion IDMETA
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEBIAN_DIST="bullseye bookworm trixie"
UBUNTU_DIST="focal jammy noble"
CENTOS_DIST="centos7 centos8 centos9 centos10"
VERSION=5.36.0
VERSION=5.37.0
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
--- 5.37.0 2026/01/10

Fix SIGUSR handling in daemon.

Add `nmem_printf` defined in `nmem.h`.

Avoid use of `sprintf`.

Package for CentOS stream 10.

--- 5.36.0 2026/01/06

Add `nmem_from_xml_buffer` defined in `nmem_xml.h`.
Expand Down