Opened 8 months ago
Closed 8 months ago
#20241 closed enhancement (fixed)
rust-bindgen-0.70.0
Reported by: | Bruce Dubbs | Owned by: | Xi Ruoyao |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (4)
comment:1 by , 8 months ago
comment:2 by , 8 months ago
Since in BLFS rust-bindgen is only used as a build tool I'll not consider this a security update.
comment:3 by , 8 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I've tested mesa and and it builds fine. No need to test Mozilla trios because they always use the shipped rust-bindgen copy.
comment:4 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at r12.1-1508-geabcf31a22.
Note:
See TracTickets
for help on using tickets.
0.70.0 (2024-08-16)
Added
#2779
).#2772
).#2812
).#2847
).Changed
#2809, #2817
).#2787
).bindgen-cli
errors to stderr instead of stdout (#2840
)Fixed
--formatter=prettyplease
not working inbindgen-cli
by addingprettyplease
feature and enabling it by default forbindgen-cli
(#2789
) .--allowlist-item
so anonymous enums are no longer ignored (#2827
).#2824
).f64::INFINITY
,f64::NEG_ INFINITY
,f64::NAN
(#2854
).Security
tempfile
andrustix
due to https://github.com/advisories/GHSA-c827-hfw6-qwvm.