From: Adam Dickmeiss Date: Wed, 23 May 2007 17:12:23 +0000 (+0000) Subject: Version 1.0.10 X-Git-Tag: METAPROXY.1.0.10 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=94e341af1ed1bcb064089db64836015844c3dcd7;p=metaproxy-moved-to-github.git Version 1.0.10 --- diff --git a/NEWS b/NEWS index 39409e0..fd86554 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ ---- 1.0.9 .. +--- 1.0.10 2007/05/23 Fixed bug #1136: Access rights not enforced. diff --git a/configure.ac b/configure.ac index 167a013..7535512 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.9],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.10],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) diff --git a/win/makefile b/win/makefile index be2ef5f..9eb723d 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 2005-2007, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.31 2007-05-09 08:23:48 adam Exp $ +# $Id: makefile,v 1.32 2007-05-23 17:12:24 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.9 +VERSION=1.0.10 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz