From: Adam Dickmeiss Date: Tue, 1 Oct 2013 07:58:37 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz X-Git-Tag: v5.0.0~13^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=023439d5ca0838437c2ca688aed1d7bf99551fca;hp=7d6d127337a9f3b76a9b0b8feeec3bf66dc740da Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz --- diff --git a/IDMETA b/IDMETA index 5c47833..9313e21 100755 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=4.2.68 +VERSION=4.2.69 diff --git a/NEWS b/NEWS index c403130..9753f18 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +--- 4.2.69 2013/10/01 + +GFS: log when closing down - at least SIGTERM YAZ-684 +Also change formatting WRT PID logging a bit. + +Improve display of MARC records with multi-byte subfield IDs YAZ-695 +In some rare cases subfield identifiers are multi-byte characters. +This will try to deterime length of those and split accordingly. +This affects display in line mode as MARCXML/MarcXchange. The encoding +of ISO2709 is the same. + +Change inp argument to const for yaz_read_UTF8_char. + +yaz-marcdump: fix leaks for MARCXML parsing. YAZ-694 + +MARCXML parsing: avoid skipping 1st field if no leader. YAZ-693 + +Better check of marc leader info YAZ-691 +Problem is that some systems generate MARCXML/MarcXchange with +funny headers. These will not work if encoded as ISO2709. +Some tests produce new output, due to updated warning messages + +cql2pqf: allow PQF queries from stdin (because CQL is also allowed) + +yaz-client: display MAB records YAZ-689. +Thanks for Heiko Jansen for this patch. + +New utility z_get_HTTP_Response_server which allows both HTTP server name +and HTTP server URL to be given in response. + +Debian: do not depend on obs tcl8.3. + +Debian: do not depend on obs libicu36-dev. + --- 4.2.68 2013/09/23 GFS: pass additionalSearchInfo to search memeber search_input if diff --git a/debian/.gitignore b/debian/.gitignore index dc3a5f9..982cdf3 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,6 +1,7 @@ copyright files libyaz4 +libyaz4-dbg libyaz4-dev yaz-icu yaz-illclient diff --git a/debian/changelog b/debian/changelog index 2e1b3e5..43b548d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (4.2.69-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 01 Oct 2013 09:42:46 +0200 + yaz (4.2.68-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 5ebb002..0435208 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.68)' + dh_makeshlibs -V 'libyaz4 (>= 4.2.69)' dh_installdeb dh_shlibdeps -l debian/libyaz4/usr/lib dh_gencontrol