]> arthur.barton.de Git - ngircd-web.git/blob - news.php.en
5da3b6b4f1a422efe6fac0ec36bca0ae7e2bc629
[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
13         <strong>Release 17.1</strong> of Dezember 19 2010,
14         please also refer to the <a href="download.php.en">Download</a>
15         options.
16 </p>
17 <p class="security">
18         <strong>Caution:</strong>
19         ngIRCd-versions previous to 0.10.4 contain a bug which can be used
20         (also remotely) to crash the daemon. All installations should be
21         updated to version 0.10.4 or newer!<br>
22         The SSL/TLS functions prior to 14.1 have a bug which can crash the
23         daemon as well. If using SSL/TLS you should update to at least
24         ngIRCd 14.1 (or newer)!
25 </p>
26 <h3 id="history">
27         History
28 </h3>
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 ?>
37