X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=NEWS;h=994cc3093544bc6625d2a62e1f77118492094471;hb=e261f3fa246318899e8c5e815d545f4692c5ab32;hp=608a28c99c07a04a43ac007eda9950ef5fb47386;hpb=89597f3d42447e329ecc91b2bc6c450cb57f0b96;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index 608a28c..994cc30 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +--- 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. + +New command, service, which returns current service XML in use for +session. + +--- 1.6.31 2013/05/24 + Local limit for fields of type "generic" (ie text fields) are now normalized by mergekey rule before comparison takes place. Before, no normalization took place and comparsion was, thus, exact.