diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 12 insertions, 4 deletions
@@ -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 @@ -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> |