From a974d9ce75ece8902b94224f334f7763711db46f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 9 Feb 2005 16:34:27 +0000 Subject: [PATCH] Towards 1.3.24 --- NEWS | 9 +++++++++ configure.in | 4 ++-- debian/changelog | 6 ++++++ include/zebraver.h | 6 +++--- win/zebra.nsi | 4 ++-- 5 files changed, 22 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index d37bfa8..5cba622 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.3.24 2005/02/09 + +For configure, support threading again. It was removed by mistake +for 1.3.18-1.3.22. + +Fixed bug #262: spaces in control fields in MARC returned. + +Fixed bug #259: Second indicator lost in MARC records + --- 1.3.22 2005/01/23 Fixed bug #253: Setting group.database not honored diff --git a/configure.in b/configure.in index 1f77c01..0c8a733 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2005 -dnl $Id: configure.in,v 1.91.2.8 2005-02-02 20:23:55 adam Exp $ +dnl $Id: configure.in,v 1.91.2.9 2005-02-09 16:34:27 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.22) +AM_INIT_AUTOMAKE(idzebra,1.3.24) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) diff --git a/debian/changelog b/debian/changelog index 888c43f..f44d9e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.24-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 9 Feb 2005 17:31:36 +0100 + idzebra (1.3.22-1) unstable; urgency=low * Upstream. diff --git a/include/zebraver.h b/include/zebraver.h index 655d2ed..08db092 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.38.2.4 2005-01-23 15:47:27 adam Exp $ +/* $Id: zebraver.h,v 1.38.2.5 2005-02-09 16:34:45 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #ifndef ZEBRAVER -#define ZEBRAVER "1.3.22" +#define ZEBRAVER "1.3.24" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2005-01-23 15:47:27 $" +#define ZEBRADATE "$Date: 2005-02-09 16:34:45 $" #endif diff --git a/win/zebra.nsi b/win/zebra.nsi index afc7da1..98568e3 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.20.2.8 2005-01-23 15:47:27 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.9 2005-02-09 16:34:28 adam Exp $ -!define VERSION "1.3.22" +!define VERSION "1.3.24" !include "MUI.nsh" -- 1.7.10.4