From: Sebastian Hammer Date: Wed, 24 Jan 1996 16:01:14 +0000 (+0000) Subject: pl4 X-Git-Tag: YAZ.1.8~814 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d4901e9a337370bf73e34a7d1ce718e3ea178a66 pl4 --- 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