File: ReleaseNotes_2.1.8.html

package info (click to toggle)
fwbuilder 2.1.19-6
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 12,300 kB
  • ctags: 6,141
  • sloc: cpp: 74,889; sh: 3,208; ansic: 8; makefile: 6
file content (97 lines) | stat: -rw-r--r-- 2,949 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
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
89
90
91
92
93
94
95
96
97
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<link rel="stylesheet" type="text/css" href="http://www.fwbuilder.org/pages/fwbuilder.css">
</head>
 <body>
<h1 class="relnotes_title">		Firewall Builder Release Notes </h1>
<br>
<h2 class="relnotes_version"> Version  2.1.8   </h2>
<br>
<p>
Released 12/02/2006
<br>
<b>GUI and compilers v2.1.8 require API library libfwbuilder version 2.1.8</b>
<br>
<h2>Summary </h2>
<p>

<p>
<b>For those who wish to build from source, instructions are outlined
in the document "Install and Build instructions" on our web site <a
href="http://www.fwbuilder.org/archives/cat_installation.html">here</a></b>


<h2>Installation</h2>

<p>
  <b>
  Optinon poll ran on the fwbuilder-discussion mailing list showed
  that majority of users are not interested in ability to install and
  run both fwbuilder 2.0 and 2.1 on the same machine at the same
  time. Hence we are reverting to the old naming schema without suffix
  '21' for the binaries and man pages in this release.
  </b>
</p>

<h2>Improvements and bug fixes in the GUI</h2>
<ul>

  <li>The user can search for objects using regular expressions
  matching their names or attributes.
    <p>
    </p>
  </li>

  <li>Fixed bug #1592130: "Policy Chaining Issues". The GUI should
    properly display nested branch rulesets. The user can create
    policy branches within other branches.
  </li>


</ul>


<h2>All compilers</h2>

<ul>
  <li>Fixed bug #1590746 "problem with using "DNS Names" objects on MS
  Windows". Compiler failed to convert DNSName objects set to resolve
  at compile time into IP addresses.
  </li>
</ul>


<h2>Compiler for iptables</h2>
<ul>
  <li>fixed bug #1593221: "iptables filtering bridge problem - PHYSDEV:
    no physdev opti..."  Some times rules were generated with "-m
    physdev" but witout  "--physdev-in" or "--physdev-out" options.
  </li>
</ul>

<h2>Compiler for Cisco PIX</h2>
<ul>

  <li>fixed a bug (no num, support req. #1604103: "fwb_pix policy
    compiler dies when SNMP or NTP hosts defined".  Compiler did not
    print error message when it could not find an interface with
    network zone matching IP address of NTP or SNMP server (it just
    printed the address without explanation of what went wrong)
  </li>

  <li>Experimental utility <b>fwb_pix_diff</b> has been added to the
    package. This utility takes two PIX configurations on the command
    line and produces the 'diff' that consists of a set of commands
    that should bring the firewall from the state defined by the first
    config to the state defined by the second. Only PIX 7.0 is
    supported. This utility will be incorporated into policy installer
    in the future to make policy updates simpler and faster,
    especially when small changes are made to the large set of access
    lists and nat rules.
  </li>
</ul>

 </body>
</html>