]> arthur.barton.de Git - ngircd-web.git/blob - news.php.en
858691f102a02b368941afa30848f7ca61c17f97
[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 13</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!
20 </p>
21 <h3 id="history">
22         History
23 </h3>
24 <p>
25         The <a href="doc/NEWS">NEWS</a>-file and the
26         <a href="doc/ChangeLog">ChangeLog</a>
27         are available online and in the archives.
28 </p>
29 <?php
30         end_page();
31 ?>
32