From 908d2d54f29067642e565888faf4e2303a826a59 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 20 Oct 2014 12:57:58 +0000 Subject: [PATCH] Version 1.5.11 --- IDMETA | 2 +- NEWS | 8 ++++++++ win/makefile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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 -- 1.7.10.4