From 281911a2d5a2599b56158e90779cad02c5aaf496 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 21 Jun 2011 15:10:11 +0200 Subject: [PATCH] Version 4.2.4 --- NEWS | 8 ++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ yaz.spec | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b1caeb6..310b970 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 4.2.4 2011/06/21 + +Fix a bug in SRU decoding of records.. The datbase records stored +had un-initialized memory, but it would only be seen with yaz_record_render +and type_spec="ext" . + +Fix a bug in ccl_qual_dup introduced in 4.2.3. + --- 4.2.3 2011/06/17 Add new CCL utility, ccl_qual_dup, which makes a copy of a CCL bibset. diff --git a/configure.ac b/configure.ac index f2efd06..c935363 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.3],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[4.2.4],[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 03b5f70..b5fa95f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.4-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 21 Jun 2011 15:05:13 +0200 + yaz (4.2.3-1indexdata) unstable; urgency=low * Upstream. diff --git a/yaz.spec b/yaz.spec index dbe4bc6..e65b6bd 100644 --- a/yaz.spec +++ b/yaz.spec @@ -5,7 +5,7 @@ Name: yaz Summary: Z39.50 Programs -Version: 4.2.3 +Version: 4.2.4 Release: 1indexdata # determine system -- 1.7.10.4