Skip to content

man ares_fds(3): mark as deprecated and add explanation #691

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

bradh352
Copy link
Member

ares_fds(3) is not safe to use, mark as deprecated.

Fixes Issue: #687
Fix By: Brad House (@bradh352)

@bradh352 bradh352 merged commit 95c6d70 into c-ares:main Jan 16, 2024
bradh352 added a commit that referenced this pull request Jan 16, 2024
ares_fds(3) is not safe to use, mark as deprecated.

Fixes Issue: #687
Fix By: Brad House (@bradh352)
@bradh352 bradh352 deleted the ares_fds branch January 16, 2024 15:13
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jan 28, 2024
## c-ares version 1.26.0 - Jan 26 2024

Features:

* Event Thread support.  Integrators are no longer requried to monitor the
  file descriptors registered by c-ares for events and call `ares_process()`
  when enabling the event thread feature via `ARES_OPT_EVENT_THREAD` passed
  to `ares_init_options()`. [PR #696](c-ares/c-ares#696)
* Added flags to `are_dns_parse()` to force RAW packet parsing.
  [PR #693](c-ares/c-ares#693)

Changes:

* Mark `ares_fds()` as deprected.
  [PR #691](c-ares/c-ares#691)

Bugfixes:

* `adig`: Differentiate between internal and server errors.
  [e10b16a](c-ares/c-ares@e10b16a)
* Autotools allow make to override CFLAGS/CPPFLAGS/CXXFLAGS.
  [PR #695](c-ares/c-ares#695)
* Autotools: fix building for 32bit windows due to stdcall symbol mangling.
  [PR #689](c-ares/c-ares#689)
* RR Name should not be sanity checked against the Question.
  [PR #685](c-ares/c-ares#685)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant