Skip to content

Commit 91f4a70

Browse files
committed
Version 5.30.0
1 parent eaea5af commit 91f4a70

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

IDMETA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DEBIAN_DIST="buster stretch jessie"
22
UBUNTU_DIST="bionic xenial trusty"
33
CENTOS_DIST="centos6 centos7 centos8"
4-
VERSION=5.29.0
4+
VERSION=5.30.0

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

318
Several fixes for danmarc(2) charset encoding and decoding.

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
override_dh_makeshlibs:
20-
dh_makeshlibs -V 'libyaz5 (>= 5.27.0)'
20+
dh_makeshlibs -V 'libyaz5 (>= 5.30.0)'
2121

2222
override_dh_installchangelogs:
2323
dh_installchangelogs NEWS

0 commit comments

Comments
 (0)