Towards 1.9
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Sep 2002 13:36:53 +0000 (13:36 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 5 Sep 2002 13:36:53 +0000 (13:36 +0000)
CHANGELOG
configure.in
debian/changelog
debian/rules
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

index 6f5ef26..89d6991 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 1.9 2002/09/DD
+
 PQF parser rejects bad queries - including those with extra
 characters in them. PQF parser used to silently ignore that.
 Cleaner API for PQF added, which allows you to get detailed
index 61c29d3..cda2849 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1994-2002
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.82 2002-08-29 16:18:34 mike Exp $
+dnl $Id: configure.in,v 1.83 2002-09-05 13:36:53 adam Exp $
 AC_INIT(include/yaz/yaz-version.h)
-AM_INIT_AUTOMAKE(yaz, 1.8.9)
+AM_INIT_AUTOMAKE(yaz, 1.9)
 dnl
 AC_SUBST(READLINE_LIBS)
 AC_SUBST(YAZ_CONF_CFLAGS)
index 4bc5e8e..850dc7e 100644 (file)
@@ -1,3 +1,9 @@
+yaz (1.9-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu,  5 Sep 2002 15:36:03 +0100
+
 yaz (1.8.9-1) unstable; urgency=low
 
   * New upstream version
index 8614357..9f2cbba 100755 (executable)
@@ -28,7 +28,7 @@ else
 SSL_FLAGS=
 endif
 
-YAZ_VERSION=1.8.9
+YAZ_VERSION=1.9
 YAZSRCDIR?=$(shell pwd)
 # If this is not IndexData's release, then it is a cvs-checkout. Go cheat!
 #   YAZ_VERSION:=$(YAZ_VERSION)-$(shell date -r$(YAZSRCDIR)/CVS +"CVS%Y%m%d")
index 99c0769..9950050 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Current software version.
  *
- * $Id: yaz-version.h,v 1.18 2002-08-17 07:56:59 adam Exp $
+ * $Id: yaz-version.h,v 1.19 2002-09-05 13:36:53 adam Exp $
  */
 #ifndef YAZ_VERSION
 
-#define YAZ_VERSION "1.8.9"
-#define YAZ_VERSIONL 0x010809
+#define YAZ_VERSION "1.9"
+#define YAZ_VERSIONL 0x010900
 
 #define YAZ_DATE 1
 
index 2b357f0..7bf5760 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.10 2002-08-17 07:56:59 adam Exp $
+; $Id: yaz.nsi,v 1.11 2002-09-05 13:36:53 adam Exp $
 
-!define VERSION "1.8.9"
+!define VERSION "1.9"
 
 Name "YAZ"
 Caption "Index Data YAZ ${VERSION} Setup"
index 0ae1ccb..953b833 100644 (file)
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,8,9,1
- PRODUCTVERSION 1,8,9,1
+ FILEVERSION 1,9,0,1
+ PRODUCTVERSION 1,9,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", "1, 8, 9, 1\0"
+            VALUE "FileVersion", "1, 9, 0, 1\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1995-2002 Index Data\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "yaz.rc\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Index Data YAZ Toolkit\0"
-            VALUE "ProductVersion", "1, 8, 9, 1\0"
+            VALUE "ProductVersion", "1, 9, 0, 1\0"
             VALUE "SpecialBuild", "\0"
         END
     END