Bump versino to 1.0.15
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 18 Nov 2008 08:56:28 +0000 (09:56 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 18 Nov 2008 08:56:28 +0000 (09:56 +0100)
NEWS
configure.ac
win/makefile

diff --git a/NEWS b/NEWS
index bb93103..b349deb 100644 (file)
--- 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
index 2f66059..5ada9ea 100644 (file)
@@ -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])
 
index 766633f..9bd93a7 100644 (file)
@@ -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