X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=6fab555dcec402d2c0fd61c397baff2d4cad5826;hb=484e85dc68452b84d36770c1dc6801632dd75c45;hp=03b3dabe0e59ea09e9880c0300738fc9649d7310;hpb=35288d484fe640629398ac8e0c937ced92c75ae0;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 03b3dab..6fab555 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,32 @@ Possible compatibility problems with earlier versions marked with '*'. +Added Segment handlers for backend server. + +Added Zmbol/Zebra administrative functions to YAZ client. + +Added multi threading for frontend server when POSIX Threads are available. +Starting the server with option -T enables multi-threading. + +--- 1.6 2000/03/03 + +Added configure option --enable-comp/disable-comp to control use +of YAZ ASN.1 compiler. Use --disable-comp to use the old *coders +located in sub directory asn. + +YAZ ASN.1 compiler renamed to yaz-comp in sub directory. It's installed +in ${exec_prefix}/bin along with the other programs yaz-client and +yaz-ztest. + +GNU automake used to maintain makefiles. + +Added several OID's. + +Changed retrieval module so that we can load records with no abstract +syntax defined. Tagpaths in these records are fully composed of string +tags. + +Implemented ISO ILL protocol. Refer to stuff in sub directory ill. + --- 1.5 1999/12/10 On UNIX, the generated makefile now supports a proper 'make install'.