mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
Xtables-addons 3.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AC_INIT([xtables-addons], [3.11])
|
||||
AC_INIT([xtables-addons], [3.12])
|
||||
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 9; then
|
||||
if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 10; 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
|
||||
:
|
||||
|
@@ -1,3 +1,9 @@
|
||||
v3.12 (2020-11-19)
|
||||
==================
|
||||
- Support for Linux 5.10 and 5.9.9 API
|
||||
(changes to ip_route_me_harder there)
|
||||
|
||||
|
||||
v3.11 (2020-09-06)
|
||||
==================
|
||||
- Support for up to Linux 5.9
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.TH xtables-addons 8 "" "" "v3.11 (2020-09-06)"
|
||||
.TH xtables-addons 8 "" "" "v3.12 (2020-11-19)"
|
||||
.SH Name
|
||||
Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
|
||||
.SH Targets
|
||||
|
Reference in New Issue
Block a user