From 9756dc3606b28968f72bda98ec668023d974f579 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 15 Jul 2014 11:40:40 +0200 Subject: [PATCH] Version 1.5.7 --- IDMETA | 2 +- NEWS | 7 +++++++ win/makefile | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 63a36be..1881001 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise" CENTOS_DIST="centos5 centos6" -VERSION=1.5.6 +VERSION=1.5.7 diff --git a/NEWS b/NEWS index 2d17630..2567966 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +--- 1.5.7 2014/07/15 + +http_file: passthru option MP-557 +New facility for http_file to passthru - even if an area is matched. The +default behavior (passthru=false) is to return 404: Not found. With +passthru=false, next filter is consulted. + --- 1.5.6 2014/07/14 Fix ref to freed memory in log filter 1line - MP-556 diff --git a/win/makefile b/win/makefile index 3f19173..dc24723 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.5.6 +VERSION=1.5.7 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4