Browse Source

[master] wrap long lines

See http://bind10.isc.org/wiki/ChangeLogDetails
Jeremy C. Reed 13 years ago
parent
commit
23b502611a
1 changed files with 7 additions and 5 deletions
  1. 7 5
      ChangeLog

+ 7 - 5
ChangeLog

@@ -1,12 +1,14 @@
 363.	[func]		jelte
-	Added dummy DDNS module b10-ddns. Currently it does not provide any functionality, but it is a skeleton implementation that will be expanded later.
+	Added dummy DDNS module b10-ddns. Currently it does not
+	provide any functionality, but it is a skeleton implementation
+	that will be expanded later.
 	(Trac #1451, git b0d0bf39fbdc29a7879315f9b8e6d602ef3afb1b)
 
 362.	[func]*		vorner
-	Due to the socket creator changes, b10-auth and b10-resolver are no longer
-	needed to start as root. They are started as the user they should be
-	running, so they no longer have the -u flag for switching the user after
-	initialization.
+	Due to the socket creator changes, b10-auth and b10-resolver
+	are no longer needed to start as root. They are started as
+	the user they should be running, so they no longer have
+	the -u flag for switching the user after initialization.
 	(Trac #1508-#1510, git edc5b3c12eb45437361484c843794416ad86bb00)
 
 361.	[func]		vorner,jelte,jinmei