shorewall_code/STABLE2/changelog.txt

34 lines
500 B
Plaintext
Raw Normal View History

Changes in 2.0.4
1) Fix DNAT logging with 'fw' as the source zone.
Change in 2.0.5
1) Eradicate more RESTOREBASE messages.
2) Remove 'mangle' reference from shorewall.conf.
Change in 2.0.6
1) Add PKTTYPE option.
shorewall.conf
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.