From d73649072ebd1e3595f741af51f3d34182bb03b1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 17 Nov 2006 17:30:52 +0000 Subject: [PATCH] Towards 1.0.7 --- NEWS | 2 ++ configure.ac | 2 +- win/makefile | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8af4187..213875e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.0.7 2006/11/07 + Added 'timeout' setting for filter frontend_net which specifies the number of seconds a session is idle before it is closed. Default timeout is 300 (5 minutes). diff --git a/configure.ac b/configure.ac index 666de4b..98f35bf 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.6], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.7],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) diff --git a/win/makefile b/win/makefile index eb77c27..1cdd6bb 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 2005-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.23 2006-09-27 12:06:55 adam Exp $ +# $Id: makefile,v 1.24 2006-11-17 17:30:53 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.6 +VERSION=1.0.7 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4