mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
Xtables-addons 2.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
AC_INIT([xtables-addons], [2.10])
|
AC_INIT([xtables-addons], [2.11])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
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.";
|
echo "WARNING: Version detection did not succeed. Continue at own luck.";
|
||||||
else
|
else
|
||||||
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
|
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
|
||||||
if test "$kmajor" -gt 4 -o "$kmajor" -eq 4 -a "$kminor" -gt 3; then
|
if test "$kmajor" -gt 4 -o "$kmajor" -eq 7 -a "$kminor" -gt 3; then
|
||||||
echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
|
echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
|
||||||
elif test "$kmajor" -eq 4 -a "$kminor" -le 3; then
|
elif test "$kmajor" -eq 4 -a "$kminor" -le 3; then
|
||||||
:;
|
:;
|
||||||
|
@@ -3,6 +3,13 @@ HEAD
|
|||||||
====
|
====
|
||||||
|
|
||||||
|
|
||||||
|
v2.11 (2016-05-20)
|
||||||
|
==================
|
||||||
|
Enhancements:
|
||||||
|
- support for Linux 4.5, 4.6
|
||||||
|
- xt_ECHO: tentatively support responding to fragments
|
||||||
|
|
||||||
|
|
||||||
v2.10 (2015-11-20)
|
v2.10 (2015-11-20)
|
||||||
==================
|
==================
|
||||||
Enhancements:
|
Enhancements:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
.TH xtables-addons 8 "" "" "v2.10 (2015-11-20)"
|
.TH xtables-addons 8 "For Workgroups?" "" "v2.11 (2016-05-20)"
|
||||||
.SH Name
|
.SH Name
|
||||||
Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
|
Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
|
||||||
.SH Targets
|
.SH Targets
|
||||||
|
Reference in New Issue
Block a user