Version 5.0.5 v5.0.5
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Dec 2013 10:45:22 +0000 (11:45 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Dec 2013 10:45:22 +0000 (11:45 +0100)
Use 1.indexdata rather than 1indexdata for debian_revision +
RPM Spec Release.

IDMETA
NEWS
debian/changelog
yaz.spec

diff --git a/IDMETA b/IDMETA
index ed51fbc..e9de9fc 100755 (executable)
--- a/IDMETA
+++ b/IDMETA
@@ -1,4 +1,4 @@
 DEBIAN_DIST="jessie wheezy squeeze"
 UBUNTU_DIST="saucy raring quantal precise oneiric lucid"
 CENTOS_DIST="centos5 centos6"
-VERSION=5.0.4
+VERSION=5.0.5
diff --git a/NEWS b/NEWS
index 9f1e8e2..df2af30 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+--- 5.0.5 2013/12/09
+
+Add support for MARC-in-JSON. yaz-marcdump and the record conversion module
+can read and write this format. For record format JSON, yaz-ztest returns
+MARC-in-JSON records.
+
+iconv: fixes and more tests for danmarc character set encoding. 0xa733 is
+converted to @å , 0xa732 is converted to @Å instead of @a733, @a732 .
+
 --- 5.0.4 2013/11/22
 
 Improve error reporting for ICU chains YAZ-707
index 388b19d..493b034 100644 (file)
@@ -1,3 +1,9 @@
+yaz (5.0.5-1.indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 09 Dec 2013 11:43:34 +0100
+
 yaz (5.0.4-1indexdata) unstable; urgency=low
 
   * Upstream.
index 05211a6..c7feccd 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -7,7 +7,7 @@
 Name: yaz
 Summary: Z39.50 Programs
 Version: %{idmetaversion}
-Release: 1indexdata
+Release: 1.indexdata
 
 # determine system
 %define is_mandrake %(test -e /etc/mandrake-release && echo 1 || echo 0)