From 613d03e4d8c2fcba754110ad45a7e9d0d260c85a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 23 Sep 2013 11:31:07 +0200 Subject: [PATCH] Version 1.6.35 --- IDMETA | 2 +- NEWS | 8 ++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 9cbc030..63a85ea 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.34 +VERSION=1.6.35 diff --git a/NEWS b/NEWS index 2c97852..88e9ce2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.6.35 2013/09/23 + +New target setting: pz:authentication_mode. PAZ-896 + +pazpar2 PRM: pazpar2 runs as user nobody. PAZ-893 + +Strip #-suffix for ZOOM URLs. PAZ-892 + --- 1.6.34 2013/08/30 Fix issue with hanging show/bytarget. Could happen if new search was diff --git a/debian/changelog b/debian/changelog index a961440..e7e2c03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.35-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 23 Sep 2013 11:28:23 +0200 + pazpar2 (1.6.34-2indexdata) unstable; urgency=low * Testing fix for #-suffix diff --git a/win/makefile b/win/makefile index 9fe48b9..0b1b92c 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.34 +PACKAGE_VERSION=1.6.35 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4