BIND 10 master, updated. 1032577a333784acde807d02124854a6ca57de71 [master] fix typo/misspelling in comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Apr 4 13:01:04 UTC 2013
The branch, master has been updated
via 1032577a333784acde807d02124854a6ca57de71 (commit)
via 53c635403b6bd8a23c6f0b24bab357c6a355f277 (commit)
via c3a8a2254eb9d4226910524936292aa053fa39f7 (commit)
from bf94c3c6175e20a65ff1418e4cba692abbae159b (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 1032577a333784acde807d02124854a6ca57de71
Author: Jeremy C. Reed <jreed at isc.org>
Date: Thu Apr 4 08:00:32 2013 -0500
[master] fix typo/misspelling in comment
trivial, no review
commit 53c635403b6bd8a23c6f0b24bab357c6a355f277
Author: Jeremy C. Reed <jreed at isc.org>
Date: Thu Apr 4 08:00:08 2013 -0500
[master] document --without-werror
I wrote this some month ago.
Didn't get reviewed.
commit c3a8a2254eb9d4226910524936292aa053fa39f7
Author: Jeremy C. Reed <jreed at isc.org>
Date: Thu Apr 4 07:58:41 2013 -0500
[master] mention 1.1.0-beta
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 ++
doc/guide/bind10-guide.xml | 10 ++++++++++
tools/system_messages.py | 2 +-
3 files changed, 13 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 953d2e8..f6bec8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+bind10-1.0.0-beta released on April 4, 2013
+
598. [func]* jinmei
The separate "static" data source is now deprecated as it can be
served in the more generic "MasterFiles" type of data source.
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index dd8ec50..27e6ebf 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -772,6 +772,16 @@ as a dependency earlier -->
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>--without-werror</term>
+ <listitem>
+ <simpara>Disable the default use of the
+ <option>-Werror</option> compiler flag so that
+ compiler warnings aren't build failures.
+ </simpara>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<note>
<para>
diff --git a/tools/system_messages.py b/tools/system_messages.py
index 08a35e1..869a164 100644
--- a/tools/system_messages.py
+++ b/tools/system_messages.py
@@ -268,7 +268,7 @@ def addToDictionary(msgid, msgtext, desc, filename):
name of the message file in the messages manual.
"""
- # If the ID is in the dictionary, append a "(n)" to the name - this wil
+ # If the ID is in the dictionary, append a "(n)" to the name - this will
# flag that there are multiple instances. (However, this is an error -
# each ID should be unique in BIND-10.)
if msgid in dictionary:
More information about the bind10-changes
mailing list