]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: explicitly support Linux 3.16, 3.17
authorJan Engelhardt <jengelh@inai.de>
Thu, 4 Sep 2014 16:50:35 +0000 (18:50 +0200)
committerJan Engelhardt <jengelh@inai.de>
Thu, 4 Sep 2014 16:50:35 +0000 (18:50 +0200)
configure.ac
doc/changelog.txt
xtables-addons.8.in

index 39d50362f3575c44813e726baa7597c650609c58..ab9892c93cb6ce03f49480ee9df43014ec230a1a 100644 (file)
@@ -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 15; then
+               if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 17; 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
                        :;
index 685a9f3ee16438f7129d1d8772eaf38be9149d3c..29032972933ca6fd61ade5e27c1740a960ee0e71 100644 (file)
@@ -1,6 +1,8 @@
 
 HEAD
 ====
+Enhancements:
+- Support for Linux 3.16, 3.17
 Fixes:
 - xt_pknock: UDP SPA mode erroneously returned an error saying
   crypto was unavailable
index eddf52c104bc30a4a0675cfdb1e18e925d2b4399..43842ab0a55343c45e6a5240db8a3ec4337302f0 100644 (file)
@@ -1,4 +1,4 @@
-.TH xtables-addons 8 "SFUAN" "" "v2.5 (2014-04-18)"
+.TH xtables-addons 8 "Burnt Crisp" "" "v2.5 (2014-04-18)"
 .SH Name
 Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
 .SH Targets