From: Adam Dickmeiss Date: Fri, 27 May 2005 18:00:51 +0000 (+0000) Subject: Towards 1.0.1. X-Git-Tag: YAZPROXY.1.0.1 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=b46e0e4c9b216f2d704a0f177bc2f238dfd8c0e4;p=yazproxy-moved-to-github.git Towards 1.0.1. --- diff --git a/NEWS b/NEWS index 8266f4e..8582090 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,7 @@ -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 diff --git a/configure.in b/configure.in index 391d0d9..7c128f1 100644 --- a/configure.in +++ b/configure.in @@ -21,9 +21,9 @@ dnl 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 @@ -40,10 +40,6 @@ if test "$xsltdir" != "no"; then 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 diff --git a/debian/changelog b/debian/changelog index b067c89..814f725 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazproxy (1.0.1-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 27 May 2005 19:56:24 +0200 + yazproxy (1.0-1) unstable; urgency=low * Upstream.