[PATCH v2] NEWS: Mention renamed libresolv symbols moved into libc

Florian Weimer fweimer@redhat.com
Wed Jul 21 13:28:36 GMT 2021


---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 4df348cce5..8f80a35bbe 100644
--- a/NEWS
+++ b/NEWS
@@ -107,6 +107,13 @@ Deprecated and removed features, and other changes affecting compatibility:
   ns_format_ttl, ns_makecanon, ns_parse_ttl, ns_samedomain, ns_samename,
   ns_sprintrr, ns_sprintrrf, ns_subdomain have been deprecated.
 
+* The symbols __dn_comp, __dn_expand, __dn_skipname, __res_dnok,
+  __res_hnok, __res_mailok, __res_mkquery, __res_nmkquery, __res_nquery,
+  __res_nquerydomain, __res_nsearch, __res_nsend, __res_ownok,
+  __res_query, __res_querydomain, __res_search, __res_send formerly in
+  libresolv have been renamed and no longer have a __ prefix.  They are
+  now available in libc.
+
 * The pthread cancellation handler is now installed with SA_RESTART and
   pthread_cancel will always send the internal SIGCANCEL on a cancellation
   request.  It should not be visible to application since the cancellation



More information about the Libc-alpha mailing list