From: Adam Dickmeiss Date: Thu, 29 Jan 1998 13:42:18 +0000 (+0000) Subject: Updated. X-Git-Tag: YAZ.1.8~532 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ffb88e8bb97c6e24989b7f04b8bbf1a4203d2f72;hp=7574c044d6c2dc8ede5c7c406f9939215a220260 Updated. --- diff --git a/CHANGELOG b/CHANGELOG index 7de0b4a..d7880ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +--- 1.4pl1 1998/1/29 + Possible compatibility problems with earlier versions marked with '*'. Added sort facility in client and backend server interface. diff --git a/Makefile b/Makefile index e8411ce..93d9fdb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -# Copyright (C) 1995-1997, Index Data I/S +# Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.35 1997-09-17 12:10:27 adam Exp $ +# $Id: Makefile,v 1.36 1998-01-29 13:43:03 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #ODEFS=-DUSE_XTIMOSI @@ -9,7 +9,7 @@ #LIBMOSI=../../xtimosi/src/libmosi.a ../lib/librfc.a #XMOSI=xmosi.o -CDEFS=$(ODEFS) # -DYAZ_UNICODE=0 +CDEFS=$(ODEFS) #CC= SHELL=/bin/sh MAKE=make