X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=e94a83e6ca7c93e7b3e316254e94c3b8d177bcec;hb=b9c0fc716a11606031639afe1e3ba6c420ba1035;hp=bdcb67d82e88d2440b1e184aab9b9666ee996f7f;hpb=e5324215018e129dd19734acd0e683e5af748423;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index bdcb67d..e94a83e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,15 @@ Possible compatibility problems with earlier versions marked with '*'. +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. -* Changed member names "and", "or" and "and_not" in struct Z_Operator -to "op_and", "op_or" and "op_and_not" to avoid conflict with C++. +* 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.