From: Adam Dickmeiss Date: Mon, 31 Mar 2008 10:06:50 +0000 (+0200) Subject: Towards 3.0.28. X-Git-Tag: v3.0.30~63 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=a6f6305f2cd0479017a63809ff7f93cb0eaba572 Towards 3.0.28. --- diff --git a/NEWS b/NEWS index f0cf5a9..6b121a4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +--- 3.0.28 2008/03/31 + +yaz-client's itemorder command may now send a file. + +Fixed yaz-marcdump to allow the use of NS prefix for record element. + +Added new function yaz_log_xml_errors. + +Allow (but warn) unknown XML attributes in MARCXML parsing. + +Handle G1 sequneces in MARC-8 decoding. Bug #2115. + +The UTF-8 to MARC-8 conversion now uses a different set of characters +for Greek symbols. Bug #2120. + --- 3.0.26 2008/02/21 Added yaz_daemon (daemon.h). diff --git a/configure.ac b/configure.ac index 62bd242..987546c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl YAZ Toolkit, Index Data 1995-2008 dnl See the file LICENSE for details. dnl $Id: configure.ac,v 1.111 2008-02-21 10:48:44 adam Exp $ AC_PREREQ(2.60) -AC_INIT([yaz],[3.0.27],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[3.0.28],[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 4e56852..fd3e861 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (3.0.28-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 31 Mar 2008 12:05:33 +0200 + yaz (3.0.27-1) unstable; urgency=low * Internal. diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 1a42a06..e204aa6 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -32,10 +32,10 @@ #include -#define YAZ_VERSION "3.0.27" -#define YAZ_VERSIONL 0x03001B +#define YAZ_VERSION "3.0.28" +#define YAZ_VERSIONL 0x03001C -#define YAZ_FILEVERSION 3,0,27,1 +#define YAZ_FILEVERSION 3,0,28,1 #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index 7a455d4..82e1a64 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ ; $Id: yaz.nsi,v 1.129 2008-02-21 10:48:45 adam Exp $ -!define VERSION "3.0.27" +!define VERSION "3.0.28" ; Microsoft runtime CRT ; Uncomment exactly ONE section of the three below