From: Adam Dickmeiss Date: Wed, 18 Aug 2010 12:31:09 +0000 (+0200) Subject: Version 1.2.1, source code only release. X-Git-Tag: v1.2.1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=fc03091031d85abfd274070e9d7a28424784441f;p=metaproxy-moved-to-github.git Version 1.2.1, source code only release. --- diff --git a/NEWS b/NEWS index 0e22d84..5ad983d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.2.1 2010/08/18 + +Fix --with-boost=PREFIX . + --- 1.2.0 2010/07/09 session_shared: fix use of maintenance thread. diff --git a/configure.ac b/configure.ac index e66e607..e8f8a98 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.2.0],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.1],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/win/makefile b/win/makefile index d4f8c72..6adce12 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.7 +VERSION=1.2.1 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz