]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1044] updated ChangeLog
authorRazvan Becheriu <razvan@isc.org>
Thu, 5 Dec 2019 15:37:16 +0000 (17:37 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 5 Dec 2019 15:37:16 +0000 (17:37 +0200)
ChangeLog

index e8b7fb95ae8ab255050190cc42aaa1b63f1063b7..24afdefefbc25cb9905119a447342d2abeaf4fe7 100644 (file)
--- 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)