- 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