From: Adam Dickmeiss Date: Thu, 18 Oct 2012 13:54:00 +0000 (+0200) Subject: Version 1.3.49 X-Git-Tag: v1.3.49 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=453ef6af83ca65ce67454e77764fd382162f8813;p=metaproxy-moved-to-github.git Version 1.3.49 --- diff --git a/IDMETA b/IDMETA index 2d0b096..cdcbda9 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" CENTOS_DIST="centos5" -VERSION=1.3.48 +VERSION=1.3.49 diff --git a/NEWS b/NEWS index fc0d691..c662c04 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.3.49 2012/10/18 + +zoom: new config element passthru. This defines an element set that is +passed verbatim to the backend in pz2 mode. + +auth_simple: allow both idPass and open auth. Also fix SEGV that could +occur for open auth. + --- 1.3.48 2012/10/08 z3950_client: fix string handling for init diagnostics in the case where diff --git a/debian/changelog b/debian/changelog index 6d6e368..0bfe7e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.49-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 18 Oct 2012 15:53:26 +0200 + metaproxy (1.3.48-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 24af6d7..d05a694 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.48 +VERSION=1.3.49 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz