From: Adam Dickmeiss Date: Fri, 28 Apr 2006 05:08:40 +0000 (+0000) Subject: Version 1.0.2 X-Git-Tag: METAPROXY.1.0.2 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=refs%2Ftags%2FMETAPROXY.1.0.2;p=metaproxy-moved-to-github.git Version 1.0.2 --- diff --git a/NEWS b/NEWS index 0b7dbd9..af5c226 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ ---- 1.0.0 2006/04/27 +--- 1.0.2 2006/04/28 -Build instructions for Windows. NMake makefile part of dist. +More information about virtual hosts. The 'etc' directory is part of the +distribution tar. + +--- 1.0.1 2006/04/27 + +Build instructions for Windows. NMake makefile part of distribution tar. --- 1.0.0 2006/04/24 diff --git a/configure.ac b/configure.ac index ec5ba0b..3b877b3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.1], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.2], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp)