Added new member to statserver_options_block, pre_init, which
[yaz-moved-to-github.git] / CHANGELOG
index 8395d13..13e178e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
 Possible compatibility problems with earlier versions marked with '*'.
 
---- XXXXX
+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.
 
 
 Revised the CCL parser utility to be thread safe.
 
@@ -12,7 +16,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
 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.
 
 Added NT Services interface for the the Z39.50 (statserv) Server. 
 Refer to the ztest.c source on the usage.