Skip to content

Commit

Permalink
Preparing for version 0.103
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzoleeman committed Nov 5, 2024
1 parent f2f335b commit 3e053e2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion libisns.pc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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: [
Expand Down

0 comments on commit 3e053e2

Please sign in to comment.