Version 4.2.20, really v4.2.20
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Nov 2011 15:02:55 +0000 (16:02 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Nov 2011 15:02:55 +0000 (16:02 +0100)
NEWS
configure.ac
debian/changelog
debian/rules
yaz.spec

diff --git a/NEWS b/NEWS
index d2b3e27..4e8d0a5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+-- 4.2.20 2011/11/09
+
+New ZOOM connection setting: tproxy.  It's like proxy, but does not
+set Z39.50 proxy OID or change HTTP for proxy behavior. Can be used
+to set resolved address + port for a connection outside ZOOM itself.
+
+Fix atoi_n_check digit test. Thanks to Giannis Kosmas for spotting it.
+
 -- 4.2.19 2011/11/07
 
 Fix uninitialized variable in Solr spell support (could cause SEGV
 -- 4.2.19 2011/11/07
 
 Fix uninitialized variable in Solr spell support (could cause SEGV
index b907995..b7f3c74 100644 (file)
@@ -1,7 +1,7 @@
 dnl This file is part of the YAZ toolkit.
 dnl Copyright (C) 1995-2011 Index Data
 AC_PREREQ([2.60])
 dnl This file is part of the YAZ toolkit.
 dnl Copyright (C) 1995-2011 Index Data
 AC_PREREQ([2.60])
-AC_INIT([yaz],[4.2.19],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[4.2.20],[yaz-help@indexdata.dk])
 AC_CONFIG_HEADERS(include/config.h)
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_HEADERS(include/config.h)
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])
index 2b03c05..fd1b86b 100644 (file)
@@ -1,8 +1,15 @@
+yaz (4.2.20-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 09 Nov 2011 15:58:40 +0100
+
 yaz (4.2.19-1indexdata) unstable; urgency=low
 
   * Upstream.
 yaz (4.2.19-1indexdata) unstable; urgency=low
 
   * Upstream.
+  * .i
 
 
- -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 07 Nov 2011 10:15:42 +0100
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 09 Nov 2011 15:58:38 +0100
 
 yaz (4.2.18-1indexdata) unstable; urgency=low
 
 
 yaz (4.2.18-1indexdata) unstable; urgency=low
 
index dc87647..07173e3 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 'libyaz4 (>= 4.2.17)'
+       dh_makeshlibs -V 'libyaz4 (>= 4.2.20)'
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz4/usr/lib
        dh_gencontrol
        dh_installdeb
        dh_shlibdeps  -l debian/libyaz4/usr/lib
        dh_gencontrol
index 145a22d..2a05519 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -5,7 +5,7 @@
 
 Name: yaz
 Summary: Z39.50 Programs
 
 Name: yaz
 Summary: Z39.50 Programs
-Version: 4.2.19
+Version: 4.2.20
 Release: 1indexdata
 
 # determine system
 Release: 1indexdata
 
 # determine system