X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=63ffe489a60bbae6c28c401cf456934006508861;hp=73db505d33be9ad9fd2b321348cebb414f6400f6;hb=506058d7a9f17fcc88f899d92476fe59cc09bdfb;hpb=2725f6883ebf5be89639b28969b05b4d203da802 diff --git a/CHANGELOG b/CHANGELOG index 73db505..63ffe48 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,65 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 1.8.5 2002/XX/XX + +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 was sometimes "missing", since error +was cleared/reset too when it shouldn't. + +ZOOM_record_get returns ISO2709 buffer when "raw" is given. + +--- 1.8.4 2002/01/04 + +Scan for ZOOM API. New object ZOOM_scanset. New functions +ZOOM_connection_scan, ZOOM_scanset_size, ZOOM_scanset_term and +ZOOM_scanset_destroy. + +New ZOOM function, ZOOM_connection_last_event, that returns type +of last event (such as "receive data", "send data", "apdu received", +etc. + +New ZOOM option, schema, that specifies shema OID for retrieval. + +New CCL feature. Qualifiers can be aliases for one or more +other qualifiers (if more than one is given, OR is used). + +ZOOM uses named result sets if target supports it. + +Two new YAZ client commands: . (dot, which sources a script of YAZ +client commands), and ! (to execute shell command.). Implemented +by Jacob Poulsen. + +Working on Debian packages. + --- 1.8.3 2001/11/19 YAZ client enables named result sets only if target supports it.