+--- 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).
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])
+yaz (3.0.28-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Mon, 31 Mar 2008 12:05:33 +0200
+
yaz (3.0.27-1) unstable; urgency=low
* Internal.
#include <yaz/yconfig.h>
-#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
; $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