X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=a7897d1638328d42911f12fa5b5239994900b82a;hp=8794fbc18fee7092c28878b6938de3146b7aa76e;hb=59526fbbf2e3b54ce94b3e79e6c7fef9e4f456fb;hpb=663704d5e3532c523d5401b2ce8c4d34a3d0cd17 diff --git a/CHANGELOG b/CHANGELOG index 8794fbc..a7897d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,21 @@ Possible compatibility problems with earlier versions marked with '*'. +CCL trunction character may be defined (@truncation in file) + +* function zget_ExtendedServicesRequest sets waitAction to + waitIfPossible (was wait). + +Added cs_set_blocking to set change blocking mode of a COMSTACK. Thanks +to Matthew Carey. + +CCL operator names may be set in field definition files (CCL_bibset). +See ccl/bib1 for an example. + +Fixes in ASN.1 compiler for C++ compatibility. + +* Renamed members "and" and "or" in struct Z_Operator to "op_and" +and "op_or" to avoid conflict with C++. + Fixed problem with GNU readline detection on Redhat 7.0. Added step-size for Scan backend handler.