Skip to content

Commit

Permalink
1.30.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Jun 7, 2024
1 parent 3066221 commit fb122a6
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
27 changes: 27 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<a name="1_30_0"></a>
## c-ares version 1.30.0 - June 7 2024

This is a maintenance and bugfix release.

Features:

* Basic support for SIG RR record (RFC 2931 / RFC 2535) [PR #773](https://github.com/c-ares/c-ares/pull/773)

Changes:

* Validation that DNS strings can only consist of printable ascii characters
otherwise will trigger a parse failure.
[75de16c](https://github.com/c-ares/c-ares/commit/75de16c) and
[40fb125](https://github.com/c-ares/c-ares/commit/40fb125)
* Windows: use `GetTickCount64()` for a monotonic timer that does not wrap. [1dff8f6](https://github.com/c-ares/c-ares/commit/1dff8f6)

Bugfixes:

* QueryCache: Fix issue where purging on server changes wasn't working. [a6c8fe6](https://github.com/c-ares/c-ares/commit/a6c8fe6)
* Windows: Fix Y2K38 issue by creating our own `ares_timeval_t` datatype. [PR #772](https://github.com/c-ares/c-ares/pull/772)
* Fix packaging issue affecting MacOS due to a missing header. [55afad6](https://github.com/c-ares/c-ares/commit/55afad6)
* MacOS: Fix UBSAN warnings that are likely meaningless due to alignment issues
in new MacOS config reader.
* Android: arm 32bit build failure due to missing symbol. [d1722e6](https://github.com/c-ares/c-ares/commit/d1722e6)


<a name="1_29_0"></a>
## c-ares version 1.29.0 - May 24 2024

Expand Down
4 changes: 4 additions & 0 deletions download/index.t
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ BOXTOP
<li>Brad House &lt;brad@brad-house.com&gt; - <a href="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xda7d64e4c82c6294cb73a20e22e3d13b5411b7ca">DA7D64E4C82C6294CB73A20E22E3D13B5411B7CA</a></li>
</ul>

<p>
<a href="https://github.com/c-ares/c-ares/releases/download/v1.30.0/c-ares-1.30.0.tar.gz">c-ares 1.30.0</a> (7-june-2024)
<a href="https://github.com/c-ares/c-ares/releases/download/v1.30.0/c-ares-1.30.0.tar.gz.asc">GPG</a> <a href="/changelog.html#1_30_0">Changelog</a>
<br>
<p>
<a href="https://github.com/c-ares/c-ares/releases/download/cares-1_29_0/c-ares-1.29.0.tar.gz">c-ares 1.29.0</a> (24-may-2024)
<a href="https://github.com/c-ares/c-ares/releases/download/cares-1_29_0/c-ares-1.29.0.tar.gz.asc">GPG</a> <a href="/changelog.html#1_29_0">Changelog</a>
Expand Down
4 changes: 2 additions & 2 deletions index.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ BOXTOP

SUBTITLE(Download)
<p>
<a href="https://github.com/c-ares/c-ares/releases/download/cares-1_29_0/c-ares-1.29.0.tar.gz">c-ares 1.29.0</a> (24-may-2024)
<a href="https://github.com/c-ares/c-ares/releases/download/cares-1_29_0/c-ares-1.29.0.tar.gz.asc">GPG</a> <a href="/changelog.html">Changelog</a>
<a href="https://github.com/c-ares/c-ares/releases/download/v1.30.0/c-ares-1.30.0.tar.gz">c-ares 1.30.0</a> (7-june-2024)
<a href="https://github.com/c-ares/c-ares/releases/download/v1.30.0/c-ares-1.30.0.tar.gz.asc">GPG</a> <a href="/changelog.html">Changelog</a>
<p>
Valid PGP / GPG signing keys for packages are:
<ul>
Expand Down

0 comments on commit fb122a6

Please sign in to comment.