From: Adam Dickmeiss Date: Thu, 21 Mar 2013 09:58:38 +0000 (+0100) Subject: Version 1.6.28 X-Git-Tag: v1.6.28 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.6.28;p=pazpar2-moved-to-github.git Version 1.6.28 --- diff --git a/IDMETA b/IDMETA index fba85d9..8d8efba 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric natty lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.6.27 +VERSION=1.6.28 diff --git a/NEWS b/NEWS index 49b8911..5d0ba26 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.6.28 2013/03/21 + +Fix hang or memory violation if show occurred before a search. (not that +it makes much sense to perform a show before a search). + --- 1.6.27 2013/03/08 pz2.js: Element_parseChildNodes concatenates all Text/CDATA nodes, instead diff --git a/debian/changelog b/debian/changelog index 588a6ae..5202520 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.28-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 21 Mar 2013 10:57:39 +0100 + pazpar2 (1.6.27-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 787b08b..2d68fe1 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.27 +PACKAGE_VERSION=1.6.28 # YAZ YAZ_DIR=..\..\yaz