2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +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 Kea 1.9.6 (development) released on March 31, 2021
1883. [build] andrei 1883. [build] andrei
Library version numbers bumped for Kea 1.9.6 development Bump library versions for Kea 1.9.6 release.
version. (Gitlab #1772)
(Gitlab #1772)
1882. [func] razvan 1882. [func] razvan
Implemented database connection recovery for forensic logging. Implemented database connection recovery for forensic logging.
To achieve this, the "on-fail" connection parameter has been added To achieve this, the "on-fail" connection parameter has been
to control the action performed on connection loss. added to control the action performed on connection loss.
The supported values are "stop-retry-exit", "serve-retry-exit" and The supported values are "stop-retry-exit", "serve-retry-exit"
"serve-retry-continue". They indicate if the server should disable and "serve-retry-continue". They indicate if the server should
the service on connection loss ("stop-retry-exit") or if on recovery disable the service on connection loss ("stop-retry-exit") or if
failure the server should shut down ("stop-retry-exit" and on recovery failure the server should shut down
"serve-retry-exit") or continue ("serve-retry-continue"). ("stop-retry-exit" and "serve-retry-exit") or continue
The default value used (if not configured) is "stop-retry-exit" for ("serve-retry-continue"). The default value used (if not
lease, host and config backends, and "serve-retry-continue" for configured) is "stop-retry-exit" for lease, host and config
forensic log. backends, and "serve-retry-continue" for forensic log.
(Gitlab #1621) (Gitlab #1621)
1881. [func] fdupont 1881. [func] fdupont