From 4ac462a7014a05f412d5120c9678d8215f842adc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 28 Sep 2012 13:31:38 +0200 Subject: [PATCH] Versino 4.2.39 --- IDMETA | 2 +- NEWS | 13 +++++++++++++ debian/changelog | 6 ++++++ debian/rules | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index affb1e4..84b6094 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" CENTOS_DIST="centos5" -VERSION=4.2.38 +VERSION=4.2.39 diff --git a/NEWS b/NEWS index e99fb61..a524cd9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +--- 4.2.39 2012/09/28 + +Implement ccl_qual_fitem2. Like ccl_qual_fitem but with diagnostic +string returned. + +MARC: Extra/missing indicator handled for MARCXML. +The indicator length is given in header and is the same for the +whole record. If attributes ind1, ind2 are missing, then content +character defaults to blank. Extra indicator attributes (beyond) +indicator length are treated as an error. + +Reformat: delete trailing whitespace + --- 4.2.38 2012/09/17 MARC: fix non-ASCII characters for leader. This is to ensure we can diff --git a/debian/changelog b/debian/changelog index f83d761..1812919 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.39-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 28 Sep 2012 13:31:00 +0200 + yaz (4.2.38-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 294faad..f298ea5 100755 --- a/debian/rules +++ b/debian/rules @@ -95,7 +95,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz4 (>= 4.2.37)' + dh_makeshlibs -V 'libyaz4 (>= 4.2.39)' dh_installdeb dh_shlibdeps -l debian/libyaz4/usr/lib dh_gencontrol -- 1.7.10.4