From: Adam Dickmeiss Date: Fri, 15 Nov 2013 19:31:27 +0000 (+0100) Subject: Version 1.4.2 X-Git-Tag: v1.4.2 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=da5fc2bf8325d1842241541af8589978af2e8b0d;p=metaproxy-moved-to-github.git Version 1.4.2 --- diff --git a/IDMETA b/IDMETA index 89459ee..536f8b2 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.4.1 +VERSION=1.4.2 diff --git a/NEWS b/NEWS index b4d109d..6271200 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.4.2 2013/11/15 + +session_shared: fix element-set handling in record caching. MP-499 + +document http_rewrite. MP-468 + +http_write: Honor X-Metaproxy-SkipLink MP-479 . Filter understands and +respects the header (which will normally come from the cproxy filter) + --- 1.4.1 2013/10/31 RPM: fix dependency for libmetaproxy5-devel MP-496. The libmetaproxy5-devel diff --git a/debian/changelog b/debian/changelog index c9c178e..4d57cda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.4.2-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 15 Nov 2013 20:21:21 +0100 + metaproxy (1.4.1-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 18ce38b..3b8a9d2 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.4.0 +VERSION=1.4.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz