From: Adam Dickmeiss Date: Mon, 20 Oct 2014 12:57:58 +0000 (+0000) Subject: Version 1.5.11 X-Git-Tag: v1.5.11 X-Git-Url: http://git.indexdata.com/?p=metaproxy-moved-to-github.git;a=commitdiff_plain;h=908d2d54f29067642e565888faf4e2303a826a59 Version 1.5.11 --- diff --git a/IDMETA b/IDMETA index 403f7fa..3d169e6 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=1.5.10 +VERSION=1.5.11 diff --git a/NEWS b/NEWS index 8daa661..a73460c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.5.11 2014/10/20 + +http_file: add include of sys/stat.h fixes MP-576 + +Fix documentation about SRU client support MP-572 + +Initialize Libxml2 - for threaded operation MP-571 + --- 1.5.10 2014/08/26 On SIGTERM shut down connection+listening sockets MP-568 diff --git a/win/makefile b/win/makefile index 93286f0..20fb95c 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.5.10 +VERSION=1.5.11 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz