From 6fd164dca3c8b91d083f1309a40ed662b97b547a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 22 Aug 2012 12:25:06 +0200 Subject: [PATCH] Version 1.3.43 --- IDMETA | 2 +- NEWS | 9 +++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index a9aae63..32fc855 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" CENTOS_DIST="centos5" -VERSION=1.3.42 +VERSION=1.3.43 diff --git a/NEWS b/NEWS index 312eb1b..266e2c2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.3.43 2012/08/22 + +RPM/Deb: require yazpp 1.3.2, because it fixes a missing close of +non-keepalive HTTP sessions. + +http_file: allow zero size files (bug fix) + +Fix zoom schema: auth_url is optional + --- 1.3.42 2012/08/20 zoom: fix un-init memory (could result in SEGV at session close) diff --git a/debian/changelog b/debian/changelog index 464ae2a..8ef1bd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.43-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 22 Aug 2012 12:24:19 +0200 + metaproxy (1.3.42-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 7326c01..2459eef 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.42 +VERSION=1.3.43 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4