Towards 2.0.14.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 May 2007 07:36:06 +0000 (07:36 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 9 May 2007 07:36:06 +0000 (07:36 +0000)
NEWS
configure.ac
debian/changelog
include/idzebra/version.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index de2344b..46e03f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+--- 2.0.14 2007/05/09
+
+Zebra uses the YAZ 3 API. Note that this changes the Zebra API
+as well. The register layout is the same however. 
+
 Fixed bug #1114: scan within set may use excessive CPU.
 
 Fixed memory leak that occurred in scan.
 Fixed bug #1114: scan within set may use excessive CPU.
 
 Fixed memory leak that occurred in scan.
index 6fb60ad..426478f 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data ApS, 1995-2007
 dnl Zebra, Index Data ApS, 1995-2007
-dnl $Id: configure.ac,v 1.57 2007-05-09 07:30:43 adam Exp $
+dnl $Id: configure.ac,v 1.58 2007-05-09 07:36:06 adam Exp $
 dnl
 AC_PREREQ(2.59)
 dnl
 AC_PREREQ(2.59)
-AC_INIT([idzebra],[2.0.13],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.14],[zebra-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.8])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.8])
index c9f94fc..f9fe78a 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.14-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 09 May 2007 09:32:03 +0200
+
 idzebra (2.0.13-1) unstable; urgency=low
 
   * Upstream.
 idzebra (2.0.13-1) unstable; urgency=low
 
   * Upstream.
index 0d88715..04ae32c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.20 2007-03-08 12:57:35 adam Exp $
+/* $Id: version.h,v 1.21 2007-05-09 07:36:06 adam Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #ifndef ZEBRAVER
 
 
 #ifndef ZEBRAVER
 
-#define ZEBRAVER "2.0.13"
+#define ZEBRAVER "2.0.14"
 
 
-#define ZEBRADATE "$Date: 2007-03-08 12:57:35 $"
+#define ZEBRADATE "$Date: 2007-05-09 07:36:06 $"
 
 #endif
 /*
 
 #endif
 /*
index 92c35a2..1c84b90 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.40 2007-03-07 21:14:16 adam Exp $
+; $Id: zebra.nsi,v 1.41 2007-05-09 07:36:06 adam Exp $
 
 
-!define VERSION "2.0.12"
+!define VERSION "2.0.14"
 
 ; VS 2005
 ; !define VS_RUNTIME_DLL      "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"
 
 ; VS 2005
 ; !define VS_RUNTIME_DLL      "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"
@@ -84,7 +84,7 @@ Section "Zebra Runtime"
        File ..\bin\zlib1.dll
        File ..\bin\libxml2.dll
        File ..\bin\libxslt.dll
        File ..\bin\zlib1.dll
        File ..\bin\libxml2.dll
        File ..\bin\libxslt.dll
-       File ..\bin\yaz.dll
+       File ..\bin\yaz3.dll
        File ..\bin\libexpat.dll
 SectionEnd
 
        File ..\bin\libexpat.dll
 SectionEnd