+--- 3.0.36 2008/09/26
+
+Various ODR chapter fixes.
+
+Windows version uses libxml2 2.6.32+, libxslt 1.1.23+ and ICU 4.0.
+
+Added missing source for Windows compilation, mutex.c.
+
+Fixed compilation of YAZ for Visual Studio 2008. Bug #2256.
+
+For SRU connections in ZOOM all records up to "count" are now fetched.
+
Fixed crash in generic frontend server (and yaz-ztest) which occurred
in Windows due to bad error handling for Libxml2.
Added facility for sending arbitrary records (ASN.1 any) using
ZOOM C's Extended service update. Patch by Sam Reynolds.
+New options for ZOOM C's connection, logapdu which makes ZOOM log
+APDUs.
+
--- 3.0.34 2008/06/18
YAZ uses GNU TLS without the OpenSSL compatibility wrapper.
dnl This file is part of the YAZ toolkit.
dnl Copyright (C) 1995-2008 Index Data
AC_PREREQ([2.60])
-AC_INIT([yaz],[3.0.34],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.36],[yaz-help@indexdata.dk])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([1.9])
+yaz (3.0.36-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Fri, 26 Sep 2008 12:20:31 +0200
+
yaz (3.0.34-1) unstable; urgency=low
* Upstream.
dh_fixperms
# dh_perl
# dh_python
- dh_makeshlibs -V 'libyaz3 (>= 3.0.30)'
+ dh_makeshlibs -V 'libyaz3 (>= 3.0.36)'
dh_installdeb
dh_shlibdeps -l debian/libyaz3/usr/lib
dh_gencontrol
#include <yaz/yconfig.h>
-#define YAZ_VERSION "3.0.34"
-#define YAZ_VERSIONL 0x030022
+#define YAZ_VERSION "3.0.36"
+#define YAZ_VERSIONL 0x030024
-#define YAZ_FILEVERSION 3,0,34,1
+#define YAZ_FILEVERSION 3,0,36,1
#define YAZ_DATE 1
; This file is part of the YAZ toolkit.
; Copyright (C) 1995-2008 Index Data
-!define VERSION "3.0.34"
+!define VERSION "3.0.36"
; Microsoft runtime CRT
; Uncomment exactly ONE section of the three below