root/trunk/web/inf/notes.php @ 140

Revision 136, 0.6 KB (checked in by andreu, 12 years ago)

Information section update with release notes and thanks

Line 
1<?php
2
3print "  <div id=\"contenu\"> \n";
4print "   <p>  \n";
5print " Notes for release 0.0.14 :   \n";
6print "<ul>\n";
7print " <li> Subnet and Supersubnet accounting : you can declared the following configuration in your IPv4 prefixes list : \n";
8print "<ul>\n";
9print " <li> 192.168.0.0 24 1</li>";
10print " <li> 192.168.0.128 25 1</li>";
11print "</ul>\n";
12print " </li>";
13print " <li> New Web interface.</li>";
14print " <li> New global indicators in renetcol core.</li>";
15print " <li> NDE Input from a pcap file.</li>";
16print " <li> Class of Services.</li>";
17print " </p>  \n";
18print " </div> \n";
19
20?>
Note: See TracBrowser for help on using the browser.