From 40348092fa9fefe3fd24a00ddd95b5c6db08c1b2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Aug 2015 10:46:06 +0000 Subject: [PATCH] Version 1.9.1 --- IDMETA | 2 +- NEWS | 6 ++++++ win/makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 51beddd..202b2c9 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy" UBUNTU_DIST="vivid utopic trusty precise" CENTOS_DIST="centos5 centos6 centos7" -VERSION=1.9.0 +VERSION=1.9.1 diff --git a/NEWS b/NEWS index fb835e8..ffe65f1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.9.1 2015/08/19 + +Avoid naked ptr in filter configure MP-623 + +Update to debhelper 9 MP-622 + --- 1.9.0 2015/08/06 Fix incorrect diagnostic for reverse cql2pqf MP-619 diff --git a/win/makefile b/win/makefile index 4f47dcc..4cc9fd7 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.9.0 +VERSION=1.9.1 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4