From: Adam Dickmeiss Date: Fri, 6 Jun 2008 09:22:51 +0000 (+0200) Subject: Version 3.0.30. X-Git-Tag: v3.0.30~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=76d7a32ad18dfab123315e59b2b941d7cdf3632a;hp=2221f6847ece72c7539a1f28e33da980fb2bd810 Version 3.0.30. --- diff --git a/NEWS b/NEWS index 94b5bdb..8b9b53a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 3.0.30 2008/06/26 + +Implemented SSL sockets using GNU TLS. OpenSSL is still supported, but +GNU TLS is used by default (if found). + yaz-ztest returns OPAC records if a client asks for OPAC. Improved speed of MARC-8 encoding. diff --git a/configure.ac b/configure.ac index edd00c2..36e9ca6 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.29],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.30],[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 8d80808..8f8e3e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.30-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 06 Jun 2008 11:22:02 +0200 + yaz (3.0.29-2) unstable; urgency=low * Internal using GNU TLS. diff --git a/debian/rules b/debian/rules index e258bf1..03c0d9e 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.29)' + dh_makeshlibs -V 'libyaz3 (>= 3.0.30)' 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 56beeee..444feab 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -32,10 +32,10 @@ #include -#define YAZ_VERSION "3.0.29" -#define YAZ_VERSIONL 0x03001D +#define YAZ_VERSION "3.0.30" +#define YAZ_VERSIONL 0x03001E -#define YAZ_FILEVERSION 3,0,29,1 +#define YAZ_FILEVERSION 3,0,30,1 #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index cc48e87..e3fc2f2 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.29" +!define VERSION "3.0.30" ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below