From 157e22bdf89b15d1a6c20e6e87673fee503d8b44 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 7 Mar 2013 11:26:39 +0100 Subject: [PATCH] [master] Added ChangeLog entry for #2701. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index bdb35bfac1..22912d458b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +586. [func] marcin + libdhcp++: Removed unnecesary calls to the function which + validates option definitions used to create instances of options + being decoded in the received packets. Eliminating these calls + lowered the CPU utilization by the server by approximately 10%. + Also, added the composite search indexes on the container used to + store DHCP leases by Memfile backend. This resulted in the + significant performance rise when using this backend to store + leases. + (Trac #2701, git b96a30b26a045cfaa8ad579b0a8bf84f5ed4e73f) + 585. [func] jinmei, muks The zone data loader now accepts RRs in any order during load. Before it used to reject adding non-consecutive RRsets. It