From 6cf204a1f25e251bc6de07f4254125b174a14c3a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 Aug 2011 17:58:07 +0000 Subject: [PATCH 1/1] Version 4.2.10 --- NEWS | 4 +++- configure.ac | 2 +- debian/changelog | 6 ++++++ debian/rules | 2 +- yaz.spec | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b609c92..7907df5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ -[IN PROGRESS] +-- 4.2.10 2011/08/24 + +ZOOM SRU mode: more aggressive re-connect. Private function prox_unit_name() renamed to yaz_prox_unit_name() and made available as a utility function, declared in diff --git a/configure.ac b/configure.ac index 818e645..d9f05cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ 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.9],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.2.10],[yaz-help@indexdata.dk]) AC_CONFIG_HEADERS(include/config.h) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) diff --git a/debian/changelog b/debian/changelog index 61387fe..5f61fc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.10-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 24 Aug 2011 17:57:35 +0000 + yaz (4.2.9-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index c1abf71..d009a46 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz4 (>= 4.2.8)' + dh_makeshlibs -V 'libyaz4 (>= 4.2.10)' dh_installdeb dh_shlibdeps -l debian/libyaz4/usr/lib dh_gencontrol diff --git a/yaz.spec b/yaz.spec index aeff220..e02da06 100644 --- a/yaz.spec +++ b/yaz.spec @@ -5,7 +5,7 @@ Name: yaz Summary: Z39.50 Programs -Version: 4.2.9 +Version: 4.2.10 Release: 1indexdata # determine system -- 1.7.10.4