2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1772] respect ChangeLog line limit

This commit is contained in:
Andrei Pavel
2021-03-29 23:24:23 +03:00
parent f2cb619b63
commit 2b94e13c68

View File

@@ -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