]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Xtables-addons 3.15 v3.15
authorJan Engelhardt <jengelh@inai.de>
Fri, 5 Feb 2021 20:55:57 +0000 (21:55 +0100)
committerJan Engelhardt <jengelh@inai.de>
Fri, 5 Feb 2021 20:56:26 +0000 (21:56 +0100)
configure.ac
doc/changelog.txt
xtables-addons.8.in

index b24e8cbb680976cd9c243b7ce5e0e06bbe809384..e50619a6e37b927cca15f6ebeacaf42486dee99b 100644 (file)
@@ -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
                        :
index 10801df5cb19990ee93cf9130aa9eff62821d981..1cdda78df9ca060b1858a240d7dbb3cb8df3486f 100644 (file)
@@ -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).
index 5fc07d6d7ed49741de31b21f619191d9e1c742e6..5711155e22f25eefbf8e13fab6207b1f1cbb2f40 100644 (file)
@@ -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