Version 1.1.0
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Jan 2010 11:10:30 +0000 (12:10 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Jan 2010 11:10:30 +0000 (12:10 +0100)
configure.ac
debian/changelog
debian/control
win/makefile

index be73fbc..baada56 100644 (file)
@@ -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])
 
index 460bcef..44259cd 100644 (file)
@@ -1,8 +1,8 @@
-metaproxy (1.0.23-2indexdata) karmic; urgency=low
+metaproxy (1.1.0-1indexdata) unstable; urgency=low
 
-  * libmetaproxy2.
+  * Upstream.
 
- -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 13 Jan 2010 16:28:13 +0100
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 20 Jan 2010 11:16:22 +0100
 
 metaproxy (1.0.23-1indexdata) unstable; urgency=low
 
index 2c1fe87..593405d 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 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
index cc2a235..ea4776f 100644 (file)
@@ -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