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.
|
|
|
|
|
2004-07-14 22:08:12 +02:00
|
|
|
4) Backport 'dropInvalid' from 2.1
|
2004-07-18 03:20:50 +02:00
|
|
|
|
|
|
|
Changes in 2.0.7
|
|
|
|
|
|
|
|
1) Include output of "ip rule ls" and "ip route ls" in "shorewall
|
|
|
|
status".
|
2004-07-20 20:01:45 +02:00
|
|
|
|
|
|
|
2) Consult PKTTYPE when generating 'REJECT' rules.
|
2004-07-21 20:57:45 +02:00
|
|
|
|
|
|
|
3) Enhance IP/Routing output in "shorewall status".
|
2004-07-25 19:55:29 +02:00
|
|
|
|
2004-07-29 23:21:15 +02:00
|
|
|
4) Correct handling of multiple 'blacklist' interfaces.
|
|
|
|
|
|
|
|
5) Add "0.0.0.0 RETURN" to nobogons.
|
2004-07-31 00:33:46 +02:00
|
|
|
|
|
|
|
Changes in 2.0.8
|
|
|
|
|
|
|
|
1) Removed dead code from process_actions2()
|
|
|
|
|
|
|
|
2) Corrected read command in process_actions2() (userspec)
|
2004-09-02 18:59:57 +02:00
|
|
|
|
|
|
|
Changes in 2.0.9
|
|
|
|
|
2004-09-04 18:24:58 +02:00
|
|
|
1) Corrected setup_tc1() handling of the PROTO column.
|
|
|
|
|
|
|
|
2) Added warning about ADD_SNAT_ALIASES in the masq file.
|