X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=cc05b453c92d025d097da59f9093e7267da6f39a;hb=f62a2f5d68717e0eca21dbb60d1cb5afe943d666;hp=263581580f2ee749927b89352cdfef1a2168e07c;hpb=63af8d32cee5cb5222e22ed64d4752093a8b8d4a;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 2635815..cc05b45 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,26 @@ Possible compatibility problems with earlier versions marked with '*'. --- XXXXX +Added definitions to the OID database (util/oid.c) (RVDM). + +Added new BIB-1 diagnostic messages to the handler diagbib1_str. + +Added call to ccl_rpn_delete in client program. + +Added ODR argument to ccl_rpn_query and ccl_scan_query to provide +release of RPN structure. + +Added support for C++, headers uses extern "C" for public definitions. +With input from RVDM. + +In handling of SEQUENCE OF: Counter set to zero when SEQUENCE OF is absent. +Thanks to Ronald van der Meer (RVDM). + +Added initializers (zget_ routines) for a number of PDUs. Thanks to RVDM. + +Added support for private extensions to the OID database +(oid_setprivateoids()). Thanks to RVDM. + Added optional, physical ANY (key replication) Fixed null-reference problem in GRS-1 output filter.