Version 1.1.1
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Aug 2009 12:39:02 +0000 (14:39 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 28 Aug 2009 12:39:02 +0000 (14:39 +0200)
NEWS
configure.ac
debian/changelog
win/makefile

diff --git a/NEWS b/NEWS
index 7e5f90e..106bb99 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+--- 1.1.1 2009/08/28
+
+One result set is created per session (last search) rather than for
+each connection which happen to be shared (bug #3009).
+
+marc21 stylesheets changed for efficiency.
+
 --- 1.1.0 2009/08/19
 
 Session timeout may be specified on the command-line as option -T.
index e17d571..4841ba6 100644 (file)
@@ -4,7 +4,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ(2.60)
-AC_INIT([pazpar2],[1.1.0],[pazpar2-help@indexdata.dk])
+AC_INIT([pazpar2],[1.1.1],[pazpar2-help@indexdata.dk])
 
 AC_CONFIG_HEADERS(src/config.h)
 
index bbd7872..626907b 100644 (file)
@@ -1,3 +1,9 @@
+pazpar2 (1.1.1-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 28 Aug 2009 14:37:35 +0200
+
 pazpar2 (1.1.0-1indexdata) unstable; urgency=low
 
   * Upstream.
index 5bf4168..9a35e1c 100644 (file)
@@ -4,7 +4,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 USE_MANIFEST = 0 # Can be enabled Visual Studio 2005/2008
 PACKAGE_NAME=pazpar2
-PACKAGE_VERSION=1.1.0
+PACKAGE_VERSION=1.1.1
 
 # YAZ
 YAZ_DIR=..\..\yaz