comparison community-news.html @ 46:171ca967fcc9 kai

Start new development branch closer to the current website, but more lightweigt for further maintanence.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 02:08:11 +0200
parents
children
comparison
equal deleted inserted replaced
45:33f406425440 46:171ca967fcc9
1 <!--
2
3 This is the community news page for Octave. It is displayed in the
4 "Community News" display area of the Octave GUI. It should not have
5 the usual page header that other pages on the Octave web site have.
6 The following string must be present for Octave to recognize and
7 display this page as the comunity news page:
8
9 this-is-the-gnu-octave-community-news-page
10 community-news-page-serial=6
11
12 -->
13
14 <html>
15 <head>
16 <title>Octave Community News</title>
17 <style TYPE="text/css">
18 <!--
19 body {
20 }
21 -->
22 </style>
23 </head>
24 <body>
25 <h2>Octave 4.0.3 has been Released</h2>
26 <p>
27 The Octave developers are pleased to announce the release
28 of GNU Octave, version 4.0.3.
29 <p>
30 Octave 4.0.3 is a bug fixing release. A list of bugs fixed in this
31 release is available from <a href="http://octave.org/fixes-4-0-3.html">http://octave.org/fixes-4-0-3.html</a>
32 </p>
33 <p>
34 An official Windows binary installer is available
35 from <a href="ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.3-installer.exe">ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.3-installer.exe</a>
36 </p>
37 </p>
38 The Octave 4.0.3 sources are available from
39 <a href="ftp://ftp.gnu.org/gnu/octave/octave-4.0.3.tar.xz">ftp://ftp.gnu.org/gnu/octave/octave-4.0.3.tar.xz</a>.
40 </p>
41 <p>
42 Thanks to the many people who contributed to this release!
43 </p>
44 <p>
45 <small><em>&mdash; The Octave Developers, July 2, 2016</em></small>
46 </p>
47 <h2>Octave 4.0.1 has been Released</h2>
48 <p>
49 The Octave developers are pleased to announce the release
50 of GNU Octave, version 4.0.1.
51 <p>
52 Octave 4.0.1 is a bug fixing release. A list of bugs fixed in this
53 release is available from <a href="http://octave.org/fixes-4-0-1.html">http://octave.org/fixes-4-0-1.html</a>
54 </p>
55 <p>
56 An official Windows binary installer is available
57 from <a href="ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.1-installer.exe">ftp://ftp.gnu.org/gnu/octave/windows/octave-4.0.1-installer.exe</a>
58 </p>
59 </p>
60 The Octave 4.0.1 sources are available from
61 <a href="ftp://ftp.gnu.org/gnu/octave/octave-4.0.1.tar.xz">ftp://ftp.gnu.org/gnu/octave/octave-4.0.1.tar.xz</a>.
62 </p>
63 <p>
64 Thanks to the many people who contributed to this release!
65 </p>
66 <p>
67 <small><em>&mdash; The Octave Developers, March 23, 2016</em></small>
68 </p>
69 <h2>Community News Window in Octave 3.8</h2>
70 <p>
71 Beginning with the 3.8.x release series of Octave, we will be
72 displaying news about Octave community events here. In Octave's GUI
73 interface, this window will appear when there is new information.
74 Octave will check for it at most once per day.
75 </p>
76 <p>
77 <small><em>&mdash; The Octave Developers, December 4, 2013</em></small>
78 </p>
79 </body>
80 </html>