BIND 10 master, updated. 1ce058332d84de9bc2f37344d0b49c24d3c30551 [master] formatting cleanup
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 12 20:53:33 UTC 2011
The branch, master has been updated
via 1ce058332d84de9bc2f37344d0b49c24d3c30551 (commit)
from 4e0adcf35398ec9f5c3a7a4b14e9a1aedcf9f66a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1ce058332d84de9bc2f37344d0b49c24d3c30551
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu May 12 15:52:39 2011 -0500
[master] formatting cleanup
On line 32 use two tabs before the committer username.
234. [func] jerry
On line 37 use two tabs before the committer username.
233. [func] stephen
On line 41 use two tabs before the committer username.
232. [func] stephen
Line 43 is too long ( 72 )
altered the message file format. The message is now flagged with a "%"
On line 48 use two tabs before the committer username.
231. [func]* vorner
Line 50 is too long ( 73 )
logger.foo(MESSAGE_ID).arg(bar); instead of logger.foo(MESSAGE_ID, bar);
Line 51 is too long ( 72 )
internally. The message definitions use '%1,%2,...' instead of '%s,%d',
See http://bind10.isc.org/wiki/ChangeLogDetails
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 26 ++++++++++++++------------
1 files changed, 14 insertions(+), 12 deletions(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 81e42b1..65d6c40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,28 +29,30 @@
(Trac #813, git ffa2f0672084c1f16e5784cdcdd55822f119feaa)
(Trac #893, git 5aaa6c0f628ed7c2093ecdbac93a2c8cf6c94349)
-234. [func] jerry
+234. [func] jerry
src/bin/xfrin: update xfrin to use TSIG. Currently it only supports
sending a signed TSIG request or SOA request.
(Trac #815, git a892818fb13a1839c82104523cb6cb359c970e88)
-233. [func] stephen
+233. [func] stephen
Added new-style logging statements to the NSAS code.
(Trac #745, git ceef68cd1223ae14d8412adbe18af2812ade8c2d)
-232. [func] stephen
- To facilitate the writing of extended descriptions in message files,
- altered the message file format. The message is now flagged with a "%"
- as the first non-blank character in the line and the lines in the
- extended description are no longer preceded by a "+".
+232. [func] stephen
+ To facilitate the writing of extended descriptions in
+ message files, altered the message file format. The message
+ is now flagged with a "%" as the first non-blank character
+ in the line and the lines in the extended description are
+ no longer preceded by a "+".
(Trac #900, git b395258c708b49a5da8d0cffcb48d83294354ba3)
-231. [func]* vorner
+231. [func]* vorner
The logging interface changed slightly. We use
- logger.foo(MESSAGE_ID).arg(bar); instead of logger.foo(MESSAGE_ID, bar);
- internally. The message definitions use '%1,%2,...' instead of '%s,%d',
- which allows us to cope better with mismatched placeholders and allows
- reordering of them in case of translation.
+ logger.foo(MESSAGE_ID).arg(bar); instead of logger.foo(MESSAGE_ID,
+ bar); internally. The message definitions use '%1,%2,...'
+ instead of '%s,%d', which allows us to cope better with
+ mismatched placeholders and allows reordering of them in
+ case of translation.
(Trac901, git 4903410e45670b30d7283f5d69dc28c2069237d6)
230. [bug] naokikambe
More information about the bind10-changes
mailing list