2.1a2 release

This commit is contained in:
Brie Bruns 2015-03-15 15:26:46 -06:00
父節點 ab3b2f052f
當前提交 d731b0ce61
共有 2 個檔案被更改,包括 5 行新增1 行删除

查看文件

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