]> arthur.barton.de Git - ngircd-web.git/blob - news.php.en
Add Twitter link
[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 17.1</strong> of Dezember 19 2010,
17         please also refer to the <a href="download.php.en">Download</a>
18         options.
19 </p>
20 <p class="security">
21         <strong>Caution:</strong>
22         ngIRCd-versions previous to 0.10.4 contain a bug which can be used
23         (also remotely) to crash the daemon. All installations should be
24         updated to version 0.10.4 or newer!<br>
25         The SSL/TLS functions prior to 14.1 have a bug which can crash the
26         daemon as well. If using SSL/TLS you should update to at least
27         ngIRCd 14.1 (or newer)!
28 </p>
29 <h3 id="history">
30         History
31 </h3>
32 <p>
33         The <a href="doc/NEWS">NEWS</a>-file and the
34         <a href="doc/ChangeLog">ChangeLog</a>
35         are available online and in the archives.
36 </p>
37 <?php
38         end_page();
39 ?>
40