From a2b819d4e62ed333578070c18822d61b4b8b0dfd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 27 Jan 2011 14:54:05 +0100 Subject: [PATCH] Version 1.2.4 --- NEWS | 10 ++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 90f06fc..3440c48 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 1.2.4 2011/01/27 + +RPM package for Metaproxy works for both SLES11 and Centos 5.5. + +metaproxy-config: exec_prefix, libdir, includedir. Use these variables +as determined by configure. + +RPM: Release includes 'indexdata' name. Use indexdata in release name so +this package can be distinguished from other vendors. + --- 1.2.3 2010/10/04 Fix filter multi: relay idAuthentication parameters. diff --git a/configure.ac b/configure.ac index d6626dc..90b32fb 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.2.3],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.4],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 3164dc1..f05fe21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.2.4-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 27 Jan 2011 14:52:05 +0100 + metaproxy (1.2.3-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index b19c8e1..dda5f84 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.2.3 +Version: 1.2.4 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index c94edcb..3e396df 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.2.1 +VERSION=1.2.4 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4