]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1772] respect ChangeLog line limit
authorAndrei Pavel <andrei@isc.org>
Mon, 29 Mar 2021 20:24:23 +0000 (23:24 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 29 Mar 2021 20:24:23 +0000 (23:24 +0300)
ChangeLog

index 4e3d86f40424b378d06616a5275034f73b589e0a..a09ff27a53797aa6d920d5c28f960956734f747c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,21 @@
 Kea 1.9.6 (development) released on March 31, 2021
 
 1883.  [build]         andrei
-        Library version numbers bumped for Kea 1.9.6 development
-        version.
-        (Gitlab #1772)
+    Bump library versions for Kea 1.9.6 release.
+    (Gitlab #1772)
 
 1882.  [func]          razvan
        Implemented database connection recovery for forensic logging.
-       To achieve this, the "on-fail" connection parameter has been added
-       to control the action performed on connection loss.
-       The supported values are "stop-retry-exit", "serve-retry-exit" and
-       "serve-retry-continue". They indicate if the server should disable
-       the service on connection loss ("stop-retry-exit") or if on recovery
-       failure the server should shut down ("stop-retry-exit" and
-       "serve-retry-exit") or continue ("serve-retry-continue").
-       The default value used (if not configured) is "stop-retry-exit" for
-       lease, host and config backends, and "serve-retry-continue" for
-       forensic log.
+       To achieve this, the "on-fail" connection parameter has been
+       added to control the action performed on connection loss.
+       The supported values are "stop-retry-exit", "serve-retry-exit"
+       and "serve-retry-continue". They indicate if the server should
+       disable the service on connection loss ("stop-retry-exit") or if
+       on recovery failure the server should shut down
+       ("stop-retry-exit" and "serve-retry-exit") or continue
+       ("serve-retry-continue"). The default value used (if not
+       configured) is "stop-retry-exit" for lease, host and config
+       backends, and "serve-retry-continue" for forensic log.
        (Gitlab #1621)
 
 1881.  [func]          fdupont