X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=8395d138ad6accead602d178fda381b5439df71b;hp=840de9de8e68215f30e5e2c6cb5cc272fc6920ed;hb=79bf9f1b8b224b6b7323b280fca704591ac17324;hpb=18cc954000e6b33d2316faea946f0576602b60f3 diff --git a/CHANGELOG b/CHANGELOG index 840de9d..8395d13 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,11 @@ Possible compatibility problems with earlier versions marked with '*'. --- XXXXX +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