changeset 2604:dc3ae90eb88f

[project @ 1997-01-07 09:39:47 by jwe]
author jwe
date Tue, 07 Jan 1997 09:39:47 +0000
parents 939bc9157319
children 389b1b5af266
files Announce WWW/index.html
diffstat 2 files changed, 19 insertions(+), 45 deletions(-) [+]
line wrap: on
line diff
--- a/Announce
+++ b/Announce
@@ -1,54 +1,23 @@
-Subject: ANNOUNCE: Octave Version 2.0 released
-
-Octave version 2.0 is now available for ftp from ftp.che.wisc.edu
-in the directory /pub/octave.  Diffs from the previous release are not
-available because they would be quite large.
+Subject: ANNOUNCE: Octave Version 2.0.1 released
 
-This is a major new release and includes many new features.
-User-visible changes since the last release are listed in the file
-NEWS, which is included in the distribution and available from
-ftp.che.wisc.edu in the file /pub/octave/NEWS.  The ChangeLog files in
-the source distribution contain a more detailed record of changes
-made since the last release.
+Octave version 2.0.1 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.
 
-Most bugs reported since the release of version 1.1.1 have been fixed.
-You can help make Octave more reliable by reporting any bugs you find
-to bug-octave@bevo.che.wisc.edu.
-
-What is Octave?
----------------
-
-Octave is a high-level interactive language, primarily intended for
-numerical computations that is mostly compatible with Matlab.
+  -rw-r--r--   1 jwe  3269864 Jan  7 03:02 octave-2.0.1.tar.gz
+  -rw-r--r--   1 jwe    33695 Jan  7 03:10 octave-2.0-2.0.1.patch.gz
 
-Octave can do arithmetic for real and complex scalars and matrices,
-solve sets of nonlinear algebraic equations, integrate functions over
-finite and infinite intervals, and integrate systems of ordinary
-differential and differential-algebraic equations.
-
-Octave uses the GNU readline library to handle reading and editing
-input.  By default, the line editing commands are similar to the
-cursor movement commands used by GNU Emacs, and a vi-style line
-editing interface is also available.  At the end of each session, the
-command history is saved, so that commands entered during previous
-sessions are not lost.
+This is a bug-fixing release.  Most bugs reported since the release of
+version 2.0 have been fixed.  There are no new features.  You can help
+make Octave more reliable by reporting any bugs you find to
+bug-octave@bevo.che.wisc.edu.
 
-The Octave distribution includes a 200+ page Texinfo manual.  Access
-to the complete text of the manual is available via the help command
-at the Octave prompt.
-
-Two and three dimensional plotting is fully supported using gnuplot.
+Octave is a high-level interactive language primarily intended for
+numerical computations.  It is mostly compatible with Matlab.
 
-The underlying numerical solvers are currently standard Fortran ones
-like Lapack, Odepack, Dassl, the Blas, etc., packaged in a library
-of C++ classes.  If possible, the Fortran subroutines are compiled
-with the system's Fortran compiler, and called directly from the C++
-functions.  If that's not possible, you can still compile Octave if
-you have the free Fortran to C translator f2c.
+Additional information is available on the WWW at
 
-Octave is also free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation.
+  http://www.che.wisc.edu/octave
 
 -- 
 John W. Eaton
--- a/WWW/index.html
+++ b/WWW/index.html
@@ -16,6 +16,11 @@
 
 <h2>News</h2>
 <p>
+Version 2.0.1 was released Tuesday January 7, 1997.  Most bugs
+reported since the release of version 2.0 have been fixed.
+</p>
+
+<p>
 Version 2.0 was released Tuesday December 10, 1996.  There are many
 new features including:
 <ul>