Skip to content

Commit

Permalink
Prepare release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philwhineray committed Nov 22, 2016
1 parent 8d001f3 commit 4312506
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions ChangeLog
@@ -1,3 +1,36 @@
firehol (3.0.2) - 2016-11-22

* FireHOL
- Fix transparent_proxy IPV6 output #164
- sysctl commands for synproxy, did not specify read or write operation
- added manual page for cthelper
- added connlimit to blacklist and iptrap
- added stateful option to blacklist
- FIREHOL_DROP_ORPHAN_TCP_ACK_FIN fixed to match only ACK+FIN
- FIREHOL_DROP_ORPHAN_TCP_ACK_RST added
- FIREHOL_DROP_ORPHAN_TCP_ACK added
- FIREHOL_DROP_ORPHAN_TCP_RST added
- FIREHOL_DROP_ORPHAN_IPV4_ICMP_TYPE3 (orphan destination unreachable)
- added the word BLOCKED to the log messages of INVALID packets dropped

* FireQOS
- experimental ematch support #125
- new functions #113

* VNetBuild
- fix for not detecting running vhosts
- added command comments on status output

* Link-Balancer
- Detect if ping -6 should be used #126

* Update-IPsets
- Various feed additions and fixes

* Common
- Fix commit hook regex for newer perl
- Documentation fixes

firehol (3.0.1) - 2016-01-10

* FireHOL
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -6,7 +6,7 @@ dnl Package version
define([VERSION_MAJOR], [3])
define([VERSION_MINOR], [0])
define([VERSION_FIX], [2])
define([VERSION_SUFFIX], [_master])
define([VERSION_SUFFIX], [])

dnl Required program versions
define([MIN_IPRANGE_VERSION], [1.0.2])
Expand Down

0 comments on commit 4312506

Please sign in to comment.