From b5da1ad441fbb26af9a18d9566abeddc822e769d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 21 Jan 2013 12:18:40 +0000 Subject: [PATCH] Modified to reflect version 2.0.4 --- org.gridsite.core/CHANGES | 5 +++++ org.gridsite.core/VERSION | 4 ++-- org.gridsite.core/project/version.properties | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/org.gridsite.core/CHANGES b/org.gridsite.core/CHANGES index 93d82e6..3081186 100644 --- a/org.gridsite.core/CHANGES +++ b/org.gridsite.core/CHANGES @@ -1,3 +1,8 @@ +- ==== GridSite version 2.0.4 ==== +* Mon Jan 21 2013 Zdeněk Šustr +* When constructing a list of FQANs, a reference to the proxy is stored in the chain that contains the attribute (GGUS #79096) +* Avoid looking up remote IP, it is available in the Apache context +* Flapping yum update fixed - ==== GridSite version 2.0.3 ==== * Wed Nov 14 2012 Zdeněk Šustr - Segmentation fault in htproxyput fixed (occurred if run by non-root) diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index f0b87da..72838d7 100644 --- a/org.gridsite.core/VERSION +++ b/org.gridsite.core/VERSION @@ -1,5 +1,5 @@ MAJOR_VERSION=2 MINOR_VERSION=2.0 -PATCH_VERSION=2.0.3 -DEFVERSION=0x020003 +PATCH_VERSION=2.0.4 +DEFVERSION=0x020004 VERSION=$(PATCH_VERSION) diff --git a/org.gridsite.core/project/version.properties b/org.gridsite.core/project/version.properties index ab1e723..d6ebe86 100644 --- a/org.gridsite.core/project/version.properties +++ b/org.gridsite.core/project/version.properties @@ -1,2 +1,2 @@ -module.version=2.0.3 +module.version=2.0.4 module.age=1 -- 1.8.2.3