|
From: <dav...@us...> - 2010-04-09 15:56:05
|
Revision: 2444
http://qtitools.svn.sourceforge.net/qtitools/?rev=2444&view=rev
Author: davemckain
Date: 2010-04-09 15:55:55 +0000 (Fri, 09 Apr 2010)
Log Message:
-----------
MAE: This is release 0.4.0, intended to be the final feature release for FETLAR.
The will probably be a couple of bug-fix releases in the next couple of weeks, though...
Modified Paths:
--------------
branches/mathassess/QTIEngine/application.properties
branches/mathassess/QTIEngine/web-app/release-notes.gsp
Modified: branches/mathassess/QTIEngine/application.properties
===================================================================
--- branches/mathassess/QTIEngine/application.properties 2010-04-09 15:09:44 UTC (rev 2443)
+++ branches/mathassess/QTIEngine/application.properties 2010-04-09 15:55:55 UTC (rev 2444)
@@ -3,6 +3,6 @@
app.grails.version=1.2.2
app.name=MathAssessEngine
app.servlet.version=2.4
-app.version=0.3.4-dev
+app.version=0.4.0
plugins.hibernate=1.2.2
plugins.tomcat=1.2.2
Modified: branches/mathassess/QTIEngine/web-app/release-notes.gsp
===================================================================
--- branches/mathassess/QTIEngine/web-app/release-notes.gsp 2010-04-09 15:09:44 UTC (rev 2443)
+++ branches/mathassess/QTIEngine/web-app/release-notes.gsp 2010-04-09 15:55:55 UTC (rev 2444)
@@ -9,6 +9,39 @@
</div>
<div class="body">
<h1>Release Notes</h1>
+ <h2>Release 0.4.0 (09/04/10)</h2>
+ <p>
+ This is the final release as part of the FETLAR project (modulo bug-fixes).
+ </p>
+ <ul>
+ <li>
+ Items are no longer reinitialised when revisited during a test, alllowing
+ randomised variables to be correctly preserved.
+ </li>
+ <li>
+ Fixed bug in JQTI concerning the management of the <tt>completionStatus</tt> variable.
+ </li>
+ <li>
+ Added some extra parameters to tweak the rendering process, which might be
+ useful for people looking to embed the engine in trivial ways.
+ </li>
+ <ii>
+ Fixed long-standing issue concerning storage of non-serializable Objects in
+ the HTTP session.
+ </li>
+ <li>
+ Error page now looks slightly less scary than before.
+ </li>
+ <li>
+ Temporarily removed 'Math Input Help' icon as we don't actually have any useful
+ text to use here yet...!
+ </li>
+ <li>
+ Minor tweaks and improvements to the WAR build process and logging configuration.
+ (NB: Rolling file appender added to 0.3.3 has been removed so as to ensure platform
+ independence.)
+ </li>
+ </ul>
<h2>Release 0.3.3 (31/03/10)</h2>
<ul>
<li>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|