Lars Vogdt 2020-03-14 11:34:27 +00:00 committed by Git OBS Bridge
parent eb872d3488
commit c7d66ea6a7

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sat Mar 14 11:25:11 UTC 2020 - lars@linux-schulserver.de
- Update to 5.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 director YAZ-926
+ Add pkg-config templates for YAZ ICU and YAZ server YAZ-925
5.28.0 2019/11/28
+ 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
5.27.2 2019/10/07
+ 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
5.27.1 2018/12/03
+ Use pkg-config to detect ICU . Closes #41
+ Describe ZOOM option timeout
+ Fix typos in yaz-client man page and other typos
5.27.0 2018/10/08
+ GFS: Allow External type TaskPackage response YAZ-915
+ zoomsh: fset command YAZ-916
+ Improve logging of extended service task type YAZ-914
+ yaz-client: document the third arg to the show command #37
5.26.1 2018/07/11
+ Fix segv with element-set=null and split YAZ-913
5.26.0 2018/07/09
+ Allow suffix split for retrieval element-set names YAZ-912
+ cql2ccl: case sensitive comparisons for ops etc YAZ-911
5.25.0 2018/05/04
+ 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.
5.24.0 2018/04/25
+ 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
5.23.1 2017/09/04
+ Fix Omitted Content-Length not handled anymore YAZ-894
This issue was introduced by work in YAZ-878 YAZ Version 5.20.0.
5.23.0 2017/08/04
+ Allow for more Solr URL schemas YAZ-893
If the Solr URL contains ? it will be treated as a URL that
includes request handler rather than hard-coded /select. For example
/solr/search? . You can also pass own arguments. For example
/solr/search?foo=bar .
- removed upstreamed patches:
+ yaz-5.22.0-codecleanup.patch
+ yaz-5.22.0-client.patch
-------------------------------------------------------------------
Mon Jul 3 15:56:11 UTC 2017 - lars@linux-schulserver.de