aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-08-05 09:58:02 +0000
committerdos-reis <gdr@axiomatics.org>2009-08-05 09:58:02 +0000
commit08271d9f4bad765c2a8aa93f1166821465cd3162 (patch)
tree29163094681d7a701350234a990feb7084c5eb88
parentb62e2878ca1013394d8cb3b851c04553d12be8a3 (diff)
downloadopen-axiom-08271d9f4bad765c2a8aa93f1166821465cd3162.tar.gz
* Create 1.3.0 Release.
-rw-r--r--ChangeLog4
-rw-r--r--README8
-rw-r--r--src/ChangeLog4
3 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bd379578..cd506170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * OpenAxiom-1.3.0 Released.
+
2009-07-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet: Reject SBCL-1.0.29 as too buggy to build
diff --git a/README b/README
index 017e06a0..3f18ffce 100644
--- a/README
+++ b/README
@@ -9,9 +9,9 @@ OpenAxiom strives to support ubiquitous, advanced, high quality
open source computer algebra on major operating systems, in particular
major Unix variants, GNU/Linux variants, Windows, and handheld
devices. It aims at being the open source computer algebra system of
-choice for research, teaching, engineering, etc. OpenAxiom will
-leverage existing mathematical software, in particular it will
-provide interface to mainstream programming languages.
+choice for research, teaching, engineering, etc. OpenAxiom leverages
+existing mathematical software, in particular it provides interface to
+mainstream programming languages (at the moment C and C++).
For information about building, installing, and using OpenAxiom, please refer
@@ -19,6 +19,6 @@ to the file INSTALL.
Enjoy,
-August 23, 2007
+August 05, 2009
Gabriel Dos Reis
College Station, Texas, USA.
diff --git a/src/ChangeLog b/src/ChangeLog
index 73014cda..fb5dc650 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2009-08-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * OpenAxiom-1.3.0 Released.
+
+2009-08-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* graph/view3D/stuff3d.c (norm_dist): Set third coordinate to zero.
2009-07-26 Gabriel Dos Reis <gdr@cs.tamu.edu>