From c5f0ae4cb39e30c7ae21b34c98b0a0a7e7c056af Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 20 Jan 2010 12:10:30 +0100 Subject: [PATCH] Version 1.1.0 --- configure.ac | 2 +- debian/changelog | 6 +++--- debian/control | 4 ++-- win/makefile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index be73fbc..baada56 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.23],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.1.0],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 460bcef..44259cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -metaproxy (1.0.23-2indexdata) karmic; urgency=low +metaproxy (1.1.0-1indexdata) unstable; urgency=low - * libmetaproxy2. + * Upstream. - -- Adam Dickmeiss Wed, 13 Jan 2010 16:28:13 +0100 + -- Adam Dickmeiss Wed, 20 Jan 2010 11:16:22 +0100 metaproxy (1.0.23-1indexdata) unstable; urgency=low diff --git a/debian/control b/debian/control index 2c1fe87..593405d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra -Build-Depends: debhelper (>= 4), libyaz4-dev, libyazpp4-dev (>= 1.1.6), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev, libgnutls-dev +Build-Depends: debhelper (>= 4), libyaz4-dev, libyazpp4-dev (>= 1.2.0), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev, libgnutls-dev Package: metaproxy Section: net @@ -34,7 +34,7 @@ Description: Metaproxy Z39.50/SRU router (main executable) Package: libmetaproxy2-dev Section: libdevel Architecture: any -Depends: libmetaproxy2 (= ${Source-Version}), libyazpp4-dev (>= 1.1.6), libxslt1-dev, libboost-dev, libgnutls-dev +Depends: libmetaproxy2 (= ${Source-Version}), libyazpp4-dev (>= 1.2.0), libxslt1-dev, libboost-dev, libgnutls-dev Description: Metaproxy Z39.50/SRU router (main executable) This is a universal router, proxy and encapsulated metasearcher for information retrieval protocols. It accepts, processes, interprets diff --git a/win/makefile b/win/makefile index cc2a235..ea4776f 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.23 +VERSION=1.1.0 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4