diff --git a/CHANGELOG b/CHANGELOG index 00fad9f..208c5b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2.1 Alpha 2 - 03/15/2015 + - Unset variables in loops to make sure theres no leakage of + variables into the next run of the loop + 2.1 Alpha 1 - 11/29/2014 - Added support for custom fields in NAT and ACL rules, as this allows definition of Policy rules in the ACL files (mostly useful for IPSec) diff --git a/bin/srfirewall b/bin/srfirewall index 01372ad..1980b72 100755 --- a/bin/srfirewall +++ b/bin/srfirewall @@ -19,7 +19,7 @@ # along with this program. If not, see . # Static config options, normally do not need to change -FW_VERSION="2.1a1" +FW_VERSION="2.1a2" # Important directory locations FWPREFIX="/usr/local"