2.0.10
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Feb 2004 11:55:56 +0000 (11:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Feb 2004 11:55:56 +0000 (11:55 +0000)
CHANGELOG
configure.in
doc/introduction.xml
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

index c609234..644b8b0 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 2.0.10 2004/02/05 
+
+For yaz.m4, allow second argument for YAZ_INIT to hold minimal version of
+YAZ required.
+
 * SRW/SRU 1.1 updates. Diagnostic code now a URI.
 
 Added option -p <file> to make Generic Frontend Server to write PID file.
index f887541..d77a7de 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1994-2004
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.123 2004-01-06 13:38:56 adam Exp $
+dnl $Id: configure.in,v 1.124 2004-02-05 11:55:56 adam Exp $
 AC_INIT(include/yaz/yaz-version.h)
-AM_INIT_AUTOMAKE(yaz, 2.0.9)
+AM_INIT_AUTOMAKE(yaz, 2.0.10)
 AM_MAINTAINER_MODE
 dnl
 AC_SUBST(READLINE_LIBS)
index 2201591..cf19427 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: introduction.xml,v 1.17 2003-11-19 22:05:15 adam Exp $ -->
+<!-- $Id: introduction.xml,v 1.18 2004-02-05 11:55:56 adam Exp $ -->
  <chapter id="introduction"><title>Introduction</title>
 
   <para>
@@ -18,7 +18,7 @@
     <listitem><para>
       Supports 
       <ulink url="http://www.loc.gov/z3950/agency/zing/srw/">SRW/SRU</ulink>
-      version 1.0 (over HTTP and HTTPS).
+      version 1.1 (over HTTP and HTTPS).
      </para></listitem>
     <listitem><para>
       Includes BER encoders/decoders for the 
index 1e6914a..f5c030c 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1995-2004, Index Data.
  * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.34 2004-01-05 09:34:42 adam Exp $
+ * $Id: yaz-version.h,v 1.35 2004-02-05 11:55:56 adam Exp $
  */
 
 /*
@@ -12,8 +12,8 @@
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.0.9"
-#define YAZ_VERSIONL 0x020009
+#define YAZ_VERSION "2.0.10"
+#define YAZ_VERSIONL 0x02000A
 
 #define YAZ_DATE 1
 
index 94e782d..9c7704c 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.32 2004-01-05 09:34:43 adam Exp $
+; $Id: yaz.nsi,v 1.33 2004-02-05 11:55:56 adam Exp $
 
-!define VERSION "2.0.9"
+!define VERSION "2.0.10"
 
 Name "YAZ"
 Caption "Index Data YAZ ${VERSION} Setup"
index 17517ed..7e0d365 100644 (file)
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,0,9,3
- PRODUCTVERSION 2,0,9,3
+ FILEVERSION 2,0,10,1
+ PRODUCTVERSION 2,0,10,1
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,14 +73,14 @@ BEGIN
             VALUE "Comments", "Z39.50 C Library\0"
             VALUE "CompanyName", "Index Data\0"
             VALUE "FileDescription", "YAZ Toolkit\0"
-            VALUE "FileVersion", "2, 0, 9, 3\0"
+            VALUE "FileVersion", "2, 0, 10, 1\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1995-2004 Index Data\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "yaz.rc\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Index Data YAZ Toolkit\0"
-            VALUE "ProductVersion", "2, 0, 9, 3\0"
+            VALUE "ProductVersion", "2, 0, 10, 1\0"
             VALUE "SpecialBuild", "\0"
         END
     END