X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=a3c643583c39d3dbc790fc731537a487379f05fa;hb=049669818c2933243d5a578e4111b75278b77407;hp=2a78290f8698ebee2cc586f5b2e99df0ea7121c6;hpb=9c155bdee8a61ed559b197bc0b2bf8c38caf9264;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 2a78290..a3c6435 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +--- 5.5.1 2014/11/03 + +Fix cannot build YAZ on jessie : libgnutls-dev is gone YAZ-797 + +--- 5.5.0 2014/10/27 + +Extended comstack with outgoing IP YAZ-795. +For cs_create_host + cs_create_host_proxy the vhost may be followed +by a outgoing host/IP. Separator is blank. + +--- 5.4.4 2014/10/20 + +Add YAZ_EXPORT to cql_transform_r fixes YAZ-793 . This issue fixes +linker error with yazpp on Windows. + --- 5.4.3 2014/10/08 Fix uri array may overflow in yaz_solr_encode_request YAZ-775