From: Adam Dickmeiss Date: Thu, 1 Feb 1996 20:58:51 +0000 (+0000) Subject: Minor changes. X-Git-Tag: ZEBRA.1.0~553 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=e4281fc8f4cb007518e0b7fe082e54bc48c02b68 Minor changes. --- 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