|
@@ -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
|