From 635995241e865409ad462e33b0208d3a8ebfb14d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Jun 2008 11:17:02 +0200 Subject: [PATCH] Version 2.0.32. --- NEWS | 5 +++++ configure.ac | 2 +- debian/changelog | 6 ++++++ include/yaz/yaz-version.h | 6 +++--- win/yaz.nsi | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c17d14b..891ed3e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 3.0.32 2008/06/12 + +Fixed memory violation that could occur when decoding UTF-8. This bug +was only present in 3.0.30 of YAZ. + --- 3.0.30 2008/06/06 Implemented SSL sockets using GNU TLS. OpenSSL is still supported, but diff --git a/configure.ac b/configure.ac index 36e9ca6..ef84621 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.30],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.32],[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 8f8e3e3..9f536b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.32-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 12 Jun 2008 11:14:31 +0200 + yaz (3.0.30-1) unstable; urgency=low * Upstream. diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 444feab..80911e2 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -32,10 +32,10 @@ #include -#define YAZ_VERSION "3.0.30" -#define YAZ_VERSIONL 0x03001E +#define YAZ_VERSION "3.0.32" +#define YAZ_VERSIONL 0x030020 -#define YAZ_FILEVERSION 3,0,30,1 +#define YAZ_FILEVERSION 3,0,32,1 #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index e3fc2f2..0e2b10d 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.30" +!define VERSION "3.0.32" ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below -- 1.7.10.4