X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=1706ffc6f95e56a7c5bc94e08ce22dc68effaf7a;hb=ad66342a43af360062a0ab12b351676828055b35;hp=52da69b9ed2181971be4656846e18dbfb804f3db;hpb=b51db7b9db7ca8f8871f91f90683cd03c88bb4ea;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 52da69b..1706ffc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,13 +2,42 @@ Possible compatibility problems with earlier versions marked with '*'. --- 1.8.5 2002/XX/XX +New YAZ client features: Command completion and new commands: +push_command, set_apdufile, set_marcdump, set_cclfields, register_oid. +Code provided by Jacob Poulsen. + +New call oid_trav, that visits all registered OIDs via callback. + +Function ZOOM_record_get now returns const char pointer rather than +void pointer. It saves a lot of type casts. + +For YAZ client, command "auth" now allows you to set authentication +in IdPass style. It is enabled when three tokens are given - order +is user, group and password. + +Fix memory leaks in MARC record handling for ZOOM. + +New option for YAZ client, -k that sets +maximum record size. Similar to -k option for generic frontend +server and yaz-ztest. + +More fixes for scan. Non-zero stepSize handled. OID's fixes. + +Prefix query parser reports "fail" when bad attribute set is given. + +Fix in MARC decoder. Proximity logging. Fix for attribute set +in scan handler for server. Patches by Shigeru Ishida. + +SSL/COMSTACK updates. cs_rcvconnect completes SSL handshake. ZOOM +works with SSL. + Configure option --with-openssl= now works when a directory is specified. Patch provided by Morten Bøgeskov. New option for YAZ client, -u , that sets authentication. -ZOOM fix: error information only cleared for Bib-diagnostics (not -fatal errors, like connection failed, etc). +ZOOM fix: error information was sometimes "missing", since error +was cleared/reset too when it shouldn't. ZOOM_record_get returns ISO2709 buffer when "raw" is given.