]> arthur.barton.de Git - ngircd-web.git/blob - news.php.en
201032df19f8793a2b7feb5e77ffdacd81237ce1
[ngircd-web.git] / news.php.en
1 <?php
2         include('includes/common.php');
3         begin_page('en', 'News');
4 ?>
5 <h2>
6         News &amp; History
7 </h2>
8 <p>
9         Latest news: ngIRCd on <a href="http://twitter.com/#!/ngIRCd">Twitter</a>.
10 </p>
11 <h3 id="status">
12         Status
13 </h3>
14 <p>
15         The current stable version is
16         <strong>Release 23</strong> of November 16 2015,
17         for testing <strong>Release 24~rc1</strong> of January 7 2017 is available,
18         please refer to the <a href="download.php.en">Download</a>
19         options.
20 </p>
21 <h3 id="history">
22         History
23 </h3>
24 <p class="security">
25         <strong>Caution:</strong>
26         ngIRCd 20, 20.1, and 20.2 contains an error that could crash
27         the server daemon when the configuration option <q>NoticeAuth</q> is
28         enabled (which is <em>not</em> the default).
29         ngIRCd 20 and 20.1 both contain an additional error that allows
30         arbitrary users to crash the server daemon.
31         <strong>All installations should be updated to version 20.3 or
32         newer!</strong>
33 </p>
34 <p>
35         The <a href="doc/NEWS">NEWS</a>-file and the
36         <a href="doc/ChangeLog">ChangeLog</a>
37         are available online and in the archives.
38 </p>
39 <?php
40         end_page();
41 ?>