From 48705b849f706b852579a2fa221b78e620885a55 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 18 Nov 2008 09:56:28 +0100 Subject: [PATCH] Bump versino to 1.0.15 --- NEWS | 4 ++++ configure.ac | 2 +- win/makefile | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bb93103..b349deb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.0.15 2008/11/18 + +Fixed reference counting bug in Z39.50 client module (could cause SEGV). + --- 1.0.14 2008/06/09 Fixed the value of SRU record schema in searchRetrieve response. It was set diff --git a/configure.ac b/configure.ac index 2f66059..5ada9ea 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.14.2],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.15],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/win/makefile b/win/makefile index 766633f..9bd93a7 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.14.2 +VERSION=1.0.15 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4