From: <cra...@us...> - 2009-08-07 15:46:04
|
Revision: 34 http://cs-webdbupgrade.svn.sourceforge.net/cs-webdbupgrade/?rev=34&view=rev Author: crazedsanity Date: 2009-08-07 15:45:55 +0000 (Fri, 07 Aug 2009) Log Message: ----------- *** RELEASE 0.2.0 *** This is the first fully functional release since inception, so there is no real clear-cut place where 0.1 ended and 0.2 started. This changelog therefore will basically be all-inclusive. SUMMARY OF CHANGES::: * automatically load table into the database on first use. * create full version string from shorthand properly (i.e. 1.2.0 from 1.2) * uses lockfile instead of modifying site's XML config (could get destroyed) * fixes for multiple inline scripted + version-only upgrades * added logging (requires cs-content + cs-webdblogger) * MySQL compatibility fixes + notes on implicit commits :( * option for INITIALVERSION setting so upgrades can run on first use * ability to do internal upgrades (+ scripts for upgrading from 0.1.x) * minimal version data stored in database (just version string, no parts) Modified Paths: -------------- trunk/0.2/VERSION Modified: trunk/0.2/VERSION =================================================================== --- trunk/0.2/VERSION 2009-08-07 14:48:39 UTC (rev 33) +++ trunk/0.2/VERSION 2009-08-07 15:45:55 UTC (rev 34) @@ -1,6 +1,6 @@ ## Stores the current version of the cs-versionparse system, and it's source. ## Please do NOT modify this file. -VERSION: 0.2 +VERSION: 0.2.0 PROJECT: cs-webdbupgrade $HeadURL$ \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |