X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=a40167c077cc487750d3b62512565b3b1a44e8bf;hp=8fec5426746a8865c6c7b932d5847028e3123569;hb=db40cd121fcb1e7a2d25a350ce683cbe8b4687b6;hpb=796a205f03250e4ed1eb4986f3e7a0feb36dd2bb diff --git a/NEWS b/NEWS index 8fec542..a40167c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +--- 4.2.8 2011/08/11 + +New utility to get web content. Header is url.h. A command line tool +yaz-url is part of the distribution and packages. + +Fixes for SSL COMSTACK (when gnutls is in use). + +New functions yaz_base64{encode,decode}. Header is base64.h. + +--- 4.2.7 2011/08/03 + +ZOOM C includes HTTP response buffer as additional info if it fails +to decode the SRU response. + +Make wrbuf_json_puts available. + +--- 4.2.6 2011/07/28 + +zoom: throw diagnostic for invalid value for option "sru". Before a +bad SRU request was sent. + +Adding new utility wrbuf_vp_puts. + +Add cclxmlconfig.obj to win/makefile. It was missing completely. + --- 4.2.5 2011/07/21 ZOOM HTTP: use absoluteURI's in proxy mode as required by RFC 2616 (HTTP).