Towards 2.1.0
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Mar 2005 11:17:58 +0000 (11:17 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Mar 2005 11:17:58 +0000 (11:17 +0000)
NEWS
configure.in
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

diff --git a/NEWS b/NEWS
index ed8b266..1c0adda 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 2.0.34 2005/03/14 
+
 Added support for virtual hosts and multiple backend servers for
 the YAZ frontend server. The configution is XML based and
 support specificition of CQL to RPN mappings and explain information.
index 6e0e3ff..8ef93c0 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1994-2005
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.172 2005-02-21 14:37:16 adam Exp $
+dnl $Id: configure.in,v 1.173 2005-03-14 11:17:58 adam Exp $
 AC_INIT(include/yaz/yaz-version.h)
-AM_INIT_AUTOMAKE(yaz, 2.0.35)
+AM_INIT_AUTOMAKE(yaz, 2.1.0)
 AM_MAINTAINER_MODE
 dnl
 AC_SUBST(READLINE_LIBS)
index ed720e1..664df44 100644 (file)
@@ -1,3 +1,9 @@
+yaz (2.0.1-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 14 Mar 2005 12:15:32 +0100
+
 yaz (2.0.34-2) unstable; urgency=low
 
   * Fix tests and man page description for yaz-marcdump.
index c9eb01f..5ee1080 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.62 2005-02-25 09:36:46 adam Exp $
+ * $Id: yaz-version.h,v 1.63 2005-03-14 11:17:58 adam Exp $
  */
 
 /**
@@ -13,8 +13,8 @@
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.0.35"
-#define YAZ_VERSIONL 0x020023
+#define YAZ_VERSION "2.1.0"
+#define YAZ_VERSIONL 0x020100
 
 #define YAZ_DATE 1
 
index acb8c40..3c6bb11 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.63 2005-02-25 09:36:32 adam Exp $
+; $Id: yaz.nsi,v 1.64 2005-03-14 11:17:58 adam Exp $
 
-!define VERSION "2.0.35"
+!define VERSION "2.1.0"
 
 !include "MUI.nsh"
 
index 2b45336..340c1f7 100644 (file)
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,0,35,1
- PRODUCTVERSION 2,0,35,1
+ FILEVERSION 2,1,0,1
+ PRODUCTVERSION 2,1,0,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, 35, 1\0"
+            VALUE "FileVersion", "2, 1, 0, 1\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1995-2005 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, 35, 1\0"
+            VALUE "ProductVersion", "2, 1, 0, 1\0"
             VALUE "SpecialBuild", "\0"
         END
     END