New versions 3.4.2-1 of

   octave,
   octave-devel,
   octave-doc

are available in the Cygwin distribution:

CHANGES
This is a upstream bug fix release of 3.4.x

For all the main changes
http://www.gnu.org/software/octave/NEWS-3.4.html

DESCRIPTION
The GNU Octave language for numerical computations
Octave is a (mostly Matlab (R) compatible)
high-level language, primarily intended for
numerical computations.  It provides a convenient
command-line interface for solving linear and
nonlinear problems numerically.

HOMEPAGE
http://www.gnu.org/software/octave/


KNOWN BUGS

1) on cygwin-1.7.9 the plotting function is working very bad.
This is due to a cygwin bug and is not a octave bug.
Any cygwin snapshots after 2011-06-01 solve the issues,
so the next cygwin-1.7.10 will definetly  remove the bug.

2) Only on cygwin version printing plots from fltk cause segfault.
Never succeeded, for lack of time and competence, to identify the
root cause : octave, fltk, cygwin ?
To reproduce: run octave and at prompt
-------------------------
 graphics_toolkit ("fltk")
 x=1:10;
 plot(x,x)
 print("fltk.png","-dpng")
-------------------------
the plot is built and printed as file but octave crashes.


Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
look at the "List-Unsubscribe: " tag in the email header of this
message. Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain....@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that
is available starting at this URL.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to