From 77ac88482e66fe6edbce17ad01987961d2426d46 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 16 Mar 2015 10:36:22 +0000 Subject: [PATCH] Version 1.8.4 --- IDMETA | 2 +- NEWS | 6 ++++++ win/makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index fb6f697..db077b0 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.8.3 +VERSION=1.8.4 diff --git a/NEWS b/NEWS index d5de849..35d28b2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.8.4 2015/03/16 + +zoom: support cf_-params MP-595 + +http_client: returns 404 if no destination URI is given + --- 1.8.3 2015/02/10 zoom: allow / in user and password db args MP-592 diff --git a/win/makefile b/win/makefile index bc1c2f6..b9d0472 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.8.3 +VERSION=1.8.4 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4