From: Sebastian Hammer Date: Thu, 2 Oct 1997 12:09:05 +0000 (+0000) Subject: CHanged date X-Git-Tag: YAZ.1.8~575 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=79071b9f48a74b3cf2894dbe5430729bad25055d CHanged date --- diff --git a/CHANGELOG b/CHANGELOG index 8395d13..7d77a87 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Possible compatibility problems with earlier versions marked with '*'. ---- XXXXX +--- 1.4 1997/10/2 Revised the CCL parser utility to be thread safe. @@ -12,7 +12,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.