Version 3.0.36. v3.0.36
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 26 Sep 2008 10:22:16 +0000 (12:22 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 26 Sep 2008 10:22:16 +0000 (12:22 +0200)
NEWS
configure.ac
debian/changelog
debian/rules
include/yaz/yaz-version.h
win/yaz.nsi

diff --git a/NEWS b/NEWS
index 9aabc24..bfc111e 100644 (file)
--- 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.
 
 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.
 --- 3.0.34 2008/06/18
 
 YAZ uses GNU TLS without the OpenSSL compatibility wrapper.
index 8762323..03b9f34 100644 (file)
@@ -1,7 +1,7 @@
 dnl This file is part of the YAZ toolkit.
 dnl Copyright (C) 1995-2008 Index Data
 AC_PREREQ([2.60])
 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])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
index 9797010..f1834ce 100644 (file)
@@ -1,3 +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.
 yaz (3.0.34-1) unstable; urgency=low
 
   * Upstream.
index 03c0d9e..76a3849 100755 (executable)
@@ -98,7 +98,7 @@ binary-arch: build install
        dh_fixperms
 #      dh_perl
 #      dh_python
        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
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz3/usr/lib
        dh_gencontrol
index fdacf37..e1d9838 100644 (file)
 
 #include <yaz/yconfig.h>
 
 
 #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
 
 
 #define YAZ_DATE 1
 
index f58aea7..07eea1b 100644 (file)
@@ -1,7 +1,7 @@
 ; This file is part of the YAZ toolkit.
 ; Copyright (C) 1995-2008 Index Data
 
 ; 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
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below