From 6b55a4ff13d83c11d239a5860f6070ffb840f6c8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Dec 2011 12:37:20 +0100 Subject: [PATCH] Version 1.3.18 --- IDMETA | 2 +- NEWS | 1 + debian/changelog | 6 ++++++ debian/rules | 2 +- win/makefile | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/IDMETA b/IDMETA index 4a86e01..4259b32 100644 --- a/IDMETA +++ b/IDMETA @@ -1,3 +1,3 @@ DEBIAN_DIST="wheezy squeeze lenny" UBUNTU_DIST="natty maverick lucid" -VERSION=1.3.17 +VERSION=1.3.18 diff --git a/NEWS b/NEWS index e0f961e..fd68da5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +--- 1.3.18 2011/12/08 zoom: content-{user,password,proxy} are passed on to content proxy system and takes precedence over user,password,proxy . diff --git a/debian/changelog b/debian/changelog index 521aff4..ad0bfd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.18-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 08 Dec 2011 11:22:46 +0100 + metaproxy (1.3.17-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 7ab9436..789d889 100755 --- a/debian/rules +++ b/debian/rules @@ -101,7 +101,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libmetaproxy4 (>= 1.3.12)' + dh_makeshlibs -V 'libmetaproxy4 (>= 1.3.18)' dh_installdeb dh_shlibdeps -l debian/libmetaproxy4/usr/lib dh_gencontrol diff --git a/win/makefile b/win/makefile index 18b1fcc..49dc439 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.16 +VERSION=1.3.18 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4