Verson 4.0.3 v4.0.3
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Apr 2010 09:33:28 +0000 (11:33 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Apr 2010 09:33:28 +0000 (11:33 +0200)
NEWS
configure.ac
debian/changelog
debian/rules

diff --git a/NEWS b/NEWS
index 2b7f983..5a83184 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+--- 4.0.3 2010/04/09
+
+Handle HTTP redirect for SRU GET in yaz-client and ZOOM C. Based on
+patch from Giannis Kosmas.
+
+SRU: no longer URL encode SRU database. The URL for an SRU server is
+a URL and such is alreeady encoded - at least when given with leading
+http:// or https://. This reverts behavior to YAZ 3.0.50.
+
+Support for new MARC XML notation TurboMARC which like MARCXML is a
+complete representation of MARC/ISO2709.. This one, however, is more
+compact and allows for faster processing with XSLT. TurboMARC can be
+used in the marcdisp.h API, from the yaz-marcdump utility and from
+the API of ZOOM C.
+
+yaz-ztest can be configured - via the database - to perform certain
+delays when it performs operations search, present and single record
+fetch. This allows testers to make yaz-ztest act as a real or even slow
+Z39.50 server. Refer to the yaz-ztest man pages for details.
+
 --- 4.0.2 2010/03/09
 
 wrbuf_destroy allows NULL WRBUF passed to it.
index 2d90509..7c98b6c 100644 (file)
@@ -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.2],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[4.0.3],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.9])
index 95f8308..6cb2b03 100644 (file)
@@ -1,3 +1,9 @@
+yaz (4.0.3-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 09 Apr 2010 10:56:41 +0200
+
 yaz (4.0.2-1indexdata) unstable; urgency=low
 
   * Upstream.
index ab399bd..7dcb3dd 100755 (executable)
@@ -98,7 +98,7 @@ binary-arch: build install
        dh_fixperms
 #      dh_perl
 #      dh_python
-       dh_makeshlibs -V 'libyaz4 (>= 4.0.1)'
+       dh_makeshlibs -V 'libyaz4 (>= 4.0.3)'
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz4/usr/lib
        dh_gencontrol