]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#916] Updated for 1.7.10
authorFrancis Dupont <fdupont@isc.org>
Mon, 29 Jun 2020 14:12:36 +0000 (16:12 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 8 Jul 2020 12:32:45 +0000 (14:32 +0200)
doc/devel/config-backend.dox
doc/sphinx/arm/config.rst
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
doc/sphinx/arm/logging.rst
src/lib/process/process_messages.cc
src/lib/process/process_messages.h

index fb46c9525c76926f352f579071f01ea270c68f96..ced3aff88deeb4ef6ea1b27447e72df24dfc91f2 100644 (file)
@@ -117,5 +117,5 @@ The following are some details of the JSON backend framework.
    that sending signals is possible (for configuration reload or shutdown). It is also
    able to print out a status.<br/><br/>
 -# The capability to share the same configuration file between servers and
-   agents, and the Logging toplevel entry, were removed in 1.7.9.
+   agents, and the Logging toplevel entry, were removed in 1.7.10.
 */
index 5e6ba85abb91fab2db1869d69d35b8395cccd10f..1c76a9e04c24a5e9fe4aa13a55cb08271d5fa2a5 100644 (file)
@@ -91,11 +91,11 @@ directory.
    "loggers" object) moved inside the configuration objects (maps) for the
    respective Kea modules. For example: the "Dhcp4" map contains the
    "loggers" object specifying logging configuration for the DHCPv4
-   server. Backward compatibility is maintained until Kea 1.7.9
+   server. Backward compatibility is maintained until Kea 1.7.10
    release; it will be possible to specify the "Logging" object at the top
    configuration level and "loggers" objects at the module configuration
    level. Finally, support for the top-level "Logging" object was
-   removed in Kea 1.7.9.
+   removed in Kea 1.7.10.
 
    The specification of several supported elements (e.g. "Dhcp4",
    "Dhcp6") in a single configuration file can be confusing and works
index f97d22d4acd2a58068c317183c50e378f0320eb9..4fb6bc81279ca4824aeb36396f495a91340da3c0 100644 (file)
@@ -148,7 +148,7 @@ above this object is called ``Dhcp4``.
 
    In the current Kea release it is possible to specify configurations
    of multiple modules within a single configuration file, but this is
-   not recommended and support for it was removed in 1.7.9 release,
+   not recommended and support for it was removed in 1.7.10 release,
    including the ``Logging`` object: its previous content, the list
    of loggers, must now be inside the ``Dhcp4`` object.
 
index 1f66e8c6417bc2932fcd6f185390ee5bf9eafd71..bcfbed8db2e88f87cd015908bedd10b6616e4a62 100644 (file)
@@ -149,7 +149,7 @@ above this object is called ``Dhcp6``.
 
    In the current Kea release it is possible to specify configurations
    of multiple modules within a single configuration file, but this is
-   not recommended and support for it was removed in 1.7.9 release,
+   not recommended and support for it was removed in 1.7.10 release,
    including the ``Logging`` object: its previous content, the list
    of loggers, must now be inside the ``Dhcp6`` object.
 
index 70593239098d58bb248a24aef411e6ea924fc498..ca0ccb00cb0763267e32f2d9f4bd430d2dcc77e0 100644 (file)
@@ -18,7 +18,7 @@ useful when debugging a problem.
 The logging system in Kea is configured through the loggers entry in the
 server section of your configuration file. In previous Kea releases this
 entry was in an independent Logging section; this was still supported
-for backward compatibility until Kea 1.7.8 included.
+for backward compatibility until Kea 1.7.9 included.
 
 Loggers
 -------
index 11622eaad7771edc55c91eb877cc133b3315ff44..a659299da86ef5b83b4ada356e01906035cd7dad 100644 (file)
@@ -1,4 +1,4 @@
-// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 22 2020 17:22
+// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 29 2020 16:06
 
 #include <cstddef>
 #include <log/message_types.h>
index 61f61e156d1685dd002655f8b2253aa11d074457..807f9c65d8881564740f202f2448f1767059107a 100644 (file)
@@ -1,4 +1,4 @@
-// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 22 2020 17:22
+// File created from ../../../src/lib/process/process_messages.mes on Mon Jun 29 2020 16:06
 
 #ifndef PROCESS_MESSAGES_H
 #define PROCESS_MESSAGES_H