From 7e67b01b5485296f6c14fbc1fa7bdd1c97279e71 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Oct 2011 12:20:54 +0200 Subject: [PATCH] Version 1.6.4 --- NEWS | 1 + configure.ac | 2 +- debian/changelog | 6 ++++++ pazpar2.spec | 2 +- win/makefile | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 794094b..fcbe5ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +--- 1.6.4 2011/10/22 New service definition element, xslt, that allows an embedded stylesheet to be defined. This can be referred to from pz:xslt as an alternative to diff --git a/configure.ac b/configure.ac index 500a801..0155115 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.6.3],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.6.4],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 094543c..9b82098 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.4-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 28 Oct 2011 12:19:50 +0200 + pazpar2 (1.6.3-2indexdata) unstable; urgency=low * Upstream. diff --git a/pazpar2.spec b/pazpar2.spec index ec20f87..580d410 100644 --- a/pazpar2.spec +++ b/pazpar2.spec @@ -1,6 +1,6 @@ Summary: Metasearcher Name: pazpar2 -Version: 1.6.3 +Version: 1.6.4 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 6fb8912..7e6b3ea 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.3 +PACKAGE_VERSION=1.6.4 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4