Skip to content

Commit

Permalink
Version 5.34.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Feb 17, 2025
1 parent e571f22 commit 585e5d0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IDMETA
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEBIAN_DIST="bookworm bullseye"
UBUNTU_DIST="noble jammy focal"
CENTOS_DIST="centos7 centos8 centos9"
VERSION=5.34.3
VERSION=5.34.4
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
--- 5.34.4 2025/02/17

Fix warn_unused_result warnings produced by gcc/clang #142

Avoid xmlSAXUserParseFile #140

Fix compilation with c17 c23 #133
Most importanty set _POSIX_C_SOURCE to ensure certain
calls, fdopen, strerror_r are available.
C23 now regards `bool` as keyword, so avoid using
`bool` for function name.

Allow spaces for auth strings in yaz-client #101

Fix malformed XML generated from malformed marc #100

Avoid urbk_safeClone; Use ubrk_clone instead #98

--- 5.34.3 2025/01/07

Build fix: yaz-icu 5.34.2 fails to compile with icu 76.1 #131
Expand Down

0 comments on commit 585e5d0

Please sign in to comment.