summaryrefslogtreecommitdiffstats
path: root/kernel/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2009-02-10 15:35:42 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2009-02-10 15:35:42 +0100
commitaa9317d60a4cf887fe0086742412169178073806 (patch)
tree193272d3a4e0b0fd11214eada86828c113add361 /kernel/ChangeLog
parent580d2970f4c1429a71a2ea4f8fda419b897f092d (diff)
Compatibility: 'bool'
Compatibility with old gcc without 'bool' added.
Diffstat (limited to 'kernel/ChangeLog')
-rw-r--r--kernel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 8a1f7ad..62ecc9a 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,6 @@
+2.4.8
+ - Compatibility with old gcc without 'bool' added.
+
2.4.7
- Typo which broke compilation with kernels < 2.6.28
fixed (reported by Richard Lucassen, Danny Rawlins)