From fc88d4ecfe71c017419d93a8cf33cecb62cdc8b3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 21 Mar 2013 10:58:38 +0100 Subject: [PATCH] Version 1.6.28 --- IDMETA | 2 +- NEWS | 5 +++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) 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 -- 1.7.10.4