X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG;h=700d2498ae1ae85614551d938b9ec0d49886a945;hb=1aef484f50fc535620d43dab81584432115681b2;hp=500937b67c1c1cdfdf73c386df369a249c77b915;hpb=16a55fae225f0d7597bf91b3fce7190bc87b9314;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 500937b..700d249 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,21 @@ Possible compatibility problems with earlier versions marked with '*'. ---- XXXXXX XXXX/XX/X +--- 1.0pl3 1996/1/2 + +Various changes to retrieval module. + +Changed the union discriminators of the protocol files from enums to +ints paired with #defines. + +*Changed oident.class to oident.oclass to avoid a reserved word in C++ + compilers. + +*Changed operator in the RPN structure to 'roperator', again to avoid a + conflict with C++. + +Fixed problems in Explain decoders/encoders. + +--- 1.0pl2 1995/12/6 Memory bug in log module fixed.