diff --git a/ChangeLog b/ChangeLog index cecab65..85bf423 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +0.9.13 - Brielle Bruns + - Fix location of ipv6 fi statement, moved to end of ipv6 rules + - Add default policy rules and IPV{4|6}_P{INPUT|OUTPUT|FORWARD} options + to control them. Note the difference between BLOCKINCOMING and the PINPUT variable + 0.9.12 - Brielle Bruns - Change IPV6_ROUTEDCLIENTBLOCK so you can specify ranges to block incoming to. diff --git a/Makefile b/Makefile index 0028e2a..a52da99 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9.12 +VERSION=0.9.13 TAR=/usr/bin/tar TARBALL="firewall-sosdg-$(VERSION).tar.bz2"