From e4281fc8f4cb007518e0b7fe082e54bc48c02b68 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 1 Feb 1996 20:58:51 +0000 Subject: [PATCH] Minor changes. --- CHANGELOG | 5 ++++- index/Makefile | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b9cca0a..60587e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ +Bug fix: Dictionary didn't handle 8-bit characters correctly; was obvious +when doing scan operations in dictionares with european characters. + --- 1.0a4 1996/01/11 -A whole slew of upates, to make the first publicized release. Get the doc +A whole slew of updates, to make the first publicized release. Get the doc and check it out. --- 1.0a3 1995/12/06 diff --git a/index/Makefile b/index/Makefile index f798eb3..c177f9d 100644 --- a/index/Makefile +++ b/index/Makefile @@ -1,12 +1,12 @@ # Copyright (C) 1995, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.31 1996-01-08 19:15:46 adam Exp $ +# $Id: Makefile,v 1.32 1996-02-01 20:58:58 adam Exp $ SHELL=/bin/sh RANLIB=ranlib -YAZLIB=../../yaz/lib/libyazchkr.a +YAZLIB=../../yaz/lib/libyaz.a #YAZLIB=-lyaz YAZINC=-I../../yaz/include OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a -- 1.7.10.4