From aca804d1a911b00702dd386e8bf5346a5308beda Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 7 Feb 2005 09:50:56 +0000 Subject: [PATCH] Towards 0.9 --- NEWS | 11 ++++++++++- configure.in | 2 +- debian/changelog | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) 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 -- 1.7.10.4