Changelog for
libyaz5-5.34.1-149.9.x86_64.rpm :
* Wed Jun 19 2024 Dirk Müller
- update to 5.34.1:
* Build: fix implicit atoi/stdlib includes (libxml >2.12) #104
* Build: fix libxml2 2.13 reorganizing headers #102
* Build: fix always true pointer checks #108
* Build: update m4 to fix cross-builds
* Sat Jan 21 2023 Dirk Müller - update to 5.34.0:
* 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
* utilities.
* Sun Dec 18 2022 Dirk Müller - update to 5.33.0:
* 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\'.
* Fix cross-compiling with pkg-config.
* Mon Aug 08 2022 Dirk Müller - update to 5.32.0:
* 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.
* Mon Jan 31 2022 Dominique Leuenberger - Drop baselibs.conf: no apparent reason detected why we need - 32bit libaries and devel packages. The previously existing package already was not installable, so defacto no loss.
* Fri Jan 21 2022 Avinesh Kumar - Update to version 5.31.1
* Fixed #61: yaz-url redirect segfault in case of redirect host failure.
* Update yaz_encode_uri_component for RFC3986. Previous implementation based on RFC2396.
* Mon Jun 07 2021 Jan Engelhardt - Drop --with-pic (no effect with --disable-static)
* Thu May 06 2021 Ferdinand Thiessen - Update to version 5.31.0
* Fixed yaz-marcdump: json input and leader at end undefined behavior.
* Enable xi:include processing for yaz_xml_include_glob and yaz_xml_include_simple
* Wed Aug 26 2020 Dirk Mueller - update to 5.30.3:
* Require getaddrinfo which has been available since 2003.
* Provide server host for SSL by using gnutls_server_name_set(3).
* Obey [host]:port notation for IPV6
* Wed May 06 2020 Paolo Stivanin - Update to 5.30.2:
* Extend the record conversion routines to handle OPAC encoding with outputcharset and leaderspec.
* Fix #54 in cql_strerror: incorrect call to yaz_diag_to_str YAZ-928.
* Partly 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.