From 12894b89898e9cdc4d171354f5454a624dbb80a8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 24 Apr 2003 20:00:15 +0000 Subject: [PATCH] version update --- CHANGELOG | 5 +++++ win/yaz.nsi | 4 ++-- win/yaz.rc | 8 ++++---- yaz.spec.in | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b66fd98..3e99a86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 2.0.1 2003/04/25 + +Redhat package is now several packages: libyaz (runtime libraries), +libyaz-devel (development and documentation, and yaz (utility programs). + New member 'schema' in struct bend_fetch_rr which the name of requested schema (SRW/SRU) for record (or NULL if none was given). The fetch handler MAY set this to reflect the schema of the returned record. diff --git a/win/yaz.nsi b/win/yaz.nsi index 4986d63..30d67d0 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.19 2003-02-23 21:18:04 adam Exp $ +; $Id: yaz.nsi,v 1.20 2003-04-24 20:00:15 adam Exp $ -!define VERSION "2.0" +!define VERSION "2.0.1" Name "YAZ" Caption "Index Data YAZ ${VERSION} Setup" diff --git a/win/yaz.rc b/win/yaz.rc index 0567425..75705e8 100644 --- a/win/yaz.rc +++ b/win/yaz.rc @@ -54,8 +54,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,0,0,1 - PRODUCTVERSION 2,0,0,1 + FILEVERSION 2,0,1,1 + PRODUCTVERSION 2,0,1,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, 0, 1\0" + VALUE "FileVersion", "2, 0, 1, 1\0" VALUE "InternalName", "YAZ\0" VALUE "LegalCopyright", "Copyright © 1995-2003 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, 0, 1\0" + VALUE "ProductVersion", "2, 0, 1, 1\0" VALUE "SpecialBuild", "\0" END END diff --git a/yaz.spec.in b/yaz.spec.in index 39d3524..88c1dac 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -63,7 +63,6 @@ rm -fr ${RPM_BUILD_ROOT} %files -n lib%{name} /usr/lib/*.so.* -/usr/share/doc/yaz /usr/share/yaz/z39.50 /usr/share/yaz/ill /usr/share/man/man7/yaz.* @@ -74,6 +73,7 @@ rm -fr ${RPM_BUILD_ROOT} /usr/include/yaz /usr/lib/*.so /usr/lib/*.a -/usr/lib/*.[la] +/usr/lib/*.la /usr/share/aclocal/yaz.m4 /usr/share/man/man1/yaz-config.* +/usr/share/doc/yaz -- 1.7.10.4