You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2009/10/06 17:23:12 UTC

svn commit: r822314 - /incubator/vcl/trunk/CHANGELOG

Author: fapeeler
Date: Tue Oct  6 15:23:12 2009
New Revision: 822314

URL: http://svn.apache.org/viewvc?rev=822314&view=rev
Log:
added comments on database and  backend
Added line explaining the Jira issues.

Modified:
    incubator/vcl/trunk/CHANGELOG

Modified: incubator/vcl/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/CHANGELOG?rev=822314&r1=822313&r2=822314&view=diff
==============================================================================
--- incubator/vcl/trunk/CHANGELOG (original)
+++ incubator/vcl/trunk/CHANGELOG Tue Oct  6 15:23:12 2009
@@ -6,9 +6,19 @@
 -no testing with PHP 4 was done. VCL may work under PHP 4, but PHP 5 was assumed during development.
 
 database:
-no changes
+removed department table and deptid references in other tables
+added variable table
 
 backend:
+Modularize OS and Provisioning modules
+Created Datastructure - to provide ease of passing or fetching relevant
+data with modules,routines.
+Support for xCAT2.1
+Support for Linux Virtual machines
+Support for VMware ESXi using vsphere toolkit
+
+
+Bug/Feature issues exported from JIRA
 
 ** Sub-task
     * [VCL-67] - Allow OS, provisioning engine, and other module objects to access each other