Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: indexdata/yaz

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'.

v5.32.0

30 May 13:56

Choose a tag to compare

Upgrade configure.ac to version 2.69. Avoid obsolete macros.

backtrace: allow gdb to operate on this process.

backtrace: hard exit if backtrace hangs.

yaz-marcdump: limit, offset options. Limit(-L), offset(-O) allows records in range to be processed.

v5.31.1

19 Dec 11:07

Choose a tag to compare

Fixed #61: yaz-url redirect segfault in case of redirect host failure.

Update yaz_encode_uri_component for RFC3986. Previous implementation based
on RFC2396.