Skip to content

Commit

Permalink
Version 5.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Mar 18, 2020
1 parent eaea5af commit 91f4a70
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IDMETA
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEBIAN_DIST="buster stretch jessie"
UBUNTU_DIST="bionic xenial trusty"
CENTOS_DIST="centos6 centos7 centos8"
VERSION=5.29.0
VERSION=5.30.0
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
--- 5.30.0 2020/03/18

Extend the record conversion routines to handle OPAC encoding
with outputcharset and leaderspec. Example rule:
```
<retrieval syntax="opac" name="OP2">
<backend syntax="opac" name="F">
<marc leaderspec="9=' '" inputformat="marc" outputformat="marcxml"
inputcharset="utf-8" outputcharset="marc-8"/>
</backend>
</retrieval>
```

For this to `work yaz_record_get_output_charset` is defined. YAZ-927

--- 5.29.0 2020/02/28

Several fixes for danmarc(2) charset encoding and decoding.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ override_dh_auto_install:
mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc

override_dh_makeshlibs:
dh_makeshlibs -V 'libyaz5 (>= 5.27.0)'
dh_makeshlibs -V 'libyaz5 (>= 5.30.0)'

override_dh_installchangelogs:
dh_installchangelogs NEWS
Expand Down

0 comments on commit 91f4a70

Please sign in to comment.