From 2e7843d90dd0a9ac8496570318159fb4c3955fe4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 May 2013 13:15:35 +0200 Subject: [PATCH] Version 1.3.56 --- IDMETA | 2 +- NEWS | 2 ++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 3863584..e466914 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric natty lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.3.55 +VERSION=1.3.56 diff --git a/NEWS b/NEWS index 7b109d1..0aa1719 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.3.56 2013/05/27 + New filter present_chunk. This filter allows splitting of present requests into smaller chunks. New filter sd_remove, which replaces surrogate diagnostics with diff --git a/debian/changelog b/debian/changelog index 9659d7b..095e8ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.56-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 27 May 2013 13:14:23 +0200 + metaproxy (1.3.55-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 90707dc..3f9575d 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.55 +VERSION=1.3.56 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4