From: Adam Dickmeiss Date: Mon, 9 Dec 2013 10:45:22 +0000 (+0100) Subject: Version 5.0.5 X-Git-Tag: v5.0.5 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=939b4b8c6d6c6a3e5bb0833dc7977ebcdfe2dbf2 Version 5.0.5 Use 1.indexdata rather than 1indexdata for debian_revision + RPM Spec Release. --- diff --git a/IDMETA b/IDMETA index ed51fbc..e9de9fc 100755 --- 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 --- 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 diff --git a/debian/changelog b/debian/changelog index 388b19d..493b034 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (5.0.5-1.indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 09 Dec 2013 11:43:34 +0100 + yaz (5.0.4-1indexdata) unstable; urgency=low * Upstream. diff --git a/yaz.spec b/yaz.spec index 05211a6..c7feccd 100644 --- 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)