X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=63ffe489a60bbae6c28c401cf456934006508861;hp=ab789fab3baec6870e6ef51a7375dc93e7a2fdfa;hb=506058d7a9f17fcc88f899d92476fe59cc09bdfb;hpb=a57b3c893b5eac42f8351f39331c7188e3abcd99 diff --git a/CHANGELOG b/CHANGELOG index ab789fa..63ffe48 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,25 @@ 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. @@ -13,8 +32,8 @@ specified. Patch provided by Morten B 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.