shorewall_code/Shorewall/releasenotes.txt
2009-11-21 14:18:01 -08:00

45 lines
1.5 KiB
Plaintext

Shorewall 4.5.0
----------------------------------------------------------------------------
R E L E A S E 4 . 5 H I G H L I G H T S
----------------------------------------------------------------------------
None.
----------------------------------------------------------------------------
M I G R A T I O N I S S U E S
----------------------------------------------------------------------------
None.
----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 5 . 0
----------------------------------------------------------------------------
None.
----------------------------------------------------------------------------
K N O W N P R O B L E M S R E M A I N I N G
----------------------------------------------------------------------------
None.
----------------------------------------------------------------------------
N E W F E A T U R E S I N 4 . 5 . 0
----------------------------------------------------------------------------
1) Previously, the following sequence of policies would produce a
'Duplicate Policy' error:
$FW all ACCEPT
$FW dmz REJECT info
Begining with 4.5.0, this sequence produces the same result as this
one:
$FW dmz REJECT info
$FW all ACCEPT