From: Adam Dickmeiss Date: Tue, 13 Aug 2013 12:43:42 +0000 (+0200) Subject: Version 1.6.33 X-Git-Tag: v1.6.33 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=e261f3fa246318899e8c5e815d545f4692c5ab32 Version 1.6.33 --- diff --git a/IDMETA b/IDMETA index 921908f..6cfe147 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.6.32 +VERSION=1.6.33 diff --git a/NEWS b/NEWS index cd6f0cf..994cc30 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +--- 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 diff --git a/debian/changelog b/debian/changelog index b6fec63..889d497 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.33-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 13 Aug 2013 14:15:05 +0200 + pazpar2 (1.6.32-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index ab3392a..29b1f54 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.6.32 +PACKAGE_VERSION=1.6.33 # YAZ YAZ_DIR=..\..\yaz