]> arthur.barton.de Git - ngircd-web.git/blob - news.php.en
Updated website for ngIRCd release 17
[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 <h3 id="status">
9         Status
10 </h3>
11 <p>
12         The current stable version is <strong>Release 17</strong>,
13         please also refer to the <a href="download.php.en">Download</a>.
14 </p>
15 <p class="security">
16         <strong>Caution:</strong>
17         ngIRCd-versions previous to 0.10.4 contain a bug which can be used
18         (also remotely) to crash the daemon. All installations should be
19         updated to version 0.10.4 or newer!<br>
20         The SSL/TLS functions prior to 14.1 have a bug which can crash the
21         daemon as well. If using SSL/TLS you should update to at least
22         ngIRCd 14.1 (or newer)!
23 </p>
24 <h3 id="history">
25         History
26 </h3>
27 <p>
28         The <a href="doc/NEWS">NEWS</a>-file and the
29         <a href="doc/ChangeLog">ChangeLog</a>
30         are available online and in the archives.
31 </p>
32 <?php
33         end_page();
34 ?>
35