-Added support for Z39.50 character set negotiation. This allows
-the proxy to act as a Z39.50 server supporting character set negotiation
-for backends not supporting it. New config element target-charset
-specifies encoding for target, and MUST be specified in order
-for any conversion to take place. Conversion also takes place for
-SRW/SRU clients that are negotiate implicitly to UTF-8.
+
+--- 1.0.1 2005/05/27
+
+Fixed bug #355: Yaz proxy does not seem to load balance.
--- 1.0 2005/03/14
dnl ----- libXSLT
AC_SUBST(XSLT_LIBS)
AC_SUBST(XSLT_CFLAGS)
-xsltdir=default
+xsltdir=yes
AC_ARG_WITH(xslt,[[ --with-xslt[=PREFIX] use libxslt in PREFIX]],xsltdir=$withval)
-if test "$xsltdir" = "yes" -o "$xsltdir" = "default"; then
+if test "$xsltdir" = "yes"; then
for d in /usr /usr/local; do
if test -x $d/bin/xslt-config; then
xsltdir=$d
AC_DEFINE(HAVE_XSLT)
else
AC_MSG_RESULT(Not found)
- if test "$xsltdir" = "default"; then
- AC_MSG_WARN([Libxslt development libraries not found.])
- else
- AC_MSG_ERROR([libxslt development libraries not found.]) fi
fi
fi
+yazproxy (1.0.1-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Fri, 27 May 2005 19:56:24 +0200
+
yazproxy (1.0-1) unstable; urgency=low
* Upstream.