From: Adam Dickmeiss Date: Mon, 10 Nov 2008 15:45:34 +0000 (+0100) Subject: Version 3.0.38. X-Git-Tag: v3.0.38~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=07af4a097fe9091a43232fa201e0833b330d21de Version 3.0.38. --- diff --git a/NEWS b/NEWS index fca637b..61ecdc1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 3.0.38 2008/11/10 + ZOOM C now only fires one ZOOM_EVENT_SEARCH per search-task. Previously, ZOOM_EVENT_SEARCH was fired for each searchRetrieve Response received. diff --git a/configure.ac b/configure.ac index 1ee89fb..fcc9d14 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of the YAZ toolkit. dnl Copyright (C) 1995-2008 Index Data AC_PREREQ([2.60]) -AC_INIT([yaz],[3.0.37],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.38],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/changelog b/debian/changelog index 5e14503..56d22b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.38-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 10 Nov 2008 16:43:58 +0100 + yaz (3.0.37-1) unstable; urgency=low * Internal. diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index bd8db90..d5ed578 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -32,10 +32,10 @@ #include -#define YAZ_VERSION "3.0.37" -#define YAZ_VERSIONL 0x030025 +#define YAZ_VERSION "3.0.38" +#define YAZ_VERSIONL 0x030026 -#define YAZ_FILEVERSION 3,0,37,1 +#define YAZ_FILEVERSION 3,0,38,1 #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index d6c334c..25b41f6 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,7 +1,7 @@ ; This file is part of the YAZ toolkit. ; Copyright (C) 1995-2008 Index Data -!define VERSION "3.0.37" +!define VERSION "3.0.38" ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below