/usr/share/scilab/RELEASE_NOTES_5.1.X is in scilab-data 5.3.3-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | Scilab 5.1.0 Release_Notes
==========================
- Graphics:
Errors occuring when getting or setting graphic handles properties
are now treated as any other Scilab errors.
As a consequence, these kinds of errors are now interrupting Scilab
scripts when occuring. Although this simplifies graphic error
detection, it might break some scripts containing such errors.
- Scipad Debugger:
The Scipad debugger is still broken because of code reorganization that has
been performed in the Scilab core and rewriting of the Tcl interface. It has
therefore been unplugged from Scipad and will be plugged back as soon as
possible.
- Mac OS X port:
There are some known issues with the Mac OS X version:
* For now, Tcl/Tk has been disabled. The technical reason is because
both Swing and Tk need to be driven by the Core Foundation
(CFRunLoopRun) and it is tricky to handle both at the sametime.
* As a consequence, TclSci (Scilab / Tcl interface) Scipad, GED
and the variable editor are not working.
* On a non-up-to-date Mac OS X, an error saying that the Dock Icon
cannot be set can occur. Please update your Mac OS X Java.
* Scilab starts in the background (ie behind other applications).
* The merge of windows provided by the docking system does not work
* Due to internal constraints, during the load of Scilab, it is normal
to see the icon changing for a second.
* On a fresh compiled version of Scilab, you could experience some
issues with the unsfdcopy function. This might be related to the
version of your compiler/libraries.
* The refresh on some demos is not done correctly which can cause
some refresh issues.
If you find bugs under Mac OS X which are not in this list, please submit them
on:
http://bugzilla.scilab.org/
Please provide the relevant part from /var/log/system.log
And patches are welcome!
|