X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=c2f90be2a86fc53ecc7c2293c50835f0884fd772;hp=6481b8580b68bfb90083eac6a891645830be5c96;hb=29c7ed2c90cd7aa5b69ec785c618b260f9525b1b;hpb=6164387805efc64a201204fa81e531a201d77014 diff --git a/CHANGELOG b/CHANGELOG index 6481b85..c2f90be 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,62 @@ Possible compatibility problems with earlier versions marked with '*'. --- (IN PROGRESS) +Incorporate patch by Morten Bogeskov which allows a Unix file socket +server to specify uid/gid/mask for socket using the format + unix:[user=uid,][group=gid,][umask=mask,]file=path +If file= is omitted the existing format is assumed, e.g. + unix:path +in which case the mask is 0666 (rw for everybody). + +Major restructure of YAZ source. All source in libyaz is in src directory. +Programs in client (yaz-client), ztest (yaz-ztest), zoom (zoom programs), +util (utility programs such as ASN.1 compiler, yaz-marcdump). + +Added man page for utility yaz-marcdump (used to be called marcdump). +yaz-marcdump is installed by 'make install'. + +Fixed a memory leak in Generic Frontend Server that occurred when decoding +of incoming package failed. + +Fixed a potential DOS attack vulnerability in COMSTACK/ODR. + +Change prototype of odr_perror: add const to message string. + +New function yaz_log_reopen which reopens log file (for log rotate, etc.) + +* Blocking parameter for COMSTACK cs_create is now a bit mask rather +than a blocking flag. Bit 0 is set for blocking, reset for non-blocking. +Bit 1 is set if cs_addrstr should avoid DNS lookup; reset for full +DNS lookup. There should not be any compatibility problems with this +assuming that blocking=1 or 0 is used. + +Fix bad reference in UNIX comstack in function cs_addrstr. + +Fix for compilation on AIX. + +The generic front-end server (server/seshigh.c) now supports returning +Init diagnostics to the client in User-information-field, in +accordance with Z35.90 Implementor Agreement 5 (Returning diagnostics +in an InitResponse) + +--- 2.0.4 2003/09/04 + +Allow any CQL relation (not just all,any,exact,scr). + +Fixes for OCLC UI ASN.1 to make it work with SilverPlatter targets +that features the same UI. + +Implemented command update0 in YAZ client which is equivalent to +update but uses old of Ext Update ASN.1. + +Use OID 1.2.840.10003.15.1000.81.1 for privately defined charsets +in charset negotiation. Added VAL_ID_CHARSET in oid.h. +Previously no OID was used for this info. + +ZOOM uses smallSetUpperBound=1 instead of 0 for piggyback searches. +It apparantely upsets EBSCO Publishing IR Z39.50 Server which +returns 'malformed search term' otherwise. + SortResponse member resultCount now set to NULL in sort handler of frontend server.