summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@mentat.kfki.hu>2009-02-10 15:51:05 +0100
committerroot <root@mentat.kfki.hu>2009-02-10 15:51:05 +0100
commit95bd267a2a0b156d2574ef6d307add08062256f0 (patch)
treeb8f5c7f215aee5daf8be107cf11821bb54651d64
parent7af32c4180f419379a3c43507f3f879d98044583 (diff)
Kernel changelog on Jenkins' hash update.v2.4.8
Kernel changelog on Jenkins' hash update added.
-rw-r--r--kernel/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/ChangeLog b/kernel/ChangeLog
index 10c2f53..1ed0fbb 100644
--- a/kernel/ChangeLog
+++ b/kernel/ChangeLog
@@ -1,4 +1,6 @@
2.4.8
+ - The Jenkins' hash lookup2() replaced with Jenkins' faster/better lookup3()
+ hash function.
- Bug fixed: after elements are added and deleted from a hash, an element
can successfully be added in spite it's already in the hash and thus
duplicates can occur (Shih-Yi Chen).