]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] changelog cleanup
authorJeremy C. Reed <jreed@ISC.org>
Wed, 29 Feb 2012 16:49:08 +0000 (10:49 -0600)
committerJeremy C. Reed <jreed@ISC.org>
Wed, 29 Feb 2012 16:49:08 +0000 (10:49 -0600)
use two tabs before the committer username.

lines too long.

use a tab before the keyword type.

ChangeLog

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