From 140a1e1af7987e3e72ff0422e45fe7473a6da716 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 25 Jan 2010 10:46:35 +0100 Subject: [PATCH] Bump version --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f0af930..998fff5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +--- 1.3.0 2010/01/25 + +Debian version depends on on libyaz4. Note that Pazpar2 will still +ompile from source with YAZ 3 +Split services into separate files. The example configuration file +pazpar2.cfg.dist now includes a default service default.xml (part of +etc). And default.xml includes settings/edu.xml. The default.xml file, +not to be confused with settings/defaults.xml, is a template for jsdemo +and other services. The Debian package installs /etc/pazpar2/server.xml +which is now the main pazpar2 configuration (used to be called pazpar2.cfg). +server.xml includes services from /etc/pazpar2/services-enabled/*.xml . +The default.xml (from etc) is installed in /etc/pazpar2/services-available +and a symlink to it is created from services-enabled. The default.xml +service is unnamed and, thus, will be used by jsdemo and test1. + +New setting pz:negotiation_charset. Patch from Andrei V. Toutoukine. The +new setting pz:negotiation_charset specifies character set for Z39.50 Init. + --- 1.2.4 2010/01/15 Support for additional fields in cf.xsl and pazpar2.conf.dist: diff --git a/configure.ac b/configure.ac index f7d9a62..dfd4e58 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.2.4],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.3.0],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) diff --git a/debian/changelog b/debian/changelog index 2a758b4..d862a51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.3.0-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 25 Jan 2010 10:39:26 +0100 + pazpar2 (1.2.4-2indexdata) karmic; urgency=low * services-available/enabled structure. -- 1.7.10.4