|
From: <dav...@us...> - 2010-03-19 09:55:20
|
Revision: 2388
http://qtitools.svn.sourceforge.net/qtitools/?rev=2388&view=rev
Author: davemckain
Date: 2010-03-19 09:55:12 +0000 (Fri, 19 Mar 2010)
Log Message:
-----------
This is release 0.3.2
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-03-18 17:15:41 UTC (rev 2387)
+++ branches/mathassess/QTIEngine/application.properties 2010-03-19 09:55:12 UTC (rev 2388)
@@ -3,6 +3,6 @@
app.grails.version=1.2.1
app.name=MathAssessEngine
app.servlet.version=2.4
-app.version=0.3.1
+app.version=0.3.2
plugins.hibernate=1.2.1
plugins.tomcat=1.2.1
Modified: branches/mathassess/QTIEngine/web-app/release-notes.gsp
===================================================================
--- branches/mathassess/QTIEngine/web-app/release-notes.gsp 2010-03-18 17:15:41 UTC (rev 2387)
+++ branches/mathassess/QTIEngine/web-app/release-notes.gsp 2010-03-19 09:55:12 UTC (rev 2388)
@@ -9,6 +9,18 @@
</div>
<div class="body">
<h1>Release Notes</h1>
+ <h3>Release 0.3.2 (19/03/10)</h3>
+ <ul>
+ <li>
+ Uses latest Jacomax 0.2 snapshot, using the new <tt>SimpleMaximaConfigurator</tt>
+ to configure Maxima first by looking for <tt>jacomax.properties</tt>, then
+ looking for Maxima in obvious places. If no Maxima configuration is found, the
+ engine will still run, albeit without support for MathAssess extensions.
+ </li>
+ <li>
+ Non-XML annotations are now stripped out of MathML during rendering.
+ </li>
+ </ul>
<h3>Release 0.3.1 (11/03/10)</h3>
<ul>
<li>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|