summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2023-02-03 17:33:51 +0100
committerMarcin Siodelski <marcin@isc.org>2023-02-04 23:46:46 +0100
commit22348b037035271ff1d6784c6757b18e64d0ac53 (patch)
tree7adde81dfafaacf0285f8586b13fb84ff6498389 /ChangeLog
parent[#2741] Fixed getting configured timeout parameters (diff)
downloadkea-22348b037035271ff1d6784c6757b18e64d0ac53.tar.xz
kea-22348b037035271ff1d6784c6757b18e64d0ac53.zip
[#2741] Added ChangeLog for #2741
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1589488ab..6e7e74dc36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2091. [bug] marcin
+ Fixed a bug that caused a response to a config-get command to lack
+ the configured read-timeout, write-timeout, and tcp-user-timeout
+ parameters.
+ (Gitlab #2741)
+
2090. [build] andrei
Fixed the --with-site-packages configure flag which had no effect
previously.