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