From cb8bb758f21c8eadbce27ebcd39e36d149e76189 Mon Sep 17 00:00:00 2001 From: davemckain Date: Wed, 21 Apr 2010 16:22:16 +0000 Subject: [PATCH] Ready for 0.2.1 release --- jacomax-diagnostic/pom.xml | 2 +- jacomax-samples/pom.xml | 2 +- jacomax/pom.xml | 2 +- pom.xml | 2 +- src/changes/changes.xml | 21 ++++++++++++++++++++- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/jacomax-diagnostic/pom.xml b/jacomax-diagnostic/pom.xml index fa453b6..07abfa7 100644 --- a/jacomax-diagnostic/pom.xml +++ b/jacomax-diagnostic/pom.xml @@ -15,7 +15,7 @@ All Rights Reserved uk.ac.ed.ph.jacomax jacomax-all - 0.2-SNAPSHOT + 0.2.1 diff --git a/jacomax-samples/pom.xml b/jacomax-samples/pom.xml index 93469e8..2f28fac 100644 --- a/jacomax-samples/pom.xml +++ b/jacomax-samples/pom.xml @@ -15,7 +15,7 @@ All Rights Reserved uk.ac.ed.ph.jacomax jacomax-all - 0.2-SNAPSHOT + 0.2.1 diff --git a/jacomax/pom.xml b/jacomax/pom.xml index fcdc5ce..42c3993 100644 --- a/jacomax/pom.xml +++ b/jacomax/pom.xml @@ -15,7 +15,7 @@ All Rights Reserved uk.ac.ed.ph.jacomax jacomax-all - 0.2-SNAPSHOT + 0.2.1 diff --git a/pom.xml b/pom.xml index e87f93b..d674c47 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ All Rights Reserved 4.0.0 uk.ac.ed.ph.jacomax jacomax-all - 0.2-SNAPSHOT + 0.2.1 pom jacomax diff --git a/src/changes/changes.xml b/src/changes/changes.xml index da08986..d349a94 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -13,8 +13,27 @@ All Rights Reserved David McKain + + + Merged the jacomax-sample and jacomax-diagnostic modules together, as having two separate + ones was overkill. + + + 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.) + + + Default values for call/batch timeouts are now more conservative. (60 and 180 seconds, respectively.) + + + 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. + + - + First public snapshot release