From 22824936312c2b73d227027d305c3c7366dad447 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 29 Oct 2012 14:27:04 +0100 Subject: [PATCH] Version 1.3.50 --- IDMETA | 2 +- NEWS | 11 +++++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index d37c65f..93efe7f 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.49 +VERSION=1.3.50 diff --git a/NEWS b/NEWS index c662c04..a022585 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +--- 1.3.50 2012/10/29 + +For most generated diagnostics by filters, typically temporary +system error, augment addinfo message with filter name. + +Add support for CentOS 6 packages. + +sru_z3950: interpret Z39.50 diagnostics part of Init Response. + +Add man page for metaproxy-config. + --- 1.3.49 2012/10/18 zoom: new config element passthru. This defines an element set that is diff --git a/debian/changelog b/debian/changelog index 71208a7..4ec772d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.50-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 29 Oct 2012 12:10:05 +0100 + metaproxy (1.3.49-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 84552b5..a9c94db 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.49 +VERSION=1.3.50 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4