+--- 2.1.38 2006/10/31
Updates for SRU Update by Ko van der Sloot:
1. Changed name from "operation" to "action"
versions in the code, marked as 'backward compatible'.
3. Added diagnostics for SRU Update.
-Fixd bug #709: Records are fetched in wrong format when tasks are queued.
+Fixed bug #709: Records are fetched in wrong format when tasks are queued.
+
+Fixed bug #707: CQL->RPN ignores lines with leading spaces.
+
+Fixed bug #706: XML hex encoding UTF-8 chars out of range 0-255.
+
+For GFS, fixed problem with SRU diagnostic 'First record position out of
+range' being issued for 0 hits.
+
+zoomtst10 part of Windows Build.
--- 2.1.36 2006/10/13
dnl YAZ Toolkit, Index Data 1994-2006
dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.44 2006-10-17 07:57:14 adam Exp $
+dnl $Id: configure.ac,v 1.45 2006-10-31 10:07:22 adam Exp $
AC_PREREQ(2.59)
-AC_INIT([yaz],[2.1.37],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[2.1.38],[yaz-help@indexdata.dk])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([1.8])
+yaz (2.1.38-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Tue, 31 Oct 2006 11:06:12 +0100
+
yaz (2.1.36-1) unstable; urgency=low
* Upstream. Revised BSD License.
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $Id: yaz-version.h,v 1.101 2006-10-17 07:57:14 adam Exp $ */
+/* $Id: yaz-version.h,v 1.102 2006-10-31 10:07:23 adam Exp $ */
/**
* \file yaz-version.h
* \brief Defines YAZ version.
#include <yaz/yconfig.h>
-#define YAZ_VERSION "2.1.37"
-#define YAZ_VERSIONL 0x020125
+#define YAZ_VERSION "2.1.38"
+#define YAZ_VERSIONL 0x020126
#define YAZ_DATE 1
-; $Id: yaz.nsi,v 1.97 2006-10-17 07:57:15 adam Exp $
+; $Id: yaz.nsi,v 1.98 2006-10-31 10:07:23 adam Exp $
-!define VERSION "2.1.37"
+!define VERSION "2.1.38"
; Microsoft runtime CRT
; VS 2003
#include "winver.h"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,1,37,1
- PRODUCTVERSION 2,1,37,1
+ FILEVERSION 2,1,38,1
+ PRODUCTVERSION 2,1,38,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
VALUE "Comments", "Z39.50/SRU Library\0"
VALUE "CompanyName", "Index Data ApS\0"
VALUE "FileDescription", "YAZ Library\0"
- VALUE "FileVersion", "2, 1, 37, 1\0"
+ VALUE "FileVersion", "2, 1, 38, 1\0"
VALUE "InternalName", "YAZ\0"
VALUE "LegalCopyright", "Copyright © 1995-2006 Index Data ApS\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "yaz.rc\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "YAZ Toolkit\0"
- VALUE "ProductVersion", "2, 1, 37, 1\0"
+ VALUE "ProductVersion", "2, 1, 38, 1\0"
VALUE "SpecialBuild", "\0"
END
}