From b57937e735043685ccb4b43e28066c2c39e94334 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 14 Jul 2014 13:28:30 +0200 Subject: [PATCH] Version 1.5.6 --- IDMETA | 2 +- NEWS | 6 ++++++ win/makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index d865c5f..0650515 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise oneiric" CENTOS_DIST="centos5 centos6" -VERSION=1.5.5 +VERSION=1.5.6 diff --git a/NEWS b/NEWS index a9936ab..2d17630 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.5.6 2014/07/14 + +Fix ref to freed memory in log filter 1line - MP-556 + +echoedSearchRetrieveRequest support MP-555 + --- 1.5.5 2014/06/06 zoom: allow hostname to be given for ipauth MP-552 diff --git a/win/makefile b/win/makefile index 4b01ba2..3f19173 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.5.5 +VERSION=1.5.6 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4