From: Adam Dickmeiss Date: Tue, 16 Dec 2014 10:52:47 +0000 (+0000) Subject: Version 5.7.2 X-Git-Tag: v1.7.2 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=6963999d2afc964ff453ab01ab68eab6a8486a9c Version 5.7.2 --- diff --git a/IDMETA b/IDMETA index a6de943..2706981 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="utopic trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=1.7.1 +VERSION=1.7.2 diff --git a/NEWS b/NEWS index de2d637..de072ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +--- 1.7.2 2014/12/16 + +Destroy router and filters in parent process MP-584 + +Update NMAKE makefile to use Visual Studio 2013 along with Boost 1.57, +ICU 54.1, Libxml2 2.9.2, Libxslt 1.1.28. + --- 1.7.1 2014/12/02 Use YAZ backtrace facility MP-582 diff --git a/doc/common b/doc/common index 790930a..9aca8e8 160000 --- a/doc/common +++ b/doc/common @@ -1 +1 @@ -Subproject commit 790930ae30e7d12e02a512a109fc40c82675df20 +Subproject commit 9aca8e865f3239708224e3f190769170fbd83352 diff --git a/win/makefile b/win/makefile index 5f9705e..2d45fb7 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.7.0 +VERSION=1.7.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz