From c53a86874d1df5182ea1cf778312155aee28b440 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 4 Apr 2011 00:10:23 +0200 Subject: [PATCH] build: notify of unsupported Linux kernel versions I would like to move forward a bit, and today, two issues prompted me to start removing old code: * make 3.82 does not like mixing normal rules with implicit rules, which rejects Makefiles of Linux kernels before 2.6.34. * xt_DNETMAP uses functionality not available before 2.6.29. --- doc/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changelog.txt b/doc/changelog.txt index 4d06956..acd53af 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -6,6 +6,10 @@ Fixes: - xt_pknock: avoid inversion of rule lookup that led to warnings - xt_DNETMAP: add missing module alias - xt_DNETMAP: support for kernels below 2.6.34 +Changes: +- Linux kernel versions below 2.6.29 are no longer officially + supported, and will not be part of compilation testing. + Expect that compat code will be removed shortly. v1.33 (2011-02-02)