Xtables-addons 2.11

This commit is contained in:
Jan Engelhardt
2016-05-20 14:32:05 +02:00
parent 6024758b28
commit 2e6fb73e85
3 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
AC_INIT([xtables-addons], [2.10])
AC_INIT([xtables-addons], [2.11])
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 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.";
elif test "$kmajor" -eq 4 -a "$kminor" -le 3; then
:;

View File

@@ -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)
==================
Enhancements:

View File

@@ -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
Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
.SH Targets