Towards 2.1.26. YAZ.2.1.26
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 15 Aug 2006 13:34:39 +0000 (13:34 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 15 Aug 2006 13:34:39 +0000 (13:34 +0000)
NEWS
configure.ac
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

diff --git a/NEWS b/NEWS
index bf5ab07..bc841ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 2.1.26 2006/08/15
+
+Fixed problem with SRU mode type (soap, get, post) for yaz-client
+and ZOOM-C.
 
 Fixed problem another problem with ZOOM_EVENT_RECV_RECORD . Bug #626.
 
index f0c87f9..8155ad5 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.30 2006-08-08 20:35:02 adam Exp $
+dnl $Id: configure.ac,v 1.31 2006-08-15 13:34:39 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yaz],[2.1.25],[adam@indexdata.dk])
+AC_INIT([yaz],[2.1.26],[adam@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index e0f2151..5fb4d29 100644 (file)
@@ -1,3 +1,9 @@
+yaz (2.1.26-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 15 Aug 2006 15:18:26 +0200
+
 yaz (2.1.24-1) unstable; urgency=low
 
   * Upstream.
index 53ec986..c26c70f 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2006, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.87 2006-08-08 20:35:02 adam Exp $
+ * $Id: yaz-version.h,v 1.88 2006-08-15 13:34:40 adam Exp $
  */
 
 /**
@@ -13,8 +13,8 @@
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.1.25"
-#define YAZ_VERSIONL 0x020119
+#define YAZ_VERSION "2.1.26"
+#define YAZ_VERSIONL 0x02011A
 
 #define YAZ_DATE 1
 
index 5e1b58f..b932185 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.91 2006-08-08 08:41:12 adam Exp $
+; $Id: yaz.nsi,v 1.92 2006-08-15 13:34:41 adam Exp $
 
-!define VERSION "2.1.24"
+!define VERSION "2.1.26"
 
 ; Microsoft runtime CRT
 ; VS 2003
index d8f38f9..005bb6d 100644 (file)
@@ -1,8 +1,8 @@
 #include "winver.h"
 
 VS_VERSION_INFO VERSIONINFO 
-  FILEVERSION 2,1,24,1
-  PRODUCTVERSION  2,1,24,1
+  FILEVERSION 2,1,26,1
+  PRODUCTVERSION  2,1,26,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, 24, 1\0"
+            VALUE "FileVersion", "2, 1, 26, 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, 24, 1\0"
+            VALUE "ProductVersion", "2, 1, 26, 1\0"
             VALUE "SpecialBuild", "\0"
         END
  }