From: Adam Dickmeiss Date: Wed, 19 Sep 2007 10:29:01 +0000 (+0000) Subject: Version 1.0.12 X-Git-Tag: METAPROXY.1.0.12 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=9ef89e85237edaeae244691be5d68d4fab583c17;p=metaproxy-moved-to-github.git Version 1.0.12 --- diff --git a/NEWS b/NEWS index 94204f2..cc04b51 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 1.0.12 2007/09/19 + +Fixed problem in Makefile WRT library specifictions. This could produce +linker errors (when they should not happen). + +Fixed bug #1341: MetaProxy returning different results. Problem was that +fix-up of record database did not normalize the database name. + +Documentation updates for Windows compilation. + --- 1.0.11 2007/06/14 Fixed problem with logfile being truncated. diff --git a/configure.ac b/configure.ac index a3632b3..17a54ff 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.11],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.12],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) diff --git a/win/makefile b/win/makefile index 2677761..b56f0bf 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.34 2007-09-18 18:34:28 adam Exp $ +# $Id: makefile,v 1.35 2007-09-19 10:29:01 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.11 +VERSION=1.0.12 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz