Version 1.6.0 v1.6.0
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Sep 2011 12:40:40 +0000 (14:40 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Sep 2011 12:40:40 +0000 (14:40 +0200)
NEWS
configure.ac
debian/changelog
pazpar2.spec
win/makefile

diff --git a/NEWS b/NEWS
index 03049cd..6f496f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+--- 1.6.0 2011/09/12
+
+Modify the behavior for the limit parameter (first defined in 1.5.7).
+Mapping of limit searches are now defined by the new configuration item
+pz:limitmap. Fix a dead-lock problem with the limit parameter.
+
+Extend tmarc.xsl to extract 773$g data (OpenURL).
+
 --- 1.5.7 2011/08/19
 
 ICU default maps remove backquote (`).
index fc6ab7e..1975e86 100644 (file)
@@ -5,7 +5,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ(2.60)
-AC_INIT([pazpar2],[1.5.7],[pazpar2-help@indexdata.dk])
+AC_INIT([pazpar2],[1.6.0],[pazpar2-help@indexdata.dk])
 
 AC_CONFIG_HEADERS(src/config.h)
 
index 9915130..eb6c4ac 100644 (file)
@@ -1,3 +1,9 @@
+pazpar2 (1.6.0-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 12 Sep 2011 14:39:43 +0200
+
 pazpar2 (1.5.7-1indexdata) unstable; urgency=low
 
   * Upstream.
index 789c74b..0fc5ff5 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Metasearcher
 Name: pazpar2
-Version: 1.5.7
+Version: 1.6.0
 Release: 1indexdata
 License: GPL
 Group: Applications/Internet
index 07bb0d2..e6ce9b5 100644 (file)
@@ -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.5.7
+PACKAGE_VERSION=1.6.0
 
 # YAZ
 YAZ_DIR=..\..\yaz