diff _posts/2018-04-30-octave-4.4.0-released.markdown @ 150:5143ab67cc16

Announce Octave 4.4 release. * community-news.html: increment serial counter. * _posts/2018-04-30-octave-4.4.0-released.markdown: Add release announcement.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 May 2018 21:58:28 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_posts/2018-04-30-octave-4.4.0-released.markdown	Tue May 01 21:58:28 2018 +0200
@@ -0,0 +1,22 @@
+---
+layout: post
+title:  "GNU Octave 4.4.0 Released"
+date:   2018-04-30
+categories: news release
+---
+
+GNU Octave version 4.4.0 has been released and is now available for
+[download][1].  An official [Windows binary installer][2] is available.
+For [macOS][3] see the installation instructions in the wiki.
+
+This major release improves compatibility with Matlab and contains many new
+and improved functions.  A list of important user-visible changes is available
+by selecting the [Release Notes][4] item in the News menu of the GUI or by
+typing `news` at the Octave command prompt.
+
+Thanks to the many people who contributed to this release!
+
+[1]: {{ "download.html" | absolute_url }}
+[2]: https://ftp.gnu.org/gnu/octave/windows/
+[3]: {{ site.wiki_url }}/Octave_for_macOS
+[4]: {{ "NEWS-4.4.html" | absolute_url }}