2004-07-07 16:16:55 +02:00
|
|
|
Changes in 2.0.4
|
2004-03-15 19:47:21 +01:00
|
|
|
|
2004-07-06 16:13:52 +02:00
|
|
|
1) Fix DNAT logging with 'fw' as the source zone.
|
2004-07-07 16:16:55 +02:00
|
|
|
|
|
|
|
Change in 2.0.5
|
|
|
|
|
2004-07-10 04:08:03 +02:00
|
|
|
1) Eradicate more RESTOREBASE messages.
|
|
|
|
|
2004-07-11 18:22:16 +02:00
|
|
|
2) Remove 'mangle' reference from shorewall.conf.
|
|
|
|
|
|
|
|
Change in 2.0.6
|
|
|
|
|
|
|
|
1) Add PKTTYPE option.
|
|
|
|
|
|
|
|
shorewall.conf
|
2004-07-13 15:15:11 +02:00
|
|
|
firewall
|
|
|
|
|
|
|
|
2) Sanitized some correct but confusing code in determine_hosts().
|
|
|
|
|
|
|
|
There was a loop:
|
|
|
|
|
|
|
|
for networks in $networks
|
|
|
|
...
|
|
|
|
|
|
|
|
It now reads:
|
|
|
|
|
|
|
|
for network in $networks
|
|
|
|
...
|
|
|
|
|
|
|
|
|
|
|
|
3) Don't give shorewall.conf and zones execute permission.
|
|
|
|
|
|
|
|
|