From 4ec559b4b247d4a064112db9df98f44011b8b4a8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 20 Aug 2012 09:22:11 +0200 Subject: [PATCH] Version 1.3.42 --- IDMETA | 2 +- NEWS | 12 ++++++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index b907358..a9aae63 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.41 +VERSION=1.3.42 diff --git a/NEWS b/NEWS index 90d0c25..fbaa8b8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +--- 1.3.42 2012/08/20 + +zoom: fix un-init memory (could result in SEGV at session close) + +frontend_net: handle X-Forwarded-For. This is stored in package.origin() +and may be used in filters as usual. + +zoom: authentication via Torus lookup +Enabled by new configuration setting: auth_url . If this is defined, +the zoom module will contact Torus for auth/IP lookup and that will +define realm to be used in sessio + --- 1.3.41 2012/08/10 virt_db: Fix database name - first character we removed by mistake. diff --git a/debian/changelog b/debian/changelog index d68e7f8..464ae2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.42-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 20 Aug 2012 09:20:51 +0200 + metaproxy (1.3.41-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 330ca79..7326c01 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.41 +VERSION=1.3.42 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4