From 3775cbf69e7cfefce240f69fc43e148d0a64fa60 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 17 Jun 2011 12:48:34 +0200 Subject: [PATCH] Version 4.2.3 --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ debian/rules | 2 +- yaz.spec | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f0921f8..b1caeb6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 4.2.3 2011/06/17 + +Add new CCL utility, ccl_qual_dup, which makes a copy of a CCL bibset. + --- 4.2.2 2011/06/10 Add new utilities to convert from CQL to CCL . These utilities have diff --git a/configure.ac b/configure.ac index aa60232..f2efd06 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.2],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.2.3],[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 1536b82..03b5f70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.3-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 17 Jun 2011 12:46:26 +0200 + yaz (4.2.2-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index e4d6496..de84f0e 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.2)' + dh_makeshlibs -V 'libyaz4 (>= 4.2.3)' dh_installdeb dh_shlibdeps -l debian/libyaz4/usr/lib dh_gencontrol diff --git a/yaz.spec b/yaz.spec index 7a27a25..dbe4bc6 100644 --- a/yaz.spec +++ b/yaz.spec @@ -5,7 +5,7 @@ Name: yaz Summary: Z39.50 Programs -Version: 4.2.2 +Version: 4.2.3 Release: 1indexdata # determine system -- 1.7.10.4