Releases: indexdata/yaz
v5.30.0
Extend the record conversion routines to handle OPAC encoding
with outputcharset and leaderspec. Example rule:
<retrieval syntax="opac" name="OP2">
<backend syntax="opac" name="F">
<marc leaderspec="9=' '" inputformat="marc" outputformat="marcxml"
inputcharset="utf-8" outputcharset="marc-8"/>
</backend>
</retrieval>
For this to work yaz_record_get_output_charset
is defined. YAZ-927
v5.29.0
Several fixes for danmarc(2) charset encoding and decoding. YAZ-923 YAZ-924
Fix yaz-marcdump silently creates MARC-records with an invalid directory YAZ-926
Add pkg-config templates for YAZ ICU and YAZ server YAZ-925
v5.28.0
Element-set is case sensitive for yaz_retrieval. The element-set
name should be case insensitive, and thus, the name property
is matched in a case-insensive mannner. YAZ-922
v5.27.2
Fix hitting directory for docpath results in malloc failure YAZ-921
Fix attempt to write HTTP to a non-listening socket loops YAZ-919
Fix yaz-ztest SSL does not work when forking YAZ-918
v5.27.1
v5.27.0
-
GFS: Allow External type TaskPackage response YAZ-915 . This allows any type of Extended Service response (beyond the existing task packages)
-
zoomsh: fset command YAZ-916 . Sets option to value that is contents of file.
-
Improve logging of extended service task type YAZ-914
-
yaz-client: document the third arg to the show command #37
v5.26.1
- Fix segv with element-set=null and split YAZ-913 . This is only pertains to the retrieval facililty of YAZ.
v5.26.0
Allow suffix split for retrieval element-set names YAZ-912
cql2ccl: case sensitive comparisons for ops etc YAZ-911
v5.25.0
ZOOM C: return extended services diagnostics separately YAZ-908
The diagnostic code and additional info is saved in options
esError and esAddinfo respectively - as part of the ZOOM package.
v5.24.0
New option for ZOOM C' record update: recordIdString (the string
variant of recordId). Until now only recordIdNumber and recordIdOpaque
was possible. YAZ-907
Update for Visual Studio 2017. Bundle runtime from that compiler. YAZ-905
yaz FTCBFS: uses the build architecture pkg-config YAZ-897