+5573. [func] Also return stale data if an error occurred and we are
+ not resuming. Only start the stale-refresh-time window
+ if we timed out. [GL #2434]
+
5572. [bug] Address potential double free in generatexml.
[GL #2420]
New Features
~~~~~~~~~~~~
-- None.
-
-- A new option, ```stale-answer-client-timeout``, has been added to
+- A new option, ``stale-answer-client-timeout``, has been added to
improve ``named``'s behavior with respect to serving stale data. The option
defines the amount of time ``named`` waits before attempting
to answer the query with a stale RRset from cache. If a stale answer
The option can be disabled by setting the value to ``off`` or
``disabled``. It also has no effect if ``stale-answer-enable`` is
- disabled.
+ disabled. [GL #2247]
+
+- Also return stale data if an error occurred and we are not resuming a
+ query (and serve-stale is enabled). This may happen for example if
+ ``fetches-per-server`` or ``fetches-per-zone` limits are reached. In this
+ case, we will try to answer DNS requests with stale data, but not start
+ the ``stale-refresh-time`` window. [GL #2434]
Removed Features
~~~~~~~~~~~~~~~~