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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<h1> Firewall Builder Release Notes </h1>
<h3> Version 0.9.8 </h3>
<br>
<hr>
<h3>This is bugfix release</h3>
<br>
<b>GUI v0.9.8 requires API library libfwbuilder version 0.10.2</b>
<br>
<h3>What's new in this release</h3>
<ul>
<li> Object name can now contain spaces and national characters</li>
<li> Flying mouse over icon in group dialog shows object's properties
in tooltip-like window or on status bar (just like it does
in a policy view)</li>
</ul>
<br>
<h3>Bugs fixed in iptables compiler: </h3>
<br>
<ul>
<li> #489369: Crash in iptables policy compiler</li>
<li> #488005: Incorrect code was generated for certain DNAT rules
with negation</li>
<li> #488269: Proxy ARP commands were duplicated</li>
<li> #490133: iptables compiler failed to generate correct code
for SNAT rule with negation</li>
</ul>
<br>
<h3>Bugs fixed in GUI:</h3>
<ul>
<li> #489148: Adding objects to newly creates Service Group caused crash</li>
<li> #490134: Deleting object in the group cased crash</li>
</ul>
<br>
<br>
</body>
</html>
|