- 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.
OBS-URL: https://build.opensuse.org/request/show/800611
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=116
+ rdf-lookup: Add timeout configuration option YAZ-891
Add yaz_url_set_timeout
+ rdf-lookup: report error if X-Path cannot be compiled YAZ-890
+ rdf-lookup: avoid double dash in generated XML comments
+ rdf-lookup: fix misleading log on rdf-failures YAZ-884
+ Add documentation for <param> tag in xslt retrieval facility doc
+ comstack: Fix compilation error if getaddrinfo does not exist
+ yaz-url: ignore content-length for HTTP method HEAD YAZ-878
+ retrieval: fix incorrect backend schema YAZ-877
+ record_conv: allow HTTP method to be set for authority lookup
+ record_conv: change error for unsupported backend element
+ New type, rdf-lookup, for record conversion system (retrieval)
+ Fix yaz_url_exec sending same uri for 2nd call
+ cql2pqf: relation modifiers with name and value are converted
to proximity with unit=element. Left operand is the the primary
index and term. Right operand is attribute index-name mapping of name
and value being the relation modifier value. For example,
dc.title =/dc.language=dk kirke
could be mapped to
@prox 0 0 0 0 k 8 @attr 1=4 "kirke" @attr 1=54 dk
+ Add ProximityUnit map to/from string utility
+ New functions z_ProxUnit_to_str and z_str_to_ProxUnit.
+ Allow multi-byte indicators for MARC subsystem
+ JSON: to the spec check of number
+ JSON: strict \uxxxx sequence
+ JSON: fail for nesting more than 1000 levels
+ JSON: distinguish between EOF and error
+ CCL: fix r=o, r=r WRT inherited attributes YAZ-864
+ ZOOM C: tweak when connection failed is returned
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=100
+ record conv: 'select' return org record if no x-path match YAZ-814
+ retrieval: pick matched element-set rule YAZ-813
+ Fix crash in record conv rule 'select' YAZ-812
+ record_conv: selection by X-Path YAZ-811
That's a new step in record conversion system (<select path=".."/>)
+ Document record render parameters for ZOOM - including base64
+ Fix application/x-www-form-urlencoded + empty YAZ-810
A SEGV occurred if Content-Type was "application/x-www-form-urlencoded"
and empty content was supplied.
+ Fix yaz-iconv man page for typos and incorrect example. YAZ-809
+ Fail hard if Bison is not found and is needed YAZ-808
+ Enable YAZ backtrace for programs YAZ-802
+ Fix daemon: parent process stops before child YAZ-806
Try to fix the situation where parent process stops before
child has acknowledged it .. SIGUSR2 back!
+ daemon: log message when keepalive stops.
- rename libpackage to libyaz5 to follow library naming
- small specfile cleanup
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=98
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
...updated and package rename to follow the packaging standard...
- update to 4.2.14:
+ New ZOOM utility ZOOM_query_sortby2
+ New functions yaz_sort_spec_to_{cql,type7}
+ rpn2solr supports Z39.58 truncation (104)
+ yaz-client: allow scanpos of "none"
+ cql2pqf: refactor truncation handling and fix Z39.58 mode
+ CQL/CCL/PQF conversion fixes. CCL support for Z39.58 trunc
+ cql2ccl: term code for all/any sequences as well
+ cql2ccl: fix handling of \\
+ for more Information, see
/usr/share/doc/packages/yaz/ChangeLog
- rename libyaz to libyaz4 to follow shared library packaging
standard - and move problematic files to the yaz main package
OBS-URL: https://build.opensuse.org/request/show/81825
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=13