+--- 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.
# 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)
# 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
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