Xtables-addons 2.5

This commit is contained in:
Jan Engelhardt
2014-04-18 19:14:59 +02:00
parent 87adf3461f
commit 431062c6ec
3 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
AC_INIT([xtables-addons], [2.4])
AC_INIT([xtables-addons], [2.5])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -63,7 +63,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 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 13; then
if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 15; then
echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
elif test "$kmajor" -eq 3 -a "$kminor" -ge 7; then
:;

View File

@@ -3,6 +3,13 @@ HEAD
====
v2.5 (2014-04-18)
=================
Enhancements:
- Support for Linux 3.14 and 3.15
- xt_quota2: introduce support for network namespaces
v2.4 (2014-01-09)
=================
Enhancements:

View File

@@ -1,4 +1,4 @@
.TH xtables-addons 8 "US Hoarding All The Cold Edition" "" "v2.4 (2014-01-09)"
.TH xtables-addons 8 "SFUAN" "" "v2.5 (2014-04-18)"
.SH Name
Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
.SH Targets