File: ReleaseNotes_0.9.4.html

package info (click to toggle)
fwbuilder 1.0.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,508 kB
  • ctags: 2,655
  • sloc: cpp: 15,549; sh: 7,494; ansic: 3,538; xml: 3,418; makefile: 906; perl: 397
file content (54 lines) | stat: -rw-r--r-- 2,064 bytes parent folder | download
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
 <body>
<h1>		Firewall Builder Release Notes </h1>
<h3> Version  0.9.4   </h3>
<br>
<hr>
<br>
<br>
<h3>What's new in this release:   </h3>
<br>
<ul>
<li>Custom Service object has been introduced as a way to implement
Feature Requests #414445 and #416447 (numbers are per bug tracking
system on Sourceforge). Custom Service object allows for quick
implementation of support for platform-specific extensions where
command syntax is irregular, or special module needs to be loaded. As
an example we include few objects supporting additional modules for
iptables available through "patch-o-matic" collection.</li>
<li>iptables compiler now recognizes broadcast addresses and generates
code into INPUT chain (Feature request #444932)</li>
<li>code optimizer has been improved in the policy compiler; compiler now generates code which is more compact and clear</li>
<li>support for certain development and experimental iptables features
available through "patch-o-matic" collection has been added to the policy
compiler. These features are :<br><br>
<ul>
<li>NETMAP target (provides for static 1:1 mapping of network addresses in case both original and translated rule elements are networks of the same size)</li>
<li>drop table    (logs all dropped packets via drop table, this feature should be turned on and off in global firewall options dialog)</li>
<li>ipv4options   (recognizes following IPv4 options: source routing , record route , timestamp)</li>
<li>Time matching (matches arrival time of the packet against start and stop times for the rule)</li>
</ul>
</ul>
<br>
<br>
<h3>Bugs fixed in iptables compiler: </h3>
<br>
    <ul>
      <li>none</li>
   </ul>
<br>
<h3>Bugs fixed in GUI:</h3>
    <ul>
      <li> typo in autoupgrade script which was supposed to bring
user's data file from version 0.9.2 to 0.9.3 made this auto
upgrade impossible. This bug is fixed now.</li>
      <li>few other minor bugs discovered in testing  </li>
    </ul>
<br>
<br>
<br>
</body>
</html>