]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for #2335
authorEvan Hunt <each@isc.org>
Wed, 20 Jan 2021 23:31:31 +0000 (15:31 -0800)
committerOndřej Surý <ondrej@sury.org>
Mon, 25 Jan 2021 08:19:22 +0000 (09:19 +0100)
CHANGES
util/copyrights

diff --git a/CHANGES b/CHANGES
index 58b3362016bfd89b61a2711e83fd55bfad620e55..b42d80a601b58042a344db19bc7c17df84174744 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5564.  [cleanup]       Refactored the network manager TLSDNS module to use
+                       libuv and libssl directly, rather than opening a
+                       TLS/TCP socket stack. [GL #2235]
+
 5563.  [cleanup]       Changed several obsolete configuration options to
                        ancient, making them into fatal errors. Also cleaned
                        up the number of clause flags in the configuration
index 7a9f9f10475c3d7b1b014b2e2b6b6ad8baeefa00..b17dd9d4f465c456908fa1fbeeed70eaf78ca9c5 100644 (file)
 ./lib/isc/netmgr/netmgr.c                      C       2019,2020,2021
 ./lib/isc/netmgr/tcp.c                         C       2019,2020,2021
 ./lib/isc/netmgr/tcpdns.c                      C       2019,2020,2021
-./lib/isc/netmgr/tls.c                         C       2020,2021
 ./lib/isc/netmgr/tlsdns.c                      C       2020,2021
 ./lib/isc/netmgr/udp.c                         C       2019,2020,2021
 ./lib/isc/netmgr/uv-compat.c                   C       2020,2021
 ./lib/isc/tests/testdata/file/keep             X       2014,2018,2019,2020,2021
 ./lib/isc/tests/time_test.c                    C       2014,2015,2016,2018,2019,2020,2021
 ./lib/isc/tests/timer_test.c                   C       2018,2019,2020,2021
+./lib/isc/tests/tlsdns_test.c                  C       2021
 ./lib/isc/tests/udp_test.c                     C       2020,2021
 ./lib/isc/tests/uv_wrap.h                      C       2020,2021
 ./lib/isc/timer.c                              C       1998,1999,2000,2001,2002,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021