X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=dc0947ce08d1533df91e75f814bc817cbcb3565f;hb=92887fb8af4d8697f6569d6a6756860fea5f4b84;hp=d7331c2ed46809b7151db2a4f1fe7148c0cf0cfa;hpb=ccb068efa655ace7835a122c1226356f2f933992;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index d7331c2..dc0947c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,20 @@ Possible compatibility problems with earlier versions marked with '*'. +YAZ ASN.1 compiler renamed from yaz-comp to yaz-asncomp + +New ODR utility, odr_getelement, which returns name of element for +which encoding/decoding failed. + +Fixed ODR so that it returns error code OREQUIRED rather than ONONE +in cases where a required element was omitted. + +Bug fix: some MARC8 sequences were not converted. + New ZOOM option "step" which specifies number of records to be retrieved in one chunk. Used in conjunction with "start" and "count". -SRW support for yaz-client. +SRW support for yaz-client. Use scheme http: to use it, e.g. + http://host:port/db yaz-client no longer does (un)intelligent character set conversions by default. Can be enabled with charset and marc_charset commands. @@ -12,6 +23,15 @@ xmalloc trace fix for 64-bit systems such as DEC alpha. Solaris 2.6 compile fix. +New function, cql_strerror() translates SRW error codes, as returned +by cql_transform_error(), into human-readable English strings. Used +in yaz-client diagnostics when appropriate. + +New CQL2RPN query-type for the command-line yaz-client, parses CQL and +converts it into a type-1 query which is sent to the server. This +makes CQL available for use with all Z-servers, as opposed to the tiny +minority that can handle CQL queries themselves. + --- 2.0.2 2003/04/28 New Debian package layout similar to the Redhat Package layout.