diff Announce @ 3060:9c6cd52f3f5a

[project @ 1997-06-25 18:30:40 by jwe]
author jwe
date Wed, 25 Jun 1997 18:32:50 +0000
parents 888a3f5a1cdd
children db6d57d718f7
line wrap: on
line diff
--- a/Announce
+++ b/Announce
@@ -1,15 +1,22 @@
-Subject: ANNOUNCE: Octave Version 2.0.7 released
+Subject: ANNOUNCE: Octave Version 2.0.8 released
 
-Octave version 2.0.7 is now available for ftp from ftp.che.wisc.edu
+Octave version 2.0.8 is now available for ftp from ftp.che.wisc.edu
 in the directory /pub/octave.  Diffs from the previous release are
 also available in the same directory.
 
-  -rw-r--r--   1 jwe  3345256 Jun  4 13:42 octave-2.0.7.tar.gz
-  -rw-r--r--   1 jwe     4120 Jun  4 13:43 octave-2.0.6-2.0.7.patch.gz
+  -rw-r--r--   1 jwe  3369407 Jun 23 15:44 octave-2.0.8.tar.gz
+  -rw-r--r--   1 jwe    41993 Jun 23 14:47 octave-2.0.7-2.0.8.patch.gz
 
 Most bugs reported since the release of version 2.0 have been fixed.
 
-This is a bug-fixing release.  There are no new features.
+This is a bug-fixing release.  There are only a few new features:
+
+  * If the argument to eig() is symmetric, Octave uses the specialized
+    Lapack subroutine for symmetric matrices for a significant
+    increase in performance.
+
+  * It is now possible to use the mkoctfile script to create .oct
+    files from multiple source and object files.
 
 Octave is a high-level interactive language primarily intended for
 numerical computations.  It is mostly compatible with MATLAB.