From: Adam Dickmeiss Date: Fri, 26 Sep 2008 10:22:16 +0000 (+0200) Subject: Version 3.0.36. X-Git-Tag: v3.0.36 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=refs%2Ftags%2Fv3.0.36 Version 3.0.36. --- diff --git a/NEWS b/NEWS index 9aabc24..bfc111e 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,24 @@ +--- 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. diff --git a/configure.ac b/configure.ac index 8762323..03b9f34 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ 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]) diff --git a/debian/changelog b/debian/changelog index 9797010..f1834ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.36-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 26 Sep 2008 12:20:31 +0200 + yaz (3.0.34-1) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 03c0d9e..76a3849 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-arch: build install 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 diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index fdacf37..e1d9838 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -32,10 +32,10 @@ #include -#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 diff --git a/win/yaz.nsi b/win/yaz.nsi index f58aea7..07eea1b 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,7 +1,7 @@ ; 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