From: Sebastian Hammer Date: Tue, 5 Dec 1995 11:15:40 +0000 (+0000) Subject: 1.0pl1 X-Git-Tag: YAZ.1.8~865 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=8265143b935609afba4d76c7f424e138da155ac2 1.0pl1 --- diff --git a/CHANGELOG b/CHANGELOG index feebd2b..d7f077c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 1.0pl1 1995/12/5 + +Bug in Explain DatabaseInfo module fixed. + +Some '\r' snuck into one or two of the config tables. Curse on Windows. + +Occasional malloc() of 0 bytes fixed in d1_espec.c. + --- 1.0 1995/11/28 The shift to v1.0 signals that we now consider the *core* functionality diff --git a/include/yaz-version.h b/include/yaz-version.h index 07ab8bd..7149ccb 100644 --- a/include/yaz-version.h +++ b/include/yaz-version.h @@ -2,7 +2,10 @@ * Current software version. * * $Log: yaz-version.h,v $ - * Revision 1.5 1995-11-28 09:31:22 quinn + * Revision 1.6 1995-12-05 11:15:57 quinn + * 1.0pl1 + * + * Revision 1.5 1995/11/28 09:31:22 quinn * Version 1.0 * * Revision 1.4 1995/08/24 15:13:18 quinn @@ -40,5 +43,5 @@ */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.0" +#define YAZ_VERSION "1.0 patchLevel 1" #endif