From f765f54b6e82159c6b5ea09de95bf50ee299c567 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 15 Nov 2012 13:12:23 +0100 Subject: [PATCH] Version 1.3.51 --- IDMETA | 2 +- NEWS | 10 ++++++++++ debian/changelog | 6 ++++++ etc/config-zoom.xml | 2 +- win/makefile | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/IDMETA b/IDMETA index 93efe7f..927d77a 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.3.50 +VERSION=1.3.51 diff --git a/NEWS b/NEWS index a022585..2d77f01 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 1.3.51 2012/11/15 + +zoom: only append http:// for SRU if not already given . Makes it +possible to use https-URLs. + +Use yazpp 1.4 or later due to new ABI. + +frontend_net: allow max package size to be specified. Controlled by +attribute 'max_recv_bytes' of element 'port'. + --- 1.3.50 2012/10/29 For most generated diagnostics by filters, typically temporary diff --git a/debian/changelog b/debian/changelog index 4ec772d..af75b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.51-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 15 Nov 2012 13:10:51 +0100 + metaproxy (1.3.50-1indexdata) unstable; urgency=low * Upstream. diff --git a/etc/config-zoom.xml b/etc/config-zoom.xml index ea44457..efbd7ae 100644 --- a/etc/config-zoom.xml +++ b/etc/config-zoom.xml @@ -203,7 +203,7 @@ - + diff --git a/win/makefile b/win/makefile index 5f31051..bc21267 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.50 +VERSION=1.3.51 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4