From 3f6c8d71b53d0e4dda13d00dcc0698bacb220a14 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 8 Mar 2013 13:32:50 +0100 Subject: [PATCH] Version 1.6.27 --- IDMETA | 2 +- NEWS | 5 +++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 8f76ac1..fba85d9 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.26 +VERSION=1.6.27 diff --git a/NEWS b/NEWS index 1b401ea..49b8911 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.6.27 2013/03/08 + +pz2.js: Element_parseChildNodes concatenates all Text/CDATA nodes, instead +of the first child. + --- 1.6.26 2013/03/08 New pz:metadata attribute, empty="empty-value" for Pazpar2's diff --git a/debian/changelog b/debian/changelog index 9789217..588a6ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.27-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 08 Mar 2013 13:31:35 +0100 + pazpar2 (1.6.26-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index ea11273..787b08b 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.26 +PACKAGE_VERSION=1.6.27 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4