From: Jeremy C. Reed Date: Wed, 29 Feb 2012 16:49:08 +0000 (-0600) Subject: [master] changelog cleanup X-Git-Tag: trac2351_base~226^2~116^2~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5900df9c41a9ab0837cd25667cf6a371bd7e850f;p=thirdparty%2Fkea.git [master] changelog cleanup use two tabs before the committer username. lines too long. use a tab before the keyword type. --- diff --git a/ChangeLog b/ChangeLog index 3e9e318223..758403869e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +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. +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. +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 @@ -101,11 +103,11 @@ (Trac #1570, git 2858b2098a10a8cc2d34bf87463ace0629d3670e) 375. [func] jelte - Modules now inform the system when they are stopping. As a result, they - are removed from the 'active modules' list in bindctl, which can then - inform the user directly when it tries to send them a command or - configuration update. Previously this would result in a 'not - responding' error instead of 'not running'. + Modules now inform the system when they are stopping. As a result, + they are removed from the 'active modules' list in bindctl, which + can then inform the user directly when it tries to send them a + command or configuration update. Previously this would result + in a 'not responding' error instead of 'not running'. (Trac #640, git 17e78fa1bb1227340aa9815e91ed5c50d174425d) 374. [func]* stephen @@ -141,10 +143,11 @@ (Trac #1575, git 2c421b58e810028b303d328e4e2f5b74ea124839) 369. [func] vorner - The SocketRequestor provides more information about what error happened - when it throws, by using subclasses of the original exception. This way - a user not interested in the difference can still use the original - exception, while it can be recognized if necessary. + The SocketRequestor provides more information about what error + happened when it throws, by using subclasses of the original + exception. This way a user not interested in the difference can + still use the original exception, while it can be recognized if + necessary. (Trac #1542, git 2080e0316a339fa3cadea00e10b1ec4bc322ada0) 368. [func]* jinmei