X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=2c9785285a36873248e418297b589bfdf176a27b;hb=08debe8400c3a2d47d9a055cb4c561b57f624675;hp=a58a78c1a1f683ece9823d7a7a44cc72575397d5;hpb=ced5a4aa2d3639c21444babb8e1fc5f60eca3f28;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index a58a78c..2c97852 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +--- 1.6.34 2013/08/30 + +Fix issue with hanging show/bytarget. Could happen if new search was +fired with filter before show from previous show completed. + +Add 'date' handling for solr-pz2.xsl. + +--- 1.6.33 2013/08/13 + +pz:authentication may carry user group password. If pz:authentication +has at least one blank in it, that forces Pazpar2 to use idPass Z39.50 +authentication. Two forms are allowed + user password + user group password +If no blanks are present, open authentication is in use (as before). + +Fix {prev,next}recid elements that are returned by record +command. These were incorrect in versions 1.6.23 thru 1.6.32. + +--- 1.6.32 2013/06/14 + +Experimental support for snippets. If argument snippets=1 is given +for command record or show, the text will include -tags for +those area that matches. + Fix memory leak WRT client structures (incorrect inc ref count). Log when a HTTP response is serialized and the time elapsed.