From fbf20beaa0ae8e4b90cb107d05656272e912ef9a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 10 Jan 2026 13:39:04 +0100 Subject: [PATCH] Version 5.37.0 --- IDMETA | 2 +- NEWS | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/IDMETA b/IDMETA index f8d1636d..15f3ea8e 100755 --- a/IDMETA +++ b/IDMETA @@ -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 diff --git a/NEWS b/NEWS index dbf3f99b..4190793a 100644 --- a/NEWS +++ b/NEWS @@ -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`.