From: Michal 'vorner' Vaner Date: Wed, 29 Feb 2012 13:25:54 +0000 (+0100) Subject: Missing changelog entries X-Git-Tag: trac2351_base~226^2~116^2~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11b5709d5a2e18ed0f83c291ec684a46d94609ff;p=thirdparty%2Fkea.git Missing changelog entries --- diff --git a/ChangeLog b/ChangeLog index 158bd4047d..3e9e318223 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +390. [bug] vorner + The UDP IPv6 packets are now correctly fragmented for maximum guaranteed + MTU, so they won't get lost because being too large for some hop. + (git ff013364643f9bfa736b2d23fec39ac35872d6ad) + +389. [func]* vorner + Xfrout now uses the global TSIG keyring, instead of its own. This means + the keys need to be set only once (in tsig_keys/keys). However, the old + configuration of Xfrout/tsig_keys need to be removed for Xfrout to work. + (git 5a7953933a49a0ddd4ee1feaddc908cd2285522d) + 388. [func] jreed Use prefix "sockcreator-" for the private temporary directory used for b10-sockcreator communication.