2.1a2 release

master
Brie Bruns 2015-03-15 15:26:46 -06:00
parent ab3b2f052f
commit d731b0ce61
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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"