summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2019-12-05 16:37:16 +0100
committerRazvan Becheriu <razvan@isc.org>2019-12-05 16:37:16 +0100
commitf2bdf022f5ff3b9cdc16b6951ed8af1fe160bc1f (patch)
tree6bcda0c7fcd1c742ce0cf6bf45cd938554c3287d /ChangeLog
parent[#1044] fixed doxygen (diff)
downloadkea-f2bdf022f5ff3b9cdc16b6951ed8af1fe160bc1f.tar.xz
kea-f2bdf022f5ff3b9cdc16b6951ed8af1fe160bc1f.zip
[#1044] updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e8b7fb95ae..24afdefefb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1690. [func] fdupont, razvan
+ As a preparation for upcoming multi-threading, the PgSQL
+ connection pool has been implemented. This code is not
+ usable on its own yet, but it will allow all threads
+ to share a pool of connections in the future. This
+ should improve the overall PgSQL lease backend performance.
+ (Gitlab #1044)
+
Kea 1.7.2 released on Nov 27, 2019
1689. [bug]* fdupont
@@ -32,7 +40,7 @@ Kea 1.7.2 released on Nov 27, 2019
As a preparation for upcoming multi-threading, the MySQL
connection pool has been implemented. This code is not
usable on its own yet, but it will allow all threads
- to have share a pool of connections in the future. This
+ to share a pool of connections in the future. This
should improve the overall MySQL lease backend performance.
(Gitlab #960)