From: Adam Dickmeiss Date: Mon, 7 Feb 2005 09:50:56 +0000 (+0000) Subject: Towards 0.9 X-Git-Tag: YAZPROXY.0.9~4 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=aca804d1a911b00702dd386e8bf5346a5308beda Towards 0.9 --- diff --git a/NEWS b/NEWS index a637fac..56b3051 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ -Implement XInclude for configuration file(s). +--- 0.9 2005/02/07 + +YAZ Proxy may use USEMARCON to convert between various MARC +formats. Use --with-usemarcon to specify Usemarcon location. +See config-mafi2ma.xml for an example configuration. +Requires USEMARCON 1.5, which can be fetched from: + http://www.bl.uk/services/bibliographic/usemarcon.html + +Added support for XInclude for configuration file(s) so that +configuration can be partitioned in multiple files. Fixed bug #189: Bad authenticated session transfer. diff --git a/configure.in b/configure.in index 98c811d..ea6e2c4 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_HEADER_STDC AM_DISABLE_SHARED AM_PROG_LIBTOOL -YAZPP_INIT(threads,1.0) +YAZPP_INIT(threads,0.9) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi diff --git a/debian/changelog b/debian/changelog index 1d6cafd..3a989d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ yazproxy (0.9-1) unstable; urgency=low * Upstream. - -- Adam Dickmeiss Fri, 13 Aug 2004 13:40:47 +0200 + -- Adam Dickmeiss Mon, 7 Feb 2005 10:00:22 +0100 yazproxy (0.8-2) unstable; urgency=low