From 254353ad1ac1ef4f3259d27b403e1abf54c07546 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 3 Dec 2012 10:00:24 +0000 Subject: [PATCH] Preparing for a new revision. --- org.gridsite.core/CHANGES | 3 +++ org.gridsite.core/VERSION | 4 ++-- org.gridsite.core/project/version.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/org.gridsite.core/CHANGES b/org.gridsite.core/CHANGES index e907a09..f8c0a15 100644 --- a/org.gridsite.core/CHANGES +++ b/org.gridsite.core/CHANGES @@ -1,4 +1,7 @@ - ==== GridSite version 1.7.24 ==== +* Mon Dec 03 2012 Zdenek Sustr +- Allowing exceptions for length constraints in proxy certificates (GGUS #87573) +- ==== GridSite version 1.7.24 ==== * Tue Oct 30 2012 Zdenek Sustr - Fixed Memory Leak - ==== GridSite version 1.7.23 ==== diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index 50df793..3097f0a 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.24 -DEFVERSION=0x010724 +PATCH_VERSION=1.7.25 +DEFVERSION=0x010725 VERSION=$(PATCH_VERSION) diff --git a/org.gridsite.core/project/version.properties b/org.gridsite.core/project/version.properties index cd0e33d..3b153b1 100644 --- a/org.gridsite.core/project/version.properties +++ b/org.gridsite.core/project/version.properties @@ -1,2 +1,2 @@ -module.version=1.7.24 +module.version=1.7.25 module.age=1 -- 1.8.2.3