2.1a2 release
parent
ab3b2f052f
commit
d731b0ce61
|
@ -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
|
2.1 Alpha 1 - 11/29/2014
|
||||||
- Added support for custom fields in NAT and ACL rules, as this allows
|
- 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)
|
definition of Policy rules in the ACL files (mostly useful for IPSec)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Static config options, normally do not need to change
|
# Static config options, normally do not need to change
|
||||||
FW_VERSION="2.1a1"
|
FW_VERSION="2.1a2"
|
||||||
|
|
||||||
# Important directory locations
|
# Important directory locations
|
||||||
FWPREFIX="/usr/local"
|
FWPREFIX="/usr/local"
|
||||||
|
|
Loading…
Reference in New Issue