From: Adam Dickmeiss Date: Thu, 14 Jun 2007 08:30:53 +0000 (+0000) Subject: Towards 1.0.11 X-Git-Tag: METAPROXY.1.0.11 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=1cfad942e5d89677c39222dd9fe0a43109110888;p=metaproxy-moved-to-github.git Towards 1.0.11 --- diff --git a/NEWS b/NEWS index fd86554..94204f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.0.11 2007/06/14 + +Fixed problem with logfile being truncated. + --- 1.0.10 2007/05/23 Fixed bug #1136: Access rights not enforced. diff --git a/configure.ac b/configure.ac index 7535512..a3632b3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.10],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.11],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) diff --git a/win/makefile b/win/makefile index 9eb723d..5911f64 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.32 2007-05-23 17:12:24 adam Exp $ +# $Id: makefile,v 1.33 2007-06-14 08:33:27 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.10 +VERSION=1.0.11 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz