Skip to content

Commit

Permalink
[Change] update CHANGELOG(.RELEASE) and version number for 1.7.5-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rfxn committed Sep 18, 2017
1 parent 3b962df commit 8592d39
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- 1.7.5-2 | Sep 18 2017:
[Fix] ipt/xt_recent detection for RAB w/ compressed kernel modules
[Fix] el7.4 for some reason does not set CONFIG_MODULE_COMPRESSED_XZ=y in config-$(uname -r); addressed with more trivial check
[Fix] rewrite mutex_lock to behave more like an actual mutex, with timeout on both entering the lock and clearing old lock files.
This helps resolve race conditions and works to fix #16
[Fix] typo in sysctl.conf for setting tcp_tw_reuse=1
[Change] SET_REFRESH_MD5 hashing now performed on start calls instead of only on '-e|--refresh'
[Change] if setting VF_ROUTE to disabled there should be no check whether interfaces are actually routed to something
[Fix] wget fails when ipv6 is disabled on host
[Fix] IP addresses interpreted as regex
[Change] support for custom INSTALL_PATH during installation
[Change] increased default conntrack limit from 65k to 128k
[Change] increased default rule trim count from 200 to 250
[Change] added configuration options for adaptive conntrack tuning during
start/restart/reload operations

- 1.7.5 | Feb 4th 2014:
[New] added USE_IPV6 configuration option for enabling/disabling IPv6 support/rule creation
[New] added SET_EXPIRE configuration option for controlling deny_hosts ban expiration time
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- 1.7.5-2 | Sep 18 2017:
[Fix] ipt/xt_recent detection for RAB w/ compressed kernel modules
[Fix] el7.4 for some reason does not set CONFIG_MODULE_COMPRESSED_XZ=y in config-$(uname -r); addressed with more trivial check
[Fix] rewrite mutex_lock to behave more like an actual mutex, with timeout on both entering the lock and clearing old lock files.
This helps resolve race conditions and works to fix #16
[Fix] typo in sysctl.conf for setting tcp_tw_reuse=1
[Change] SET_REFRESH_MD5 hashing now performed on start calls instead of only on '-e|--refresh'
[Change] if setting VF_ROUTE to disabled there should be no check whether interfaces are actually routed to something
[Fix] wget fails when ipv6 is disabled on host
[Fix] IP addresses interpreted as regex
[Change] support for custom INSTALL_PATH during installation
[Change] increased default conntrack limit from 65k to 128k
[Change] increased default rule trim count from 200 to 250
[Change] added configuration options for adaptive conntrack tuning during
start/restart/reload operations

- 1.7.5 | Feb 4th 2014:
[New] added USE_IPV6 option to conf.apf for enabling/disabling IPv6 support/rule creation
[New] added SET_EXPIRE configuration option for controlling deny_hosts ban expiration time
Expand Down
2 changes: 1 addition & 1 deletion files/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.7.5
version: 1.7.5-2
2 changes: 1 addition & 1 deletion files/apf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This program may be freely redistributed under the terms of the GNU GPL v2
##
#
VER="1.7.5"
VER="1.7.5-2"
CNF="/etc/apf/conf.apf"

head() {
Expand Down
2 changes: 1 addition & 1 deletion files/internals/internals.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
#
PATH=/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:$PATH ; export PATH
VER="1.7.5"
VER="1.7.5-2"
APPN="apf"

ifconfig=`which ifconfig`
Expand Down

0 comments on commit 8592d39

Please sign in to comment.