From: Jan Engelhardt Date: Mon, 13 Jun 2022 09:11:51 +0000 (+0200) Subject: Xtables-addons 3.21 X-Git-Tag: v3.21^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6611c54f2b547b61941fd70e87d8044bf236e21;p=thirdparty%2Fxtables-addons.git Xtables-addons 3.21 --- diff --git a/.gitignore b/.gitignore index 005e7f9..89fbe06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*~ *.dwo *.gcno *.la diff --git a/configure.ac b/configure.ac index 2324b9f..2920d41 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/doc/changelog.rst b/doc/changelog.rst index 4e0b098..defaae0 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -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) ================== diff --git a/xtables-addons.8.in b/xtables-addons.8.in index 53fb185..7e57c28 100644 --- a/xtables-addons.8.in +++ b/xtables-addons.8.in @@ -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