|
| 1 | +## c-ares version 1.33.1 - August 23 2024 |
| 2 | + |
| 3 | +This is a bugfix release. |
| 4 | + |
| 5 | +Bugfixes: |
| 6 | +* Work around systemd-resolved quirk that returns unexpected codes for single |
| 7 | + label names. Also adds test cases to validate the work around works and |
| 8 | + will continue to work in future releases. |
| 9 | + [PR #863](https://github.com/c-ares/c-ares/pull/863), |
| 10 | + See Also https://github.com/systemd/systemd/issues/34101 |
| 11 | +* Fix sysconfig ndots default value, also adds containerized test case to |
| 12 | + prevent future regressions. |
| 13 | + [PR #862](https://github.com/c-ares/c-ares/pull/862) |
| 14 | +* Fix blank DNS name returning error code rather than valid record for |
| 15 | + commands like: `adig -t SOA .`. Also adds test case to prevent future |
| 16 | + regressions. |
| 17 | + [9e574af](https://github.com/c-ares/c-ares/commit/9e574af) |
| 18 | +* Fix calculation of query times > 1s. |
| 19 | + [2b2eae7](https://github.com/c-ares/c-ares/commit/2b2eae7) |
| 20 | +* Fix building on old Linux releases that don't have `TCP_FASTOPEN_CONNECT`. |
| 21 | + [b7a89b9](https://github.com/c-ares/c-ares/commit/b7a89b9) |
| 22 | +* Fix minor Android build warnings. |
| 23 | + [PR #848](https://github.com/c-ares/c-ares/pull/848) |
| 24 | + |
| 25 | +Thanks go to these friendly people for their efforts and contributions for this |
| 26 | +release: |
| 27 | +* Brad House (@bradh352) |
| 28 | +* Erik Lax (@eriklax) |
| 29 | +* Hans-Christian Egtvedt (@egtvedt) |
| 30 | +* Mikael Lindemann (@mikaellindemann) |
| 31 | +* Nodar Chkuaselidze (@nodech) |
| 32 | + |
1 | 33 | ## c-ares version 1.33.0 - August 2 2024 |
2 | 34 |
|
3 | 35 | This is a feature and bugfix release. |
|
0 commit comments