]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3583] Amended ChangeLog for #3536
authorThomas Markwalder <tmark@isc.org>
Fri, 4 Oct 2024 11:39:18 +0000 (07:39 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 15 Oct 2024 17:51:57 +0000 (13:51 -0400)
ChangeLog

index 47e8b50c19ab50895e414eaac8578cd201cd0a58..fe4532ec5821ab203e9b2fff8f4f9d877459bdea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,13 +6,10 @@
        (Gitlab #3594)
 
 2289.  [func]*         razvan
-       Renamed the 'libdhcp_mysql_cb.so' hook library to
-       'libdhcp_mysql.so' and the 'libdhcp_pgsql_cb.so' hook library to
-       'libdhcp_pgsql.so' and merged the lease and host backends for
-       the respective database types in the same libraries. The hook
-       libraries are now required when using either MySQL or PostgreSQL
-       lease or host databases and must be added to the
-       'hooks-libraries' list.
+       Support for lease, host, and config back ends for MySQL and
+       PostgreSQL have been consolidated into a single hook library for
+       each data base: 'libdhcp_mysql.so' and 'libdhcp_pgsql.so'
+       respectively.
        (Gitlab #3536)
 
 2288.  [bug]           marcin