From: <jsa...@us...> - 2009-06-09 22:43:00
|
Revision: 167 http://flexotask.svn.sourceforge.net/flexotask/?rev=167&view=rev Author: jsauerbach Date: 2009-06-09 15:06:58 +0000 (Tue, 09 Jun 2009) Log Message: ----------- Update web site to reflect release of version 2.0.1 Modified Paths: -------------- trunk/flexotask-htdocs/changes.html trunk/flexotask-htdocs/index.html Modified: trunk/flexotask-htdocs/changes.html =================================================================== --- trunk/flexotask-htdocs/changes.html 2009-06-08 19:54:41 UTC (rev 166) +++ trunk/flexotask-htdocs/changes.html 2009-06-09 15:06:58 UTC (rev 167) @@ -5,6 +5,11 @@ </head> <body> <h1>Change History</h1> +<ul> +<li>Release 2.0.0 on November 18, 2008 -- corresponds to SVN revision 112. + +<li>Release 2.0.1 on June 9, 2009 -- corresponds to SVN revision 166. + <br><hr><h2><a name=""/>Changes in Version 2.0.1</h2> Note: although this is numbered as a maintenance release, there are Modified: trunk/flexotask-htdocs/index.html =================================================================== --- trunk/flexotask-htdocs/index.html 2009-06-08 19:54:41 UTC (rev 166) +++ trunk/flexotask-htdocs/index.html 2009-06-09 15:06:58 UTC (rev 167) @@ -10,21 +10,27 @@ <h1 style="text-align: center; color: #ff0000">Flexible Task Graphs</h1> </center> -<p>Welcome to the <b>Flexible Task Graphs</b> web site. All -installations are via the Eclipse Update mechanism. +<p>Welcome to the <b>Flexible Task Graphs</b> web site. +<p>Release 2.0.1 is now available. A <a href="changes.html">change +history</a> is now being maintained on this site. + +<p>All installations are via the Eclipse Update mechanism. + <ul> <li><a href="http://flexotask.wiki.sourceforge.net/installing">How to -install just the open source components</a>. These include the -development environment, runtime APIs, documentation, and support for -simulated execution and testing. You can later install the additional -software to support real-time execution. +install Flexible Task Graphs</a>. Includes the development +environment, runtime APIs, documentation, and support for simulated +execution and testing. Does not include bridge code to any actual +real-time VM (but includes interfaces sufficient to create such a +bridge or use an existing one). <li><a href="http://flexotask.wiki.sourceforge.net/jointInstall">How -to install a complete system</a>. Includes the open source components -from this site plus additional non-open-source software from IBM -DeveloperWorks and IBM AlphaWorks to support real-time execution in -the IBM WebSphere Real Time VM. +to install Flexible Task Graphs along with the IBM Flexible Task +Graphs runtime provider</a>. Includes everything in the preceding, +plus additional non-open-source software from IBM DeveloperWorks and +IBM AlphaWorks to support real-time execution in the IBM WebSphere +Real Time VM. </ul> <p>The <b>Flexible Task Graphs</b> system is described in the following @@ -47,7 +53,7 @@ front-end tools, or improvements to the framework itself. <ul> -<li>Please contact <a href="mailto:jsa...@us...">Joshua +<li>Please contact <a href="mailto:jo...@us...">Joshua Auerbach</a> if you are interested in contributing to this project. <li>You may also visit our <a href="http://sourceforge.net/projects/flexotask">our sourceforge @@ -60,11 +66,13 @@ (or under research agreements with IBM) starting from the older Exotasks code base. It is being made available by IBM under the Eclipse Public License. Code was written by Joshua Auerbach and -Jesper Honig Spring, with design guidance from David Bacon and Jan -Vitek. Flexible Task Graphs are a unification of four previous -programming models, so the authors of those models can all be counted -as having influenced the present model. Here are pointers to the -papers describing the original models that influenced this work. +Jesper Honig Spring, with design guidance from David Bacon, Jan Vitek, +and Rachid Guerraoui, and reflecting earlier design guidance on the +Exotask system from Christoph Kirsch. Flexible Task Graphs are a +unification of four previous programming models, so the authors of +those models can all be counted as having influenced the present +model. Here are pointers to the papers describing the original models +that influenced this work. <ul> <li><a @@ -83,7 +91,7 @@ href="http://domino.research.ibm.com/comm/research_people.nsf/pages/bacon.refereed-pubs.html/$FILE/Auerbach08LowLatency-submission.pdf">Low-Latency Time-Portable Real-Time Programming with Exotasks</a> by J.Auerbach, D. F. Bacon, D. T. Iercan, C. M. Kirsch, V. T. Rajan, H. R. Roeck, -and R. Trummer, accepted by TECS. A more detailed treatment of +and R. Trummer, published in TECS. A more detailed treatment of Exotasks that also described the integration with Eventrons, a precursor to this work. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |