Version 1.0.12 METAPROXY.1.0.12
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Sep 2007 10:29:01 +0000 (10:29 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Sep 2007 10:29:01 +0000 (10:29 +0000)
NEWS
configure.ac
win/makefile

diff --git a/NEWS b/NEWS
index 94204f2..cc04b51 100644 (file)
--- 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.
index a3632b3..17a54ff 100644 (file)
@@ -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)
 
index 2677761..b56f0bf 100644 (file)
@@ -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