From 3e053e2a2c83293db7167f336940fec51f32fed7 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Tue, 5 Nov 2024 13:13:24 -0800 Subject: [PATCH] Preparing for version 0.103 --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ libisns.pc | 2 +- meson.build | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a3e5c4..8eb9e7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +* Changes v0.102 to v0.103: + +Chris Leech (14): + logging: fix segfault on an underflow with an input string of all newlines + isns_proxy_free: fix free call on strdup string + libisns: fix print_size overrun + db mkdir: leak of strdup memory + isns_create_getnnext_response: resource leak + refresh_registration: resource leak + rebuild_proxy_list: move def inside loop to make lifetime clear to static checkers + register_exported_objects: move call definition insize loop + isns_msg_complete: msg_buf resource leak + isns_get_address: free addrinfo on error + rebuild_proxy_list: free proxy on error + isnsadm: free qry in error paths + isnsadm: free simp in list_objects + isnsadm: more memleaks in error handling paths + +Lee Duncan (8): + Quiet a commpiler warning. + Testing: remove deprecated perl testing code + Remove last remnants of the old Make/configure bulid system + Disable broken memory debugging + Update HACKING file with memory debuging update + Remove old stale TODO item + Update the git ignore list for meson + Testing: update testing system + +客串一回 (1): + Fix the bug in compare value + + * Changes v0.101 to v0.102: Andrew Sayers (1): diff --git a/libisns.pc b/libisns.pc index d78af44..ffb52ee 100644 --- a/libisns.pc +++ b/libisns.pc @@ -2,7 +2,7 @@ includedir=/usr/include libdir=/usr/lib64 Name: libisns -Version: 0.102 +Version: 0.103 Description: iSNS user space library Libs: -L${libdir} -lisns Cflags: -I${includedir} diff --git a/meson.build b/meson.build index 2fc1eb3..7ec6ee7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # meson build for open-isns project('libisns', 'c', - version: '0.102', + version: '0.103', meson_version: '>= 0.54.0', license: 'LGPL-2.1-or-later', default_options: [