aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorianhin <ianhin>2004-06-20 20:10:29 +0000
committerianhin <ianhin>2004-06-20 20:10:29 +0000
commit4050e520a67a6a937cee80922d81430b33fa4072 (patch)
tree5b7e3868f6fee6f65c478004fcc940bf92e36615 /Changelog
parent96bf4f0bd2b5272f36f0def3652f12d842b04c1b (diff)
Merged in from stable version
SKIPPED: Distribution/build-distribution Examples/ADM/KrancADMTT.m Examples/KleinGordon/MKGTT.m Examples/Maxwell/EMTT.m
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog30
1 files changed, 30 insertions, 0 deletions
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..e9b5582
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,30 @@
+1.0.1-cvs
+=========
+
+- Changed the default name for a function in an evaluator thorn to
+ contain the thorn name. Helps to avoid conflicts with other thorns.
+
+- Fixed bug whereby the name of the calculation in an evaluator thorn
+ was not used for the function name.
+
+- Added "InheritedImplementations" option to all the Kranc thorns.
+
+- Updated README for Cactus beta14
+
+- Check the value of SetTimes for CreateSetterThorn, throw an error if
+ the value is not allowed (otherwise, a typo in the option fails to
+ create a schedule entry without any warning or error).
+
+- Removed (historical) dependency on "Format" package
+
+- Added symbols for "pow" and "exp" that used to be provided by the
+ Format package
+
+- Removed "External" directory from the paths of the examples
+
+- Deleted obsolete global parameters from GenericFD (stencil widths)
+
+1.0.0 (06-Apr-2004)
+===================
+
+- Initial release