Towards 1.0.7
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 17 Nov 2006 17:30:52 +0000 (17:30 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 17 Nov 2006 17:30:52 +0000 (17:30 +0000)
NEWS
configure.ac
win/makefile

diff --git a/NEWS b/NEWS
index 8af4187..213875e 100644 (file)
--- 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).
index 666de4b..98f35bf 100644 (file)
@@ -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)
 
index eb77c27..1cdd6bb 100644 (file)
@@ -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