Towards 1.0.1. YAZPROXY.1.0.1
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 27 May 2005 18:00:51 +0000 (18:00 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 27 May 2005 18:00:51 +0000 (18:00 +0000)
NEWS
configure.in
debian/changelog

diff --git a/NEWS b/NEWS
index 8266f4e..8582090 100644 (file)
--- 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
 
index 391d0d9..7c128f1 100644 (file)
@@ -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
 
index b067c89..814f725 100644 (file)
@@ -1,3 +1,9 @@
+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.