From: Adam Dickmeiss Date: Wed, 12 Sep 2007 06:49:37 +0000 (+0000) Subject: Towards 3.0.12 X-Git-Tag: YAZ.3.0.12 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=2df748278af6d0220d5d9e0a0e54a5e16cd3de63 Towards 3.0.12 --- diff --git a/NEWS b/NEWS index 5c4a297..8938ee5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +--- 3.0.10 2007/09/12 ZOOM C now handles SRU surrogate diagnostics (i.e. errors returned from ZOOM_record_error). @@ -15,7 +16,7 @@ ZOOM C and yaz-client announces SRU version 1.2 by default. yaz-client 'sru' command may specifiy both SRU version and transport (SOAP, GET or POST). -Fixed in yaz_sru_decode to allow SRU version 1.2. +Fixed in yaz_sru_decode to allow other version than 1.1. --- 3.0.10 2007/08/22 diff --git a/configure.ac b/configure.ac index 3a9f3c2..4cffd26 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1995-2007 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.90 2007-08-22 09:09:03 adam Exp $ +dnl $Id: configure.ac,v 1.91 2007-09-12 06:49:37 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[3.0.10],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.12],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) diff --git a/debian/changelog b/debian/changelog index 0e49655..fde70ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.12-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 12 Sep 2007 08:46:52 +0200 + yaz (3.0.10-1) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 02cc543..e8731f0 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz3 (>= 3.0.5)' + dh_makeshlibs -V 'libyaz3 (>= 3.0.11)' dh_installdeb dh_shlibdeps -l debian/libyaz3/usr/lib dh_gencontrol diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index bf11bc6..851e32e 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: yaz-version.h,v 1.131 2007-08-22 09:09:03 adam Exp $ */ +/* $Id: yaz-version.h,v 1.132 2007-09-12 06:49:37 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,8 +33,8 @@ #include -#define YAZ_VERSION "3.0.10" -#define YAZ_VERSIONL 0x03000A +#define YAZ_VERSION "3.0.12" +#define YAZ_VERSIONL 0x03000C #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index 694e586..7768f36 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.117 2007-08-22 09:09:03 adam Exp $ +; $Id: yaz.nsi,v 1.118 2007-09-12 06:49:38 adam Exp $ -!define VERSION "3.0.10" +!define VERSION "3.0.12" ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below diff --git a/win/yaz.rc b/win/yaz.rc index 6f010ed..2406b5b 100644 --- a/win/yaz.rc +++ b/win/yaz.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,0,10,1 - PRODUCTVERSION 3,0,10,1 + FILEVERSION 3,0,12,1 + PRODUCTVERSION 3,0,12,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -20,14 +20,14 @@ VS_VERSION_INFO VERSIONINFO VALUE "Comments", "Z39.50/SRU Library\0" VALUE "CompanyName", "Index Data ApS\0" VALUE "FileDescription", "YAZ Library\0" - VALUE "FileVersion", "3, 0, 10, 1\0" + VALUE "FileVersion", "3, 0, 12, 1\0" VALUE "InternalName", "YAZ\0" VALUE "LegalCopyright", "Copyright © 1995-2007 Index Data ApS\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "yaz.rc\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "YAZ Toolkit\0" - VALUE "ProductVersion", "3, 0, 10, 1\0" + VALUE "ProductVersion", "3, 0, 12, 1\0" VALUE "SpecialBuild", "\0" END }