From 2ab206244c2469005c12b5c071e360fbb6a1fb9c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Nov 2001 11:27:21 +0000 Subject: [PATCH] Towards 1.8.2. --- CHANGELOG | 2 ++ configure.in | 4 ++-- debian/rules | 2 +- include/yaz/yaz-version.h | 4 ++-- win/yaz.rc | 8 ++++---- yaz.spec | 2 +- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 213fddd..0a588f1 100644 --- 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. diff --git a/configure.in b/configure.in index a26030c..e35f0f1 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/debian/rules b/debian/rules index ed26586..6b1b457 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 4beea58..45b471f 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -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 #ifdef WIN32 diff --git a/win/yaz.rc b/win/yaz.rc index 5f2b7a6..7851297 100644 --- a/win/yaz.rc +++ b/win/yaz.rc @@ -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 diff --git a/yaz.spec b/yaz.spec index 82434bb..1f7e4c8 100644 --- 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 -- 1.7.10.4