From 8b67f7df0317c458ca008f38633d8a299b125e21 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Jan 2015 11:33:43 +0000 Subject: [PATCH] Version 1.8.0 --- IDMETA | 2 +- NEWS | 4 ++++ win/makefile | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 2706981..91a8f2b 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.7.2 +VERSION=1.8.0 diff --git a/NEWS b/NEWS index de072ce..8ac09ea 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.8.0 2015/01/08 + +zoom: handle contentAuthentication MP-587 + --- 1.7.2 2014/12/16 Destroy router and filters in parent process MP-584 diff --git a/win/makefile b/win/makefile index 2d45fb7..6983643 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.7.2 +VERSION=1.8.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4