From 8265143b935609afba4d76c7f424e138da155ac2 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 5 Dec 1995 11:15:40 +0000 Subject: [PATCH] 1.0pl1 --- CHANGELOG | 8 ++++++++ include/yaz-version.h | 7 +++++-- 2 files changed, 13 insertions(+), 2 deletions(-) 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 -- 1.7.10.4