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.
|
2004-09-24 00:07:54 +02:00
|
|
|
|
|
|
|
3) Added "brctl show" to the status command.
|
2004-09-24 19:18:04 +02:00
|
|
|
|
|
|
|
Changes in 2.0.10
|
|
|
|
|
|
|
|
1) Corrected GATEWAY handling for 'pptpserver's
|
2004-09-25 19:16:23 +02:00
|
|
|
|
|
|
|
2) Correct log rule number generation.
|
2004-09-30 16:31:35 +02:00
|
|
|
|
|
|
|
3) Add clarification to /etc/shorewall/tcrules.
|
2004-10-21 00:29:06 +02:00
|
|
|
|
|
|
|
4) Apply part of Ian Allen's fix for down interface in the SUBNET
|
|
|
|
column of /etc/shorewall/masq.
|
2004-10-25 17:21:03 +02:00
|
|
|
|
|
|
|
5) Add key /proc settings to "shorewall status" output.
|
2004-11-04 19:18:20 +01:00
|
|
|
|
|
|
|
Changes in 2.0.11
|
|
|
|
|
2004-11-12 16:08:03 +01:00
|
|
|
1) Add note for Slackware users to INSTALL.
|
2004-11-04 19:18:20 +01:00
|
|
|
|
2004-11-12 16:08:03 +01:00
|
|
|
2) Correct bogons file.
|
2004-11-12 22:25:36 +01:00
|
|
|
|
|
|
|
3) Replace service names by port numbers in /etc/shorewall/tos.
|
2004-11-22 18:33:00 +01:00
|
|
|
|
|
|
|
4) Added NNTPS to action.AllowNNTP.
|
2004-11-22 18:52:56 +01:00
|
|
|
|
|
|
|
5) Fix install.sh
|
2004-11-25 21:24:21 +01:00
|
|
|
|
|
|
|
Changes in 2.0.12
|
|
|
|
|
|
|
|
1) Correct typo in shorewall.conf.
|
2004-11-27 17:50:38 +01:00
|
|
|
|
|
|
|
2) Fix "shorewall add" and "shorewall delete" with bridging.
|
2004-11-29 16:05:16 +01:00
|
|
|
|
|
|
|
3) Implement variable expansion in INCLUDE directives
|
2004-11-30 23:05:15 +01:00
|
|
|
|
|
|
|
4) Split restore-base into two files.
|
2004-12-01 22:12:01 +01:00
|
|
|
|
|
|
|
5) Correct dynamic zone OUTPUT handling.
|
2004-12-02 16:48:37 +01:00
|
|
|
|
|
|
|
Changes in 2.0.13
|
|
|
|
|
|
|
|
1) Correct typo in "shorewall add" code.
|