From 5cd20a8b784d5a8d6c428bc1d5d8c272a8ffd9cd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Jun 2014 11:48:05 +0200 Subject: [PATCH] Version 1.5.5 --- IDMETA | 2 +- NEWS | 5 +++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 0107ec2..a6ba7bd 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.4 +VERSION=1.5.5 diff --git a/NEWS b/NEWS index 5ee29b1..a9936ab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.5.5 2014/06/06 + +zoom: allow hostname to be given for ipauth MP-552 +The Torus setting for that is called auth_hostname. + --- 1.5.4 2014/06/04 zoom: IP auth use field "ipRanges" rather than "ip" MP-551 diff --git a/debian/changelog b/debian/changelog index 64c9380..bfa1072 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.5.5-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Fri, 06 Jun 2014 11:46:15 +0200 + metaproxy (1.5.4-1.indexdata) unstable; urgency=medium * Upstream. diff --git a/win/makefile b/win/makefile index 0b42cf1..4b01ba2 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.5.4 +VERSION=1.5.5 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4