]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry:
authorOndřej Surý <ondrej@sury.org>
Mon, 20 May 2019 16:20:55 +0000 (18:20 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 20 May 2019 16:39:28 +0000 (18:39 +0200)
5235.   [cleanup]       Refactor lib/isc/app.c to be thread-safe, unused
                        parts of the API has been removed and the
                        isc_appctx_t data type has been changed to be
                        fully opaque. [GL #1023]

CHANGES

diff --git a/CHANGES b/CHANGES
index 7aa50e8b8e423bd311bf0d2bf61d6abe4162d712..d34bb26450276ee0a6b358182424be5e7776da4d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5235.  [cleanup]       Refactor lib/isc/app.c to be thread-safe, unused
+                       parts of the API has been removed and the
+                       isc_appctx_t data type has been changed to be
+                       fully opaque. [GL #1023]
+
 5234.  [port]          arm: just use the compiler's default support for
                        yield. [GL #981]