X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=71cce4304ed7bdcf40ce6b0331fe01e89fc0c772;hb=4090fc5c7b77769020633d09cf63b325aceaf49a;hp=8395d138ad6accead602d178fda381b5439df71b;hpb=79bf9f1b8b224b6b7323b280fca704591ac17324;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 8395d13..71cce43 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,30 @@ Possible compatibility problems with earlier versions marked with '*'. ---- XXXXX +Fixed bug in plain SGML reader in function data1_read_node: +tags with prefix "var" was incorrectly interpreted as variants. + +Added feature "sub-schemas" to enable references to - and definitions +of - group of elements. + +* Removed member parent from type data1_element (in data1.h). + +Implemented function odr_nullval() that returns the value of +ODR_NULLVAL. + +* Removed member num_children from data1_node (in data1.h). + +Made NT service interface part of the server library. The +function statserv_main uses the NT service when required and +calls the statserv_start / statserv_close routines. + +Routine zget_SearchRequest fills resultSetName member with "default" +instead of "Default". + +Fixed memory leak in server. Request queue member wasn't freed. + +Fixed nmem_exit so that memory is freed. + +--- 1.4 1997/10/2 Revised the CCL parser utility to be thread safe. @@ -12,7 +36,8 @@ NMEM resources. Function nmem_init should be called once in the initial thread before NMEM/ODR is used. statserv.c and client.c have been changed accordingly. The change was necessary to make NMEM thread safe. The NMEM memory pool is shared amongst threads -in a process. +in a process. Unix-based applications will still work fine without +calling this. Added NT Services interface for the the Z39.50 (statserv) Server. Refer to the ztest.c source on the usage.