Add missing source files for Perl. ZEBRA.1.3.6
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 25 Feb 2003 14:17:58 +0000 (14:17 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 25 Feb 2003 14:17:58 +0000 (14:17 +0000)
CHANGELOG
configure.in
debian/changelog
include/zebraver.h
recctrl/Makefile.am
win/zebra.nsi

index cf608cc..381b5e5 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+--- 1.3.6 2003/02/25
+
+Added missing source files for perl extension.
 
 --- 1.3.5 2003/02/23
 
index 87d1a50..5ac4e94 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2003
-dnl $Id: configure.in,v 1.65 2003-02-20 21:13:37 adam Exp $
+dnl $Id: configure.in,v 1.66 2003-02-25 14:17:59 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.5)
+AM_INIT_AUTOMAKE(idzebra,1.3.6)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index 59a2caf..bf31fd5 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.5-2) unstable; urgency=low
+
+  * Updated for YAZ 2.0-2
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 24 Sun 2003 15:31:22 +0100
+
 idzebra (1.3.5-1) unstable; urgency=low
 
   * Updated for YAZ 1.9.3+.
index 8facff5..ce30974 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.27 2003-02-20 21:13:37 adam Exp $
+/* $Id: zebraver.h,v 1.28 2003-02-25 14:17:59 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
    Index Data Aps
 
@@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.3.5"
+#define ZEBRAVER "1.3.6"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2003-02-20 21:13:37 $"
+#define ZEBRADATE "$Date: 2003-02-25 14:17:59 $"
 #endif
index 2b2335f..8cd6d55 100644 (file)
@@ -1,7 +1,9 @@
-## $Id: Makefile.am,v 1.6 2002-11-26 21:45:29 adam Exp $
+## $Id: Makefile.am,v 1.7 2003-02-25 14:18:00 adam Exp $
 
 noinst_LIBRARIES = librecctrl.a
 
+EXTRA_DIST=perlread.c perlread.h.in
+
 if perl
 PERLREAD=perlread.c
 else
index 3859821..22a18fd 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.9 2003-02-20 21:13:37 adam Exp $
+; $Id: zebra.nsi,v 1.10 2003-02-25 14:18:00 adam Exp $
 
-!define VERSION "1.3.5"
+!define VERSION "1.3.6"
 
 Name "Zebra"
 Caption "Index Data Yebra ${VERSION} Setup"