From 965308dea465ca5b171975697aa440a7f52fd5f2 Mon Sep 17 00:00:00 2001 From: Brielle Date: Mon, 25 Apr 2016 11:02:34 -0600 Subject: [PATCH] 2.1a3 --- CHANGELOG | 4 ++-- bin/srfirewall | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 54e8fa2..3e72cd0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ -2.1 Alpha 3 - 04/25.2016 - - Fix issue with erasing variables in services setup +2.1 Alpha 3 - 04/25/2016 + - Fix issue with erasing variables in two different setups 2.1 Alpha 2 - 03/15/2015 - Unset variables in loops to make sure theres no leakage of diff --git a/bin/srfirewall b/bin/srfirewall index 1980b72..2d794b0 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.1a2" +FW_VERSION="2.1a3" # Important directory locations FWPREFIX="/usr/local"