From d4901e9a337370bf73e34a7d1ce718e3ea178a66 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Wed, 24 Jan 1996 16:01:14 +0000 Subject: [PATCH 1/1] pl4 --- CHANGELOG | 6 +++++- include/yaz-version.h | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b319c16..3a1eb8b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,16 @@ Possible compatibility problems with earlier versions marked with '*'. ---- XXXXXX XXXX/XX/XX +--- 1.0pl4 1996/1/24 Added Sort PDU. Fixed small problem in SUTRS-filter. A newline was sometimes inserted before the rank and record number. +Adjustments to the frontend server. + +Fixed diagnostic BER dumper. It ignored the file argument. + --- 1.0pl3 1996/1/2 Various changes to retrieval module. diff --git a/include/yaz-version.h b/include/yaz-version.h index 442bcef..3428a7f 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.8 1996-01-02 11:46:50 quinn + * Revision 1.9 1996-01-24 16:01:24 quinn + * pl4 + * + * Revision 1.8 1996/01/02 11:46:50 quinn * Changed 'operator' to 'roperator' to avoid C++ conflict. * Moved to pl3 * @@ -50,5 +53,5 @@ */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.0 patchLevel 3" +#define YAZ_VERSION "1.0 patchLevel 4" #endif -- 1.7.10.4