Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
eff07b51
Commit
eff07b51
authored
Dec 28, 2016
by
Evan Hunt
Browse files
[master] release notes
parent
c1d04f11
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/arm/notes.xml
View file @
eff07b51
...
@@ -80,6 +80,12 @@
...
@@ -80,6 +80,12 @@
<command>
rndc modzone
</command>
commands.
<command>
rndc modzone
</command>
commands.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
<command>
named-checkconf -l
</command>
lists the zones found
in
<filename>
named.conf
</filename>
. [RT #43154]
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</section>
</section>
...
@@ -93,6 +99,14 @@
...
@@ -93,6 +99,14 @@
[RT #43622] [RT #43642]
[RT #43622] [RT #43642]
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
If an ACL is specified with an address prefix in which the
prefix length is longer than the address portion (for example,
192.0.2.1/8), it will now be treated as a fatal error during
configuration. [RT #43367]
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</section>
</section>
...
@@ -100,7 +114,34 @@
...
@@ -100,7 +114,34 @@
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
<para>
<para>
None.
Referencing a nonexistent zone in a
<command>
response-policy
</command>
statement could cause an assertion failure during configuration.
[RT #43787]
</para>
</listitem>
<listitem>
<para>
<command>
rndc addzone
</command>
could cause a crash
when attempting to add a zone with a type other than
<command>
master
</command>
or
<command>
slave
</command>
.
Such zones are now rejected. [RT #43665]
</para>
</listitem>
<listitem>
<para>
<command>
named
</command>
could hang when encountering log
file names with large apparent gaps in version number (for
example, when files exist called "logfile.0", "logfile.1",
and "logfile.1482954169"). This is now handled correctly.
[RT #38688]
</para>
</listitem>
<listitem>
<para>
If a zone was updated while
<command>
named
</command>
was
processing a query for nonexistent data, it could return
out-of-sync NSEC3 records causing potential DNSSEC validation
failure. [RT #43247]
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</itemizedlist>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment