From 813ea1ded4f995c80e4365224303486aa564afdc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 18 Jan 2013 14:29:22 +0100 Subject: [PATCH] Version 1.6.24 --- IDMETA | 2 +- NEWS | 2 ++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 74eff45..beff310 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.23 +VERSION=1.6.24 diff --git a/NEWS b/NEWS index 77dce35..1a5aac6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.6.24 2013/01/18 + New merge attribute type: 'first', which takes all metadata fields from first target that returns the particular field. diff --git a/debian/changelog b/debian/changelog index 1fae14a..bb14cf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.24-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 18 Jan 2013 14:29:01 +0100 + pazpar2 (1.6.23-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 0be60e8..9a9f258 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.23 +PACKAGE_VERSION=1.6.24 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4