summaryrefslogtreecommitdiffstats
path: root/kernel/ChangeLog
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2009-02-11 14:00:35 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2009-02-11 14:00:35 +0100
commit31c93a74639077ee39b448ff47f446b4864cfaea (patch)
treec6d0a29bdf8434fb7092ed79daf6011d15851431 /kernel/ChangeLog
parent95bd267a2a0b156d2574ef6d307add08062256f0 (diff)
Use the new hash really.
References to the old include file replaced with new one in order to really use the new Jenkins' hash function.
Diffstat (limited to 'kernel/ChangeLog')
-rw-r--r--kernel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 1ed0fbb..1c6e650 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,3 +1,7 @@
+2.4.9
+ - References to the old include file replaced with new one in order to
+ really use the new Jenkins' hash function.
+
2.4.8
- The Jenkins' hash lookup2() replaced with Jenkins' faster/better lookup3()
hash function.