[Pkg-octave-commit] [octave] 02/06: Document the GUI and the JIT in NEWS.Debian.

Sébastien Villemot sebastien at moszumanska.debian.org
Fri Dec 20 23:34:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave.

commit c2d7238558ceb66bbc8b69b73d298668deaf80d4
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Dec 20 20:49:22 2013 +0100

    Document the GUI and the JIT in NEWS.Debian.
---
 debian/NEWS.Debian | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
new file mode 100644
index 0000000..ce76b6a
--- /dev/null
+++ b/debian/NEWS.Debian
@@ -0,0 +1,17 @@
+octave (3.8.0~rc1-1) experimental; urgency=medium
+
+  * Starting with this version, the octave package now contains an
+    experimental graphical user interface (GUI) based on the Qt toolkit.
+    That GUI can be started by running the `octave-gui' executable, or by
+    giving the `--force-gui' option to the octave binary.
+
+  * For those who want to keep the lower memory footprint of a pure text
+    interface, there is the `octave-cli' executable which is not linked
+    against Qt.
+
+  * Starting with this version, Octave incorporates a just-in-time (JIT)
+    compiler, which can offer performance improvements in some situations.
+    Since it is still experimental, the JIT is disabled by default, but
+    you can activate it with the `jit_enable' command.
+
+ -- Sébastien Villemot <sebastien at debian.org>  Fri, 20 Dec 2013 20:47:36 +0100

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list