Skip to content

Releases: indexdata/yaz

v5.34.2

19 Sep 15:43
Compare
Choose a tag to compare

What's Changed

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

v5.34.1

18 Jun 16:18
Compare
Choose a tag to compare

What's Changed

v5.34.0

12 Jan 12:25
Compare
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
Compare
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
Compare
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
Compare
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.

v5.31.0

27 Apr 13:47
Compare
Choose a tag to compare

Windows: nmake and NSIS updated for Visual Studio 2019, ICU 68. yaz-iconv and yaz-json-parse built on Windows.

Fixed #59 yaz-marcdump - json input and leader at end - undefined behavior.

Enable xi:include processing for yaz_xml_include_glob and yaz_xml_include_simple (used by Pazpar2).

makefile: Fix compilation for parallel builds.

v5.30.3

10 Jun 10:20
Compare
Choose a tag to compare

Require getaddrinfo which has been available since 2003.

Provide server host for SSL by using gnutls_server_name_set(3).
Thx to Guillaume Jactat.

Obey [host]:port notation for IPV6
https://tools.ietf.org/html/rfc3986#section-3.2.2

Minor fixes to 'make dist' handling. Thx to Hugh McMaster.

v5.30.2

13 Apr 10:00
Compare
Choose a tag to compare

artly revert UTF-8 records returned by yaz-ztest (introduced in 5.30.0)
Fixes pazpar2 tests that relies on specific records being returned.

Increase a few buffers due to compiler warning
Buffers are involving %d-conversions.

No build directories in installed yaz-config
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955501

Various spell fixes for documentation.

v5.30.1

18 Mar 19:23
Compare
Choose a tag to compare
  • Document leader_spec for retrieval facility.

  • Fix #54 in cql_strerror: incorrect call to yaz_diag_to_str YAZ-928.
    This issue was introduced in 5.28.0.