mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 05:34:58 +02:00
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.
This commit is contained in:
@@ -6,6 +6,10 @@ Fixes:
|
|||||||
- xt_pknock: avoid inversion of rule lookup that led to warnings
|
- xt_pknock: avoid inversion of rule lookup that led to warnings
|
||||||
- xt_DNETMAP: add missing module alias
|
- xt_DNETMAP: add missing module alias
|
||||||
- xt_DNETMAP: support for kernels below 2.6.34
|
- 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)
|
v1.33 (2011-02-02)
|
||||||
|
Reference in New Issue
Block a user