Towards 1.8.7
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 May 2002 11:19:34 +0000 (11:19 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 May 2002 11:19:34 +0000 (11:19 +0000)
CHANGELOG
configure.in

index 9f8a597..7569210 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,14 +1,20 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 1.8.7 2002/05/22
 
 
---- 1.8.7 2002/MM/DD
+On Windows ZOOM functions are of type __stdcall rather than __cdecl, so
+that they can be used directly from Visual Basic. You must recompile
+your windows APP if you're using ZOOM.
+
+Character Set and Language Negotiation(3) for ZOOM API and YAZ client.
+Commands "lang" and "charset" sets language and character set respectively.
+Options "lang" and "charset" is interpreted by the ZOOM API. Note, these
+are not part of the official ZOOM spec) All is due to Oleg Kolobov. 
 
 Attributes from multiple CCL fields may be OR'ed rather than merged
 using directive "@field or". Fields are still merged by default -
 equivalent to "@field merge".
 
 
 Attributes from multiple CCL fields may be OR'ed rather than merged
 using directive "@field or". Fields are still merged by default -
 equivalent to "@field merge".
 
-XML reader for data1 (EXPAT).
-
 Fixed bug in ZOOM connect that occurred on OpenBSD (maybe others). Patch
 by Oleg Kolobov.
 
 Fixed bug in ZOOM connect that occurred on OpenBSD (maybe others). Patch
 by Oleg Kolobov.
 
index c5b3a91..93f67d3 100644 (file)
@@ -1,6 +1,6 @@
 dnl YAZ Toolkit, Index Data 1994-2001
 dnl See the file LICENSE for details.
 dnl YAZ Toolkit, Index Data 1994-2001
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.73 2002-05-13 14:13:37 adam Exp $
+dnl $Id: configure.in,v 1.74 2002-05-22 11:19:34 adam Exp $
 AC_INIT(include/yaz/yaz-version.h)
 AM_INIT_AUTOMAKE(yaz, 1.8.7)
 dnl
 AC_INIT(include/yaz/yaz-version.h)
 AM_INIT_AUTOMAKE(yaz, 1.8.7)
 dnl
@@ -95,7 +95,7 @@ fi
 AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, main, [LIBS="$LIBS -lnsl"]))
 dnl
 dnl ------ EXPAT
 AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, main, [LIBS="$LIBS -lnsl"]))
 dnl
 dnl ------ EXPAT
-expat=yes
+expat=no
 AC_ARG_WITH(expat,   [  --with-expat[=DIR]      EXPAT library in DIR],[expat=$withval])
 if test "$expat" != "no"; then
        xLIBS="$LIBS";
 AC_ARG_WITH(expat,   [  --with-expat[=DIR]      EXPAT library in DIR],[expat=$withval])
 if test "$expat" != "no"; then
        xLIBS="$LIBS";