mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-22 19:27:13 +01:00
60 lines
1.9 KiB
HTML
60 lines
1.9 KiB
HTML
<!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> Firewall Builder Release Notes </h1>
|
|
<br>
|
|
<h2> Version 2.1.10 </h2>
|
|
<br>
|
|
<p>
|
|
Released 02/17/2007
|
|
<br>
|
|
<b>GUI and compilers v2.1.10 require API library libfwbuilder version 2.1.10</b>
|
|
<br>
|
|
<h2>Summary </h2>
|
|
<p>
|
|
This is bugfix release.
|
|
|
|
<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>Improvements and bug fixes in the GUI</h2>
|
|
<ul>
|
|
|
|
<li>fixed bug #1661140: "built-in installer broken in 2.1.9 for
|
|
PF". Installer incorrectly set name for files it copied to the
|
|
firewall if generated configuration consisted of several
|
|
files. Affected platforms are PF and ipfilter because normally for
|
|
these platforms compiler generates two files.
|
|
</li>
|
|
|
|
<li>fixed bug #1659832: "No compile with QT without STL
|
|
support"</li>
|
|
|
|
<li>a workaround for the bug 1629461: "Policy tabs do not scroll @
|
|
window extent on OSX". The tab widget used to show policy, nat,
|
|
routing and policy branch rulesets does not switch to a "folded"
|
|
mode on Mac OS X when it needs to show more tabs that fit in the
|
|
window. Since I can't figure out a way to force it to do that, I
|
|
am dropping "Policy/" from the tab titles for branches to make
|
|
them shorter. This will help users with policies with many
|
|
branches, however it does not solve the problem because as they
|
|
keep adding branches, at some point they won't fit in the window
|
|
again.</li>
|
|
|
|
<li>added an item "Where used" to the context menu associated with
|
|
objects in rules</li>
|
|
</ul>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|