[CS-Project-svn_notify] SF.net SVN: cs-project: [884] trunk/1.2
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-05-02 04:25:53
|
Revision: 884 http://cs-project.svn.sourceforge.net/cs-project/?rev=884&view=rev Author: crazedsanity Date: 2008-05-01 21:25:50 -0700 (Thu, 01 May 2008) Log Message: ----------- *** Release 1.2.0-ALPHA5 *** SUMMARY OF CHANGES::: * fix issue #172 (Initial Upgrade to v1.2 Fails to Copy Config File) * upgrade to cs-content v0.10.11 (also for issue #172) * some work on issue #166 (Automatic Setup System) Modified Paths: -------------- trunk/1.2/VERSION trunk/1.2/lib/globalFunctions.php Modified: trunk/1.2/VERSION =================================================================== --- trunk/1.2/VERSION 2008-05-01 00:53:33 UTC (rev 883) +++ trunk/1.2/VERSION 2008-05-02 04:25:50 UTC (rev 884) @@ -1,4 +1,4 @@ $Id:VERSION 628 2007-11-20 16:58:45Z crazedsanity $ -VERSION: 1.2.0-ALPHA4 +VERSION: 1.2.0-ALPHA5 $HeadURL:https://cs-project.svn.sourceforge.net/svnroot/cs-project/trunk/VERSION $ Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2008-05-01 00:53:33 UTC (rev 883) +++ trunk/1.2/lib/globalFunctions.php 2008-05-02 04:25:50 UTC (rev 884) @@ -17,7 +17,7 @@ function get_required_external_lib_versions($projectName=NULL) { //format: {className} => array({projectName} => {exactVersion}) $requirements = array( - 'contentSystem' => array('cs-content', '0.10.10'), + 'contentSystem' => array('cs-content', '0.10.11'), 'XMLParser' => array('cs-phpxml', '0.5.6'), 'arrayToPath' => array('cs-arrayToPath', '0.2.2') ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |