parent
1bfe6ded80
commit
f8cb8b11e2
|
@ -1,3 +1,7 @@
|
||||||
|
2.1 Final - 07/12/2019
|
||||||
|
- Fix flush tables rule for raw
|
||||||
|
- Final 2.1 release since we've had 2.1 for 5 years now without being 'released'
|
||||||
|
|
||||||
2.1 Beta 1 - 11/19/2018
|
2.1 Beta 1 - 11/19/2018
|
||||||
- Add run-after and run-before rules (custom/runafter.sh and custom/runbefore.sh)
|
- Add run-after and run-before rules (custom/runafter.sh and custom/runbefore.sh)
|
||||||
|
|
||||||
|
|
|
@ -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.1a3"
|
FW_VERSION="2.1"
|
||||||
|
|
||||||
# Important directory locations
|
# Important directory locations
|
||||||
FWPREFIX="/usr/local"
|
FWPREFIX="/usr/local"
|
||||||
|
|
Loading…
Reference in New Issue