Bump version
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Jan 2010 09:46:35 +0000 (10:46 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Jan 2010 09:46:35 +0000 (10:46 +0100)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index f0af930..998fff5 100644 (file)
--- 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:
index f7d9a62..dfd4e58 100644 (file)
@@ -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)
 
index 2a758b4..d862a51 100644 (file)
@@ -1,3 +1,9 @@
+pazpar2 (1.3.0-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 25 Jan 2010 10:39:26 +0100
+
 pazpar2 (1.2.4-2indexdata) karmic; urgency=low
 
   * services-available/enabled structure.