X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=2cd2920329accf4295c5c1952d33d043e247416d;hp=840de9de8e68215f30e5e2c6cb5cc272fc6920ed;hb=dd307c65deac044b20c13e99aad2de0d8608a8b7;hpb=16ca5674650eb3a7e0cc4bb8bd0fd66057bffe1e diff --git a/CHANGELOG b/CHANGELOG index 840de9d..2cd2920 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,33 @@ Possible compatibility problems with earlier versions marked with '*'. ---- XXXXX +* 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. + +Added function, oid_ent_to_oid, to replace the function +oid_getoidbyent, which is not thread safe. * Added nmem_init and nmem_exit to initialize and release 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.