From: Ondřej Surý Date: Mon, 20 May 2019 16:20:55 +0000 (+0200) Subject: Add CHANGES entry: X-Git-Tag: v9.15.1~39^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93aa9766e54466a04dce9a5d395eab5a57e2be00;p=thirdparty%2Fbind9.git Add CHANGES entry: 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] --- diff --git a/CHANGES b/CHANGES index 7aa50e8b8e4..d34bb264502 100644 --- 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]