Skip to content

Commit 0236054

Browse files
chore: release v0.2.170
1 parent 32f65a8 commit 0236054

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# Changelog
22

33
## [Unreleased]
4+
## [0.2.170](https://github.com/rust-lang/libc/compare/0.2.169...0.2.170) - 2025-02-18
5+
6+
### Added
7+
8+
- Adds in SI and TRAP signal codes
9+
- add labels for FIXMEs in repo ([#4237](https://github.com/rust-lang/libc/pull/4237))
10+
- Add the new `st_filerev` field to `stat32` for FreeBSD 15 ([#4254](https://github.com/rust-lang/libc/pull/4254))
11+
- add CLONE_NEWTIME to Linux/musl
12+
- add labels to FIXMEs ([#4230](https://github.com/rust-lang/libc/pull/4230))
13+
- add labels to each FIXME ([#4229](https://github.com/rust-lang/libc/pull/4229))
14+
- Added new CANFD_FDF flag for the flags field of canfd_frame.
15+
16+
### Fixed
17+
18+
- fix getmntinfo for NetBSD ([#4265](https://github.com/rust-lang/libc/pull/4265))
19+
- Fix reference to build file with guaranteed build platforms.
20+
- Fix CMSG_DATA on 64bit systems ([#4240](https://github.com/rust-lang/libc/pull/4240))
21+
- Fix the `missing_abi` lint
22+
23+
### Other
24+
25+
- [solarish/illumos] add the posix_spawn family of functions
26+
- Assume version is at least 3.1.42
27+
- linux/android proposal to deprecate kernel modules syscalls.
28+
- Move `setdomainname` and `getdomainname` into linux_like.
29+
- Declare `setdomainname` and `getdomainname` on Android.
30+
- Define c_char at top-level and remove per-target c_char definitions
31+
- Allow `unpredictable_function_pointer_comparisons` in another place
32+
33+
### Removed
34+
35+
- Remove `c_char` from the PSP module
436
## [0.2.169](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) - 2024-12-18
537

638
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.169"
3+
version = "0.2.170"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A test crate for the libc crate.
1414

1515
[dependencies.libc]
1616
path = ".."
17-
version = "0.2.169"
17+
version = "0.2.170"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)