]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Xtables-addons 3.21 v3.21
authorJan Engelhardt <jengelh@inai.de>
Mon, 13 Jun 2022 09:11:51 +0000 (11:11 +0200)
committerJan Engelhardt <jengelh@inai.de>
Mon, 13 Jun 2022 10:32:28 +0000 (12:32 +0200)
.gitignore
configure.ac
doc/changelog.rst
xtables-addons.8.in

index 005e7f978d47a46f03f79f77569de75ed05931bd..89fbe06c5ee7ec6fcba3530f87d494a69ba9e303 100644 (file)
@@ -1,3 +1,4 @@
+*~
 *.dwo
 *.gcno
 *.la
index 2324b9f4b9b6f6c40bb1b6f4a32314672751253f..2920d41ebd87c6c42f4e83259b01de7f791cc70a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xtables-addons], [3.20])
+AC_INIT([xtables-addons], [3.21])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -59,7 +59,7 @@ AS_IF([test -n "$kbuilddir"], [
                yoff
        ], [
                echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
-               if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 17; then
+               if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 19; then
                        yon
                        echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
                        yoff
index 4e0b0982b1d00fc17493bd3735f215f9f3f4070f..defaae0a255fcf56bd740e2e3db4db00f44d849d 100644 (file)
@@ -1,3 +1,9 @@
+v3.21 (2022-06-13)
+==================
+
+* xt_ECHO: support flowi6_to_flowi_common starting Linux 5.10.121
+
+
 v3.20 (2022-04-10)
 ==================
 
index 53fb1851c2d3643a01ca737ebbc792631678dba9..7e57c289b1e1cef24ae4be5a97fb15e87dd9e8ad 100644 (file)
@@ -1,4 +1,4 @@
-.TH xtables-addons 8 "" "" "v3.20 (2022-04-10)"
+.TH xtables-addons 8 "" "" "v@PACKAGE_VERSION@"
 .SH Name
 Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
 .SH Targets