Towards 3.0.28.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 31 Mar 2008 10:06:50 +0000 (12:06 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 31 Mar 2008 10:06:50 +0000 (12:06 +0200)
NEWS
configure.ac
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi

diff --git a/NEWS b/NEWS
index f0cf5a9..6b121a4 100644 (file)
--- 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).
index 62bd242..987546c 100644 (file)
@@ -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])
index 4e56852..fd3e861 100644 (file)
@@ -1,3 +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.
index 1a42a06..e204aa6 100644 (file)
 
 #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
 
index 7a455d4..82e1a64 100644 (file)
@@ -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