]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] changelog for #1603
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 12 Mar 2012 23:01:51 +0000 (16:01 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 12 Mar 2012 23:01:51 +0000 (16:01 -0700)
ChangeLog

index 23f0fbcafc8097a30a1a935abaa6a743b169c682..c56c4075dd281783778e7e9a9c529bcc2ff44e59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+401.   [func]*         jinmei
+       libdns++: updated the internal implementation of the
+       MessageRenderer class.  This is mostly a transparent change, but
+       the new version now doesn't allow changing compression mode in the
+       middle of rendering (which shouldn't be an issue in practice).
+       On the other hand, name compression performance was significantly
+       improved: depending on the number of names, micro benchmark tests
+       showed the new version is several times faster than the previous
+       version .
+       (Trac #1603, git 9a2a86f3f47b60ff017ce1a040941d0c145cfe16)
+
 400.   [bug]           stephen
        Fix crash on Max OS X 10.7 by altering logging so as not to allocate
        heap storage in the static initialization of logging objects.