Towards 1.8.2.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Nov 2001 11:27:21 +0000 (11:27 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Nov 2001 11:27:21 +0000 (11:27 +0000)
CHANGELOG
configure.in
debian/rules
include/yaz/yaz-version.h
win/yaz.rc
yaz.spec

index 213fddd..0a588f1 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+CCL Parser fix: ignore token comma when dealing with and-lists.
+
 Documentation updates for COMSTACK.
 
 * ZOOM changes. Query object renamed from Z3950_search to Z3950_query.
index a26030c..e35f0f1 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1994-2001
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.52 2001-10-28 23:10:02 adam Exp $
+dnl $Id: configure.in,v 1.53 2001-11-12 11:27:21 adam Exp $
 AC_INIT(include/yaz/yaz-version.h)
-AM_INIT_AUTOMAKE(yaz, 1.8.1)
+AM_INIT_AUTOMAKE(yaz, 1.8.2)
 dnl
 AC_SUBST(READLINE_LIBS)
 dnl ------ Checking programs
index ed26586..6b1b457 100755 (executable)
@@ -34,7 +34,7 @@ YAZSRCDIR=$(shell pwd)
 YAZ_VERSION=$(shell date -r$(YAZSRCDIR)/CVS +"CVS%Y%m%d")
 else
 YAZSRCDIR=$(shell pwd)
-YAZ_VERSION=1.8.1
+YAZ_VERSION=1.8.2
 endif
 
 configure: stamp-configure
index 4beea58..45b471f 100644 (file)
@@ -1,11 +1,11 @@
 /*
  * Current software version.
  *
- * $Id: yaz-version.h,v 1.8 2001-10-28 23:10:03 adam Exp $
+ * $Id: yaz-version.h,v 1.9 2001-11-12 11:27:42 adam Exp $
  */
 #ifndef YAZ_VERSION
 
-#define YAZ_VERSION "1.8.1"
+#define YAZ_VERSION "1.8.2"
 #include <yaz/yaz-date.h>
 
 #ifdef WIN32
index 5f2b7a6..7851297 100644 (file)
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,8,1,0
- PRODUCTVERSION 1,8,1,0
+ FILEVERSION 1,8,2,0
+ PRODUCTVERSION 1,8,2,0
  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, 1, 0\0"
+            VALUE "FileVersion", "1, 8, 2, 0\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1996-2001 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, 1, 0\0"
+            VALUE "ProductVersion", "1, 8, 2, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END
index 82434bb..1f7e4c8 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,5 +1,5 @@
 Name: yaz
-Version: 1.8.1
+Version: 1.8.2
 Release: 1
 Copyright: YAZ License
 Group: Development/Libraries