diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-07-24 12:06:47 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-07-24 12:48:39 +0200 |
commit | 8bbb8d7b16cae777eed06bc9d2e059fc00be24e9 (patch) | |
tree | 6ac1b929cbcdf000bd5100ff801c30acf491ce38 /NEWS | |
parent | 6daa77104520ca992a9369bd01cccd4d98c82984 (diff) | |
download | glibc-8bbb8d7b16cae777eed06bc9d2e059fc00be24e9.tar.gz glibc-8bbb8d7b16cae777eed06bc9d2e059fc00be24e9.tar.xz glibc-8bbb8d7b16cae777eed06bc9d2e059fc00be24e9.zip |
resolv: Allow short error responses to match any query (bug 31890)
Reviewed-by: DJ Delorie <dj@redhat.com> (cherry picked from commit 691a3b2e9bfaba842e46a5ccb7f5e6ea144c3ade)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 31281ac408..66b755ed34 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,12 @@ See the end for copying conditions. Please send GNU C library bug reports via <https://sourceware.org/bugzilla/> using `glibc' in the "product" field. +Version 2.41 + +The following bugs are resolved with this release: + + [31890] resolv: Allow short error responses to match any DNS query + Version 2.40 Major new features: |