From 19422e2310de8b0ac931561be72410b5b6d8b2ae Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 21 Sep 2007 09:24:17 +0000 Subject: [PATCH] Towards 3.0.14 --- NEWS | 15 ++++++++++++++- configure.ac | 4 ++-- debian/changelog | 12 ++++++++++++ include/yaz/yaz-version.h | 6 +++--- win/yaz.nsi | 4 ++-- win/yaz.rc | 8 ++++---- 6 files changed, 37 insertions(+), 12 deletions(-) diff --git a/NEWS b/NEWS index 8938ee5..295d7f9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ ---- 3.0.10 2007/09/12 +--- 3.0.14 2007/09/21 + +Fixed bad memory reference in ZOOM_record - cuased by member not being +initialized. This was a problem only in YAZ 3.0.12. + +Fixed bug in conversion from MARC to XML: Non-XML characters in control +fields were not removed. + +Changed the way C code is generated from codetables.xml. Made a MARC-8 +conversion trie for each characterSet section rather than codeTable. +This is ensure the code can deal with G0/G1 sequences. Use of a newer version +of codetables.xml from Larry Dixson, LOC. Bug #1464. + +--- 3.0.12 2007/09/12 ZOOM C now handles SRU surrogate diagnostics (i.e. errors returned from ZOOM_record_error). diff --git a/configure.ac b/configure.ac index 1f7f853..1469a29 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.92 2007-09-14 20:55:57 adam Exp $ +dnl $Id: configure.ac,v 1.93 2007-09-21 09:24:17 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[3.0.13],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.14],[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 fde70ae..96c4c11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +yaz (3.0.14-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 21 Sep 2007 11:23:05 +0200 + +yaz (3.0.13-1) unstable; urgency=low + + * Internal. + + -- Adam Dickmeiss Fri, 21 Sep 2007 08:57:29 +0200 + yaz (3.0.12-1) unstable; urgency=low * Upstream. diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index cd0887b..0d4c12f 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.133 2007-09-14 20:55:57 adam Exp $ */ +/* $Id: yaz-version.h,v 1.134 2007-09-21 09:24:18 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,8 +33,8 @@ #include -#define YAZ_VERSION "3.0.13" -#define YAZ_VERSIONL 0x03000D +#define YAZ_VERSION "3.0.14" +#define YAZ_VERSIONL 0x03000E #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index 35e5dde..68b8d4f 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.119 2007-09-18 13:05:18 adam Exp $ +; $Id: yaz.nsi,v 1.120 2007-09-21 09:24:18 adam Exp $ -!define VERSION "3.0.13" +!define VERSION "3.0.14" ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below diff --git a/win/yaz.rc b/win/yaz.rc index db28295..c25721b 100644 --- a/win/yaz.rc +++ b/win/yaz.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,0,13,1 - PRODUCTVERSION 3,0,13,1 + FILEVERSION 3,0,14,1 + PRODUCTVERSION 3,0,14,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, 13, 1\0" + VALUE "FileVersion", "3, 0, 14, 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, 13, 1\0" + VALUE "ProductVersion", "3, 0, 14, 1\0" VALUE "SpecialBuild", "\0" END } -- 1.7.10.4