From 2e8e1acb6ba390e3e746b97385e41c1cc7817e18 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 19 Sep 2013 13:20:00 +0200 Subject: [PATCH 1/1] Version 4.2.67 --- NEWS | 12 ++++++++++++ debian/changelog | 6 ++++++ debian/rules | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d6e820b..f67c855 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +--- 4.2.67 2013/09/19 + +Don't decode MAB as MARC. Just like we don't attempt to decode +HTML/XML as MARC. Fixes MAB display problem that was introduced in 4.2.64. + +CCL: allow quoted terms for date ranges. YAZ-681 + +Introduce ccl_parser_qual_search. This function makes old function +ccl_qual_search, from YAZ 2, available again. + +Add yaz_facet_list_to_wrbuf. YAZ-683 + --- 4.2.66 2013/09/11 ZOOM: fix record handling for Solr. ZOOM_record_get would return 0, if diff --git a/debian/changelog b/debian/changelog index 5c585f8..f068c81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.67-1indexdata) unstable; urgency=low + + * Upstram. + + -- Adam Dickmeiss Thu, 19 Sep 2013 13:19:07 +0200 + yaz (4.2.66-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index c09b7e7..d3fbd36 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.63)' + dh_makeshlibs -V 'libyaz4 (>= 4.2.67)' dh_installdeb dh_shlibdeps -l debian/libyaz4/usr/lib dh_gencontrol -- 1.7.10.4