Towards 1.3.24 ZEBRA.1.3.24
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Feb 2005 16:34:27 +0000 (16:34 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 Feb 2005 16:34:27 +0000 (16:34 +0000)
NEWS
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index d37bfa8..5cba622 100644 (file)
--- 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
index 1f77c01..0c8a733 100644 (file)
@@ -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)
index 888c43f..f44d9e1 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.24-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed,  9 Feb 2005 17:31:36 +0100
+
 idzebra (1.3.22-1) unstable; urgency=low
 
   * Upstream.
index 655d2ed..08db092 100644 (file)
@@ -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
index afc7da1..98568e3 100644 (file)
@@ -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"