Skip to content

Commit

Permalink
Ready for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davemckain committed Apr 21, 2010
1 parent 2692456 commit cb8bb75
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jacomax-diagnostic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All Rights Reserved
<parent>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jacomax-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All Rights Reserved
<parent>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jacomax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All Rights Reserved
<parent>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All Rights Reserved
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>
<modules>
<module>jacomax</module>
Expand Down
21 changes: 20 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,27 @@ All Rights Reserved
<author email="david.mckain&#xa0;[at]&#xa0;ed.ac.uk">David McKain</author>
</properties>
<body>
<release version="0.2.1" date="2010-04-21" description="Version 0.2.1 (SVN revision 29)">
<action dev="davemckain" type="update" date="2010-04-21">
Merged the jacomax-sample and jacomax-diagnostic modules together, as having two separate
ones was overkill.
</action>
<action dev="davemckain" type="update" date="2010-04-15">
Made handling of line separators system independent. (At least as far as input goes... Maxima seems
to output single newlines in all of the cases I've tried.)
</action>
<action dev="davemckain" type="fix" date="2010-04-15">
Default values for call/batch timeouts are now more conservative. (60 and 180 seconds, respectively.)
</action>
<action dev="davemckain" type="fix" date="2010-04-15">
Changed the logic that constructs that actual call input sent to Maxima so that the code block
generating the 'terminator' string is input on a separate line from the main input.
This addresses an issue on Windows/GCL whereby the terminator generator would not be executed
if earlier code on the same input line failed, resulting in a timeout.
</action>
</release>
<release version="0.2.0" date="2010-04-02" description="Version 0.2.0 (SVN revision 11)">
<action dev="davemckain" type="update">
<action dev="davemckain" type="add">
First public snapshot release
</action>
</release>
Expand Down

0 comments on commit cb8bb75

Please sign in to comment.