Towards 0.9
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Feb 2005 09:50:56 +0000 (09:50 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 7 Feb 2005 09:50:56 +0000 (09:50 +0000)
NEWS
configure.in
debian/changelog

diff --git a/NEWS b/NEWS
index a637fac..56b3051 100644 (file)
--- 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.
 
index 98c811d..ea6e2c4 100644 (file)
@@ -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
index 1d6cafd..3a989d1 100644 (file)
@@ -2,7 +2,7 @@ yazproxy (0.9-1) unstable; urgency=low
 
   * Upstream.
 
- -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 13 Aug 2004 13:40:47 +0200
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon,  7 Feb 2005 10:00:22 +0100
 
 yazproxy (0.8-2) unstable; urgency=low