From 1140d9a5e0798d73a36f72ffc89c94228115b1f3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 22 May 2014 10:47:45 +0200 Subject: [PATCH] Version 1.5.2 --- IDMETA | 2 +- NEWS | 8 ++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 100f14b..2571e0f 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.5.1 +VERSION=1.5.2 diff --git a/NEWS b/NEWS index 92ead7c..7a02685 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.5.2 2014/05/22 + +zoom: Do not include ZOOM C's fake surrogate diag recs MP-547 + +zoom: fix invalid present response in some cases MP-546 + +zoom: Relay Torus HTTP error message + --- 1.5.1 2014/04/28 Check for proper limits before using RecordCache functions MP-544 diff --git a/debian/changelog b/debian/changelog index 326d109..d5a5d10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.5.2-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Thu, 22 May 2014 10:47:10 +0200 + metaproxy (1.5.1-1.indexdata) unstable; urgency=medium * Upstream. diff --git a/win/makefile b/win/makefile index 783e69f..318a5e0 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.5.0 +VERSION=1.5.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4