From: Andrew McNab Date: Mon, 28 Feb 2005 11:49:23 +0000 (+0000) Subject: GRSTgaclUndenyPerm bug fix X-Git-Tag: gridsite-core_R_1_1_7~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=7d2820e9f80e62bf676b56d88f64f23f6f8f123a;p=jra1mw.git GRSTgaclUndenyPerm bug fix --- diff --git a/org.gridsite.core/CHANGES b/org.gridsite.core/CHANGES index d806a41..4cc687c 100644 --- a/org.gridsite.core/CHANGES +++ b/org.gridsite.core/CHANGES @@ -1,3 +1,8 @@ +* Mon Feb 28 2005 Andrew McNab +- Fix to GRSTgaclUndenyPerm in gridsite.h (bug #7135) + from Marco Sottilaro +* Mon Feb 28 2005 Andrew McNab +- ==== GridSite version 1.1.7 ==== * Thu Feb 24 2005 Andrew McNab - Add more sanity checking (signatures, dates, issuer,) holder) to VOMS attribute parser. diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index b51a96c..d6bccc5 100644 --- a/org.gridsite.core/VERSION +++ b/org.gridsite.core/VERSION @@ -1,4 +1,4 @@ MAJOR_VERSION=1 MINOR_VERSION=1.1 -PATCH_VERSION=1.1.6 +PATCH_VERSION=1.1.7 VERSION=$(PATCH_VERSION) diff --git a/org.gridsite.core/interface/gridsite.h b/org.gridsite.core/interface/gridsite.h index 3d00717..3626069 100644 --- a/org.gridsite.core/interface/gridsite.h +++ b/org.gridsite.core/interface/gridsite.h @@ -174,7 +174,7 @@ int GRSTgaclEntryUnallowPerm(GRSTgaclEntry *, GRSTgaclPerm); int GRSTgaclEntryDenyPerm(GRSTgaclEntry *, GRSTgaclPerm); /* #define GACLundenyPerm(x,y) GRSTgaclEntryUndenyPerm((x),(y)) */ -int GRSTgaclUndenyPerm(GRSTgaclEntry *, GRSTgaclPerm); +int GRSTgaclEntryUndenyPerm(GRSTgaclEntry *, GRSTgaclPerm); /* #define GACLpermToChar(x) GRSTgaclPermToChar((x)) */ char *GRSTgaclPermToChar(GRSTgaclPerm); diff --git a/org.gridsite.core/project/version.properties b/org.gridsite.core/project/version.properties index b2f85c0..5290b42 100644 --- a/org.gridsite.core/project/version.properties +++ b/org.gridsite.core/project/version.properties @@ -1,3 +1,2 @@ - -module.version=1.1.6 +module.version=1.1.7 module.age=1