Towards 2.1.38. YAZ.2.1.38
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 31 Oct 2006 10:07:22 +0000 (10:07 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 31 Oct 2006 10:07:22 +0000 (10:07 +0000)
NEWS
configure.ac
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

diff --git a/NEWS b/NEWS
index ce46fee..7d1f8c8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+--- 2.1.38 2006/10/31
 
 Updates for SRU Update by Ko van der Sloot:
 1. Changed name from "operation" to "action"
@@ -5,7 +6,16 @@ Updates for SRU Update by Ko van der Sloot:
 versions in the code, marked as 'backward compatible'.
 3. Added diagnostics for SRU Update.
 
-Fixd bug #709: Records are fetched in wrong format when tasks are queued.
+Fixed bug #709: Records are fetched in wrong format when tasks are queued.
+
+Fixed bug #707: CQL->RPN ignores lines with leading spaces.
+
+Fixed bug #706: XML hex encoding UTF-8 chars out of range 0-255.
+
+For GFS, fixed problem with SRU diagnostic 'First record position out of
+range' being issued for 0 hits.
+
+zoomtst10 part of Windows Build.
 
 --- 2.1.36 2006/10/13
 
index 56446e9..d38c99a 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1994-2006
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.44 2006-10-17 07:57:14 adam Exp $
+dnl $Id: configure.ac,v 1.45 2006-10-31 10:07:22 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yaz],[2.1.37],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[2.1.38],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index 430a0ab..2f76f92 100644 (file)
@@ -1,3 +1,9 @@
+yaz (2.1.38-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 31 Oct 2006 11:06:12 +0100
+
 yaz (2.1.36-1) unstable; urgency=low
 
   * Upstream. Revised BSD License.
index b61e2a0..cf67a18 100644 (file)
@@ -24,7 +24,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* $Id: yaz-version.h,v 1.101 2006-10-17 07:57:14 adam Exp $ */
+/* $Id: yaz-version.h,v 1.102 2006-10-31 10:07:23 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
@@ -33,8 +33,8 @@
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.1.37"
-#define YAZ_VERSIONL 0x020125
+#define YAZ_VERSION "2.1.38"
+#define YAZ_VERSIONL 0x020126
 
 #define YAZ_DATE 1
 
index d25fffb..7295de0 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.97 2006-10-17 07:57:15 adam Exp $
+; $Id: yaz.nsi,v 1.98 2006-10-31 10:07:23 adam Exp $
 
-!define VERSION "2.1.37"
+!define VERSION "2.1.38"
 
 ; Microsoft runtime CRT
 ; VS 2003
index 56bdb0c..0703410 100644 (file)
@@ -1,8 +1,8 @@
 #include "winver.h"
 
 VS_VERSION_INFO VERSIONINFO 
-  FILEVERSION 2,1,37,1
-  PRODUCTVERSION  2,1,37,1
+  FILEVERSION 2,1,38,1
+  PRODUCTVERSION  2,1,38,1
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
   FILEFLAGS 0x1L
@@ -20,14 +20,14 @@ VS_VERSION_INFO VERSIONINFO
             VALUE "Comments", "Z39.50/SRU Library\0"
             VALUE "CompanyName", "Index Data ApS\0"
             VALUE "FileDescription", "YAZ Library\0"
-            VALUE "FileVersion", "2, 1, 37, 1\0"
+            VALUE "FileVersion", "2, 1, 38, 1\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1995-2006 Index Data ApS\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "yaz.rc\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "YAZ Toolkit\0"
-            VALUE "ProductVersion", "2, 1, 37, 1\0"
+            VALUE "ProductVersion", "2, 1, 38, 1\0"
             VALUE "SpecialBuild", "\0"
         END
  }