Releases: indexdata/yaz
v5.34.2
What's Changed
- Remove outdated distros: Debian Stretch and Ubuntu Trusty by @jakub-id in #114
- Update docs re compilation on macOS by @jakub-id in #116
- More updates on macOS by @jakub-id in #117
- LICENSE: Update to match Index Data's online Revised BSD license by @hughmcmaster in #115
- Vscode XML editor settings by @jakub-id in #118
- Typos, long lines by @jakub-id in #119
- Add libssl-dev to Build-Depends by @jakub-id in #122
- Disable LTO when building under Debian/Ubuntu by @jakub-id in #124
- Build for Centos 9 Stream by @jakub-id in #126
- Fix spec for centos7 by @jakub-id in #128
- YAZ 5.34.1 breaks search with OCLC's "Sisis InfoGuide" origin by @jakub-id in #129
Full Changelog: v5.34.1...v5.34.2
v5.34.1
v5.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
v5.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'.
v5.32.0
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
v5.31.0
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
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
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.