diff --git a/configure.ac b/configure.ac index 89793d0..c4ed200 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ else fi; fi; echo "Found kernel version $kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; -if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 35; then +if test "$kmajor" -gt 2 -o "$kminor" -gt 6 -o "$kmicro" -gt 36; then echo "WARNING: You are trying a newer kernel. Results may vary. :-)"; elif test \( "$kmajor" -lt 2 -o "$kminor" -lt 6 -o "$kmicro" -lt 17 \) -o \ \( "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -eq 18 -a \ diff --git a/doc/changelog.txt b/doc/changelog.txt index b1cbc36..36e69f3 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,7 @@ HEAD ==== - compat_xtables: return bool for match_check and target_check in 2.6.23..34 - ipset: enable building of ip_set_ipport{ip,net}hash.ko +- support for Linux 2.6.36 - SYSRQ: resolve compile error with Linux 2.6.36 - TEE: resolve compile error with Linux 2.6.36