File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11DEBIAN_DIST="buster stretch jessie"
22UBUNTU_DIST="bionic xenial trusty"
33CENTOS_DIST="centos6 centos7 centos8"
4- VERSION=5.29 .0
4+ VERSION=5.30 .0
Original file line number Diff line number Diff line change 1+ --- 5.30.0 2020/03/18
2+
3+ Extend the record conversion routines to handle OPAC encoding
4+ with outputcharset and leaderspec. Example rule:
5+ ```
6+ <retrieval syntax="opac" name="OP2">
7+ <backend syntax="opac" name="F">
8+ <marc leaderspec="9=' '" inputformat="marc" outputformat="marcxml"
9+ inputcharset="utf-8" outputcharset="marc-8"/>
10+ </backend>
11+ </retrieval>
12+ ```
13+
14+ For this to `work yaz_record_get_output_charset` is defined. YAZ-927
15+
116--- 5.29.0 2020/02/28
217
318Several fixes for danmarc(2) charset encoding and decoding.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ override_dh_auto_install:
1717 mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc
1818
1919override_dh_makeshlibs :
20- dh_makeshlibs -V ' libyaz5 (>= 5.27 .0)'
20+ dh_makeshlibs -V ' libyaz5 (>= 5.30 .0)'
2121
2222override_dh_installchangelogs :
2323 dh_installchangelogs NEWS
You can’t perform that action at this time.
0 commit comments