Version and changes for tag 1.7.14.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 28 Jun 2011 07:48:13 +0000 (07:48 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 28 Jun 2011 07:48:13 +0000 (07:48 +0000)
org.gridsite.core/CHANGES
org.gridsite.core/VERSION
org.gridsite.core/project/version.properties

index cf8f196..3424a56 100644 (file)
@@ -1,3 +1,15 @@
+- ==== GridSite version 1.7.14 ====
+* Wed Jun 22 2011 Daniel Kouřil <kouril@ics.muni.cz>
+- Not relying on hard-coded positions of certificates (fixes using VOMS .lsc files)
+* Mon Jun 27 2011 František Dvořák <valtri@civ.zcu.cz>
+- Fixes from Mattias Ellert <mellert> (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 <valtri@civ.zcu.cz>
+- 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 <valtri@civ.zcu.cz>
 - adding gridsite-1.5-compat in separated patch
index 063aae5..67a1b4b 100644 (file)
@@ -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)