From: Jan Engelhardt Date: Fri, 5 Feb 2021 20:55:57 +0000 (+0100) Subject: Xtables-addons 3.15 X-Git-Tag: v3.15^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=510426960504902a4acbbd989f04561313b6b8bd;p=thirdparty%2Fxtables-addons.git Xtables-addons 3.15 --- diff --git a/configure.ac b/configure.ac index b24e8cb..e50619a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xtables-addons], [3.14]) +AC_INIT([xtables-addons], [3.15]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -57,7 +57,7 @@ if test -n "$kbuilddir"; then echo "WARNING: Version detection did not succeed. Continue at own luck."; else echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; - if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 10; then + if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 11; then echo "WARNING: That kernel version is not officially supported yet. Continue at own luck."; elif test "$kmajor" -eq 5 -a "$kminor" -ge 0; then : diff --git a/doc/changelog.txt b/doc/changelog.txt index 10801df..1cdda78 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,12 @@ + + +v3.15 (2021-02-05) +================== +- xt_ECHO: support new function signature of security_skb_classify_flow +- xt_lscan: add --mirai option +- Support for Linux 5.11 + + v3.14 (2020-11-24) ================== - DELUDE, ECHO, TARPIT: use actual tunnel socket (ip_route_me_harder). diff --git a/xtables-addons.8.in b/xtables-addons.8.in index 5fc07d6..5711155 100644 --- a/xtables-addons.8.in +++ b/xtables-addons.8.in @@ -1,4 +1,4 @@ -.TH xtables-addons 8 "" "Caketime" "v3.14 (2020-11-24)" +.TH xtables-addons 8 "" "Caketime" "v3.15 (2021-02-05)" .SH Name Xtables-addons \(em additional extensions for iptables, ip6tables, etc. .SH Targets