]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Missing changelog entries
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 29 Feb 2012 13:25:54 +0000 (14:25 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 29 Feb 2012 13:25:54 +0000 (14:25 +0100)
ChangeLog

index 158bd4047d0add36c7d5cb87eab5a441a8d3bac0..3e9e318223cfcf4e57f5ed1c9f73973eee3228ea 100644 (file)
--- 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.