Skip to content

Commit

Permalink
Version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Jun 20, 2017
1 parent 9c802b2 commit 00a53cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IDMETA
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEBIAN_DIST="stretch jessie wheezy"
UBUNTU_DIST="yakkety xenial trusty precise"
CENTOS_DIST="centos6 centos7"
VERSION=1.11.10
VERSION=1.12.0
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
--- 1.12.0 2017/06/20

zoom: Attribute element_marcxml enables MARCXML fetch MP-646
Also with this change element pattern may include leading ? - which
will make it match the omitted actual element set as well.

--- 1.11.10 2017/06/15

Fix start route config has no effect MP-645
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ override_dh_auto_install:
cp rpm/metaproxy.user debian/tmp/etc/metaproxy/metaproxy.user

override_dh_makeshlibs:
dh_makeshlibs -V 'libmetaproxy6 (>= 1.3.28)'
dh_makeshlibs -V 'libmetaproxy6 (>= 1.12.0)'

override_dh_installchangelogs:
dh_installchangelogs NEWS
Expand Down
2 changes: 1 addition & 1 deletion win/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DEBUG=0 # 0 for release, 1 for debug

# Metaproxy version
VERSION=1.11.10
VERSION=1.12.0

# YAZ and YAZ++ directories
YAZ_DIR=..\..\yaz
Expand Down

0 comments on commit 00a53cf

Please sign in to comment.