Firewall Builder Release Notes
Version 0.9.6
For the first time in this release the code has been split into three
major parts: general API, GUI and compilers. Having base classes in a
separate API library helps us maintain cleaner code and will
simplify development of policy compilers for different firewall
platforms.
This release also fixes bugs reported during testing of Firewall
Builder v0.9.5
What's new in this release:
Bugs fixed in iptables compiler:
- #448693 and #453966: setting rule options did not make any
difference in iptables code produced by policy compiler. In
particular, setting limit on rule did not work
- #449638 and #452070: port mapping did not work in iptables
- #464628: incorrect handling of negations in NAT rules
Bugs fixed in GUI:
- #449133: GUI used to hang if very long word was entered in
the comment field in the policy rule
- #454812: GUI allowed duplicates in policy rules elements
- fixed bug where incorrect manipulation of clipping rectangles
in policy item widget caused strange effects to happen with other
GUI widgets under some GTK themes
Known issues in this release
- Checkbox "Turn off stateful inspection for this rule" in the rule
options dialog in fact only turns of detection of "NEW"
sessions. Module ip_conntrack, if loaded, will keep track of state
anyway and rule matching "ESTABLISHED,RELATED" sessions will match
regardless of the state of this checkbox. We are working on this issue
and expect to fix it in the next release.