From: Adam Dickmeiss Date: Fri, 7 Jul 2006 06:32:47 +0000 (+0000) Subject: News X-Git-Tag: METAPROXY.1.0.6~2 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=3755b3e0fd7f83321589000e7fd4f3175d99d6ae;hp=341693be9baf2a1039f1e8006d0c1a1bdb93f1d7;p=metaproxy-moved-to-github.git News --- diff --git a/NEWS b/NEWS index eebb7ab..f9a9748 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.0.6 2006/07/07 + +Database name in records returned set for virt_db/multi filters. + +Filter session_shared now functional. + Log filter can be configured to write to a given file using 'filename' element. Also information category can be specified with 'category'. If filename is omitted, the log filter writes to stdout. See etc/config5.xml diff --git a/configure.ac b/configure.ac index 8b00725..8eeb7f8 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.5.1], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.6], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp)