X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=NEWS;h=df28d02c0bdfa426eedc2f1427e615f04c0200fc;hb=409c020044df74e1883710cbc1f2860dee8c5ac4;hp=1bb2b9062f0d3662d7eb0a5986a30dedbe18c506;hpb=0673772db863a09a1a9234001fa17b4563e3037f;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index 1bb2b90..df28d02 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,193 @@ +--- 1.3.55 2013/04/10 + +zoom: Torus setting: authenticationMode which may hold values "basic" +and "url". + +--- 1.3.54 2013/03/27 + +configure: check for Libxslt support in YAZ and rely on definitions +from yaz-config, rather than doing own xslt/xml2 checks. + +Allow timestamp format for log lines to be given with option -m +for metaproxy. Similar to yaz-ztest/GFS option -m. + +Document log category 'line' for log filter. + +Solr configuration example in etc/config-solr.xml + +multi: do not mess with request package. For scan and search, +database-names were modified and the request package was left with +dangling pointers that caused a log filter to fail (request package +inspected after multi was invoked). + +Documentation: fix id of metaproxy-config ref . + +Documentation: update for USEMARCON support. + +--- 1.3.53 2013/01/31 + +record_transform: allow OPACXML to OPAC conversion + +zoom: document content-proxy + +zoom: document db parm content-{user,password}, torus_url. Also + +in the configuration of frontend_net. By default this report is +disabled (same as empty value for ). + +Fix reload problem in init.d script for RPM/Debian. +The '/etc/init.d/metaproxy reload' in some cases would stop but not +start metaproxy - effectively stopping the service. + +Don't display start log message when config testing (-t). + +zoom: avoid CCL message limit of 1K in ZOOM filter. + +--- 1.3.36 2012/05/10 metaproxy init script reacts to reload which does graceful stop + start and is used by logrorate script.