From 3c157c33e6404b87836b90465d0e880a2fdeda30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 28 Jun 2011 07:48:13 +0000 Subject: [PATCH] Version and changes for tag 1.7.14. --- org.gridsite.core/CHANGES | 12 ++++++++++++ org.gridsite.core/VERSION | 4 ++-- org.gridsite.core/project/version.properties | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/org.gridsite.core/CHANGES b/org.gridsite.core/CHANGES index cf8f196..3424a56 100644 --- a/org.gridsite.core/CHANGES +++ b/org.gridsite.core/CHANGES @@ -1,3 +1,15 @@ +- ==== GridSite version 1.7.14 ==== +* Wed Jun 22 2011 Daniel Kouřil +- Not relying on hard-coded positions of certificates (fixes using VOMS .lsc files) +* Mon Jun 27 2011 František Dvořák +- Fixes from Mattias Ellert (bugs #69632, #83449, and #83450): + - extern "C" declarations and include protections in public headers + - integer/pointer portability fix + - proper link ordering +- IPv6 portability +* Tue Jun 28 2011 František Dvořák +- Fix static declaration in public header, + function GACLparseEntry() added into gridsite-gacl.h - ==== GridSite version 1.7.13 ==== * Tue Apr 5 13:00:24 2011 František Dvořák - adding gridsite-1.5-compat in separated patch diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index 063aae5..67a1b4b 100644 --- a/org.gridsite.core/VERSION +++ b/org.gridsite.core/VERSION @@ -1,5 +1,5 @@ MAJOR_VERSION=1 MINOR_VERSION=1.7 -PATCH_VERSION=1.7.13 -DEFVERSION=010713 +PATCH_VERSION=1.7.14 +DEFVERSION=010714 VERSION=$(PATCH_VERSION) diff --git a/org.gridsite.core/project/version.properties b/org.gridsite.core/project/version.properties index 258d95b..60e79dc 100644 --- a/org.gridsite.core/project/version.properties +++ b/org.gridsite.core/project/version.properties @@ -1,2 +1,2 @@ -module.version=1.7.13 +module.version=1.7.14 module.age=1 -- 1.8.2.3