From d908bd814ae464d896adf1b280b897bfaac290bb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 27 Jul 2011 11:35:58 +0200 Subject: [PATCH] Version 1.3.0 --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 0516e6f..2044092 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.3.0 2011/07/27 + +Fixes for windows Makefile. + --- 1.2.10 2011/07/25 Change major version of metaproxy library from 3 to 4. This in turn diff --git a/configure.ac b/configure.ac index 65b1719..163dbb9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.2.10],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.0],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 3b0c966..5f940f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.0-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 27 Jul 2011 11:34:07 +0200 + metaproxy (1.2.10-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index d30762a..eaf8f5c 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.2.10 +Version: 1.3.0 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index d420d2f..05a4f5a 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.2.10 +VERSION=1.3.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4