X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG;h=40ae8f7ce100d518d87357ee396f0f1d2d7202d0;hb=70f0ff9bf920e65b47211fd88f409e2b1a2b8e43;hp=bac1203cdd24c99809aa9502f176c7f41e88066e;hpb=93d0e8388bf22b6da2a9c2d7eb3d6df58cbe8344;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index bac1203..40ae8f7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,25 @@ Possible compatibility problems with earlier versions marked with '*'. +Config file yaz-config now accepts options so that it returns specific +compile settings, etc. Thanks to Morten Bøgeskov + +Shared library support for UNIX using GNU libtool. + +* Modified backend interface. Request/Response struct's replaced by +one read/write C struct. For example bend_fetchrequest and +bend_fetchresult have been replaced by single bend_fetch_rr struct. +Every handler - even search has to be registered in bend_init +handler. This means that the YAZ library no longer refers to +external functions and it makes it possible to make the whole +thing a single DLL/SO. + +Added Segment handler for backend server. + +Added Zmbol/Zebra administrative functions to YAZ client. + +Threaded frontend server on UNIX (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