Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/metaproxy
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 8 Jun 2008 20:12:25 +0000 (22:12 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 8 Jun 2008 20:12:25 +0000 (22:12 +0200)
configure.ac
debian/changelog
debian/control
win/makefile

index 2e5b338..4cac17d 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.0.13.1],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.0.14],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
@@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main])
 AC_CHECK_FUNCS([localtime_r])
 
 ## YAZPP checks
-YAZPP_INIT([threads],[1.1.0])
+YAZPP_INIT([threads],[1.1.1])
 if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
index f2c2758..ed41436 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.0.14-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Sun, 08 Jun 2008 22:00:05 +0200
+
 metaproxy (1.0.13-1) unstable; urgency=low
 
   * Initial Debian Packages
index 73cb0a2..970defa 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), libyaz3-dev, libyazpp3-dev (>= 1.1.0), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev
+Build-Depends: debhelper (>= 4), libyaz3-dev, libyazpp3-dev (>= 1.1.1), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev
 
 Package: metaproxy
 Section: net
index bb65ab5..d3336bf 100644 (file)
@@ -8,7 +8,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.0.13.1
+VERSION=1.0.14
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz