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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
Firewall Builder Release Notes
Version 0.8.7
February 1, 2001
This is bugfix release. It incorporates several fixes in both GUI and
compilers reported by beta-testers. We also include beta version of
new XML DTD (see etc/fwbuilder.dtd). This release still does not use it,
it is included for preview purposes. We welcome feedback !
There should be no more 0.8.x releases as we start major rewrite to
switch to the new XML DTD. Significant improvements to GUI are coming
with it, too. This is what is going to become 0.9.0 when it is ready.
Firewall Builder GUI
--------------------
Minor bugfixes. Support for libxml2
Compilers
---------
Static buffer overflow in fwcompiler.c eliminated. This overflow and
core dump used to happen while processing firewall rules with large
number of objects.
XML DTD
-------
This release comes with beta version of our new data presentation
format. We ship it only for demosntration purposes, so people can take
a look and provide feedback.
Version 0.8.6
January 24, 2001
Firewall Builder GUI
--------------------
This is mostly bugfix release, fixing bugs and problems found during
beta-testing of v 0.8.5 We appreciate help of everyone who contributed
their ideas, notes, bugs and suggestions. See file Credits for the list of
contributors.
Problems fixed in this release:
- numerous build problems on RedHat 7.0, including proper detection
of libxml in configure
- fixed bug where bogus path was stored in config.h file while building
RPMs
- build support scripts were reqritten; project now builds on Solaris
- improper error detection while reading preferences and object data files
- various crashes because of insufficient error checking
New features in GUI:
- now GUI checks IP address and netmasks syntax and automatically suggests
"natural" netmask for the network object
- finally implemented comments editing for firewall policy rules
- package ships with proper example, see README.example and objects.xml
in directory "examples"
- added support for iptables platform.
Compilers
---------
This is the first release which ships with working iptables policy
compiler.
Example object database comes with three different firewall
definitions based on ipchains, ipfilter and iptables platform.
XML data presentation
-----------------------
We are in process of reviewing and brushing out our XML data presentation
layer and data format. Currently you can find work in progress file
fwbuilder.dtd in 'etc' project directory. It is not complete, and software
itself still uses older format, not matching this DTD.
If you are compiler developer:
1. Do not rely on current data format - it will change soon.
2. Do not rely on fwbuilder.dtd yet - it is not finished and likely
to be chnaged.
If you are user:
1. Do not be alarmed by the future change in format - we will provide
migration tool to convert your data files.
If you are developer:
1. Your ideas and comments regarding DTD format are very welcome.
|