]> arthur.barton.de Git - ngircd-web.git/blob - news.php.en
ngIRCd Release 20.2
[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 20.2</strong> of February 15 2013,
17         please also refer to the <a href="download.php.en">Download</a>
18         options.
19 </p>
20 <h3 id="history">
21         History
22 </h3>
23 <p class="security">
24         <strong>Caution:</strong>
25         ngIRCd 20 and 20.1 both contain an error that allows arbitrary users to
26         crash the server daemon. All installations should be updated to version
27         20.2 or newer! Releases prior to ngIRCd 20 are not affected.
28 </p>
29 <p>
30         The <a href="doc/NEWS">NEWS</a>-file and the
31         <a href="doc/ChangeLog">ChangeLog</a>
32         are available online and in the archives.
33 </p>
34 <?php
35         end_page();
36 ?>