From 5a4df800518e830b12ea3a0e906939506a7c3a65 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Nov 2007 08:58:16 +0000 Subject: [PATCH] Towards 3.0.16 --- NEWS | 4 ++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ include/yaz/yaz-version.h | 6 +++--- win/yaz.nsi | 4 ++-- win/yaz.rc | 8 ++++---- 6 files changed, 21 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index a72a1e1..2e1d616 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 3.0.16 2007/11/12 + Added yaz_poll which is a wrapper for select/poll. When poll is available and non-buggy, it is used, by yaz_poll . This allows more than 1024 sockets to be in use. @@ -12,6 +14,8 @@ the proxy address, followed by command, then follwed by he regular "virtual" addresss. For example, connect:webproxy.com:3128,tcp:z3950.loc.gov:7090/voyager . +More MARC-8/UTF-8 conversion fixes. Bugs #1666, #1667, #1778. + --- 3.0.14 2007/09/21 Fixed bad memory reference in ZOOM_record - cuased by member not being diff --git a/configure.ac b/configure.ac index cc284c9..19a4ff6 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.96 2007-11-08 08:17:17 adam Exp $ +dnl $Id: configure.ac,v 1.97 2007-11-12 08:58:16 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[3.0.15],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.16],[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 92da6ba..c47c82e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.16-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 12 Nov 2007 09:52:04 +0100 + yaz (3.0.15-1) unstable; urgency=low * Version with ICU. diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index e96b079..16bcb2c 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.135 2007-09-26 19:14:04 adam Exp $ */ +/* $Id: yaz-version.h,v 1.136 2007-11-12 08:58:17 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,8 +33,8 @@ #include -#define YAZ_VERSION "3.0.15" -#define YAZ_VERSIONL 0x03000F +#define YAZ_VERSION "3.0.16" +#define YAZ_VERSIONL 0x030010 #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index f60eb82..6274194 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.121 2007-09-26 19:14:05 adam Exp $ +; $Id: yaz.nsi,v 1.122 2007-11-12 08:58:17 adam Exp $ -!define VERSION "3.0.15" +!define VERSION "3.0.16" ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below diff --git a/win/yaz.rc b/win/yaz.rc index 008cf1f..5a4073b 100644 --- a/win/yaz.rc +++ b/win/yaz.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,0,15,1 - PRODUCTVERSION 3,0,15,1 + FILEVERSION 3,0,16,1 + PRODUCTVERSION 3,0,16,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, 15, 1\0" + VALUE "FileVersion", "3, 0, 16, 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, 15, 1\0" + VALUE "ProductVersion", "3, 0, 16, 1\0" VALUE "SpecialBuild", "\0" END } -- 1.7.10.4