Skip to content

Releases: indexdata/yaz

v5.37.0

10 Jan 13:08

Choose a tag to compare

  • Fix SIGUSR handling in daemon.

  • Add nmem_printf defined in nmem.h.

  • Avoid use of sprintf.

  • Package for CentOS stream 10.

v5.36.0

06 Jan 20:30

Choose a tag to compare

  • Add nmem_from_xml_buffer defined in nmem_xml.h.

  • Avoid using deprecated Libxml2 xmlBuffer members use and content.

  • Fix musl - expose gethostbyaddr with _GNU_SOURCE.

v5.35.1

21 May 14:30

Choose a tag to compare

  • daemon keepalive: fix waitpid EINTR handling. This is an old error,
    but only seen recently when waitpid started to return EINTR.

v5.35.0

06 May 11:21

Choose a tag to compare

  • Disable HTTP chunked when encoding HTTP messages. YAZ always sets Content-Length for encoded messages; therefore, the Transfer-Encoding should be skipped.

  • Windows build: ICU 76.1, VS 2022

  • New CQL utilities: cql_transform_define_{fname, FILE}

v5.34.4

17 Feb 19:39

Choose a tag to compare

  • 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

v5.34.3

07 Jan 17:19

Choose a tag to compare

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

v5.34.2

19 Sep 15:43

Choose a tag to compare

What's Changed

Full Changelog: v5.34.1...v5.34.2

v5.34.1

18 Jun 16:18

Choose a tag to compare

What's Changed

v5.34.0

12 Jan 12:25

Choose a tag to compare

Fixes to Solr response decoding.

Fix compilation with Visual Studio Failed for YAZ 5.33.0.

JSON pretty-printed same way as jq for yaz-json-parse and yaz-marcdump

v5.33.0

14 Dec 12:26

Choose a tag to compare

yaz-marcdump: SAX based MARCXML parsing. This is about 3 times faster than before.

yaz-marcdump: new option -r prints summary of number of records processed.

Document ZOOM option 'rpnCharset'.