| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| c-ares-1.34.8.tar.gz.asc | 2026-07-07 | 265 Bytes | |
| c-ares-1.34.8.intoto.jsonl | 2026-07-07 | 16.4 kB | |
| c-ares-1.34.8.tar.gz | 2026-07-07 | 1.0 MB | |
| 1.34.8 source code.tar.gz | 2026-07-07 | 607.0 kB | |
| 1.34.8 source code.zip | 2026-07-07 | 937.8 kB | |
| README.md | 2026-07-07 | 749 Bytes | |
| Totals: 6 Items | 2.6 MB | 0 | |
c-ares version 1.34.8 - July 7 2026
This is a bugfix release.
Bugfixes:
- Revert "Mark parameters in callbacks as const" which shipped in 1.34.7.
Changing the parameter types of the
ares_callback,ares_host_callback, andares_nameinfo_callbackfunction pointer typedefs was an unintended API break: existing applications with the historical non-const callback signatures no longer compiled, particularly in C++ where function pointer types must match exactly. The read-only nature of the callback parameters is now documented instead. PR [#1244]
Thanks go to these friendly people for their efforts and contributions for this release:
- Brad House (@bradh352)