From: Adam Dickmeiss Date: Tue, 4 May 2010 12:10:41 +0000 (+0200) Subject: Version 4.0.7 X-Git-Tag: v4.0.7~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4ec0f264999f2cebbde404adaea140c081206e64 Version 4.0.7 --- diff --git a/NEWS b/NEWS index 834323e..701e717 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 4.0.7 2010/05/04 + +record-conv: fix problem with at least one XSL conversion - +due to probably incorrect usage of XML XSL documents. + --- 4.0.6 2010/04/29 Fix yaz-config for static mode and the use of SSL (gnutls). diff --git a/configure.ac b/configure.ac index 4e3926f..ca20fbc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2010 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[4.0.6],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.0.7],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9])