X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=1706ffc6f95e56a7c5bc94e08ce22dc68effaf7a;hb=ad66342a43af360062a0ab12b351676828055b35;hp=78acb574a89c8187f6b9fa276acf9e16b97c68f4;hpb=08e079756cdb1cd5da5779e1833b6065d07292d3;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 78acb57..1706ffc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,12 @@ 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.