1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<h1> Firewall Builder Release Notes </h1>
<br>
<h3> Version 1.0 </h3>
<br>
<b>GUI v1.0 requires API library libfwbuilder version 0.10.4</b>
<br>
<h3>What is new in GUI</h3>
<ul>
<li>
Per feature request #475645 support for text copy/cut/paste
operations via keyboard shortcuts Ctrl-C,Ctrl-X,Ctrl-V has
been added.
</li>
<li>
GUI now supports "sysinfo" parameters for hosts. Dialog tab
similar to that of the object Firewall has been added to Host
dialog.
</li>
<li>
Menu item "Where Used" has been added. This function shows
all groups and firewalls using given object.
</li>
<li>
API library and the GUI now compile with GCC 3.0. We never had
a chance to thoroughly test on such system yet.
</li>
<li>
GUI now supports printing of Hosts, Networks and Firewalls.
</li>
<li>
GUI now comes with new icons by Hector Rivera Falu
</li>
</ul>
<br>
<h3>Bugs fixed in GUI:</h3>
<ul>
<li>
#492006: Policy printing did not work.
</li>
<li>
#492284: rule copy/paste problem
</li>
<li>
#493590: object tooltip was shown for "any"
</li>
<li>
#496116: GUI crashed on illegal drag-n-drop operation
</li>
<li>
#496841: clicking on a group while another group was in the
process of rendering icons in the dialog caused gui crash
</li>
<li>
#497114: gui crashed if object was deleted in Hosts group and
database saved to the file
</li>
</ul>
<br>
<h3>Bugs fixed in iptables policy compiler:</h3>
<ul>
<li>
#493303: invalid icmp type number for "any type" ICMP service
</li>
<li>
#491972: Failure with more then 15 ports if multiport
optimization is used
</li>
</ul>
<br>
</body>
</html>
|