Skip to content

Commit 6637dbe

Browse files
authored
Merge pull request #3830 from rust-lang/release-plz-2024-08-15T20-50-10Z
chore: release v0.2.157
2 parents 6d2b8a0 + 51d81e3 commit 6637dbe

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## [Unreleased]
44

5+
## [0.2.157](https://github.com/rust-lang/libc/compare/0.2.156...0.2.157) - 2024-08-17
6+
7+
### Added
8+
9+
- Apple: add `_NSGetArgv`, `_NSGetArgc` and `_NSGetProgname` in <https://github.com/rust-lang/libc/pull/3702>
10+
- Build: add `RUSTC_WRAPPER` support in <https://github.com/rust-lang/libc/pull/3845>
11+
- FreeBSD: add `execvpe` support from 14.1 release in <https://github.com/rust-lang/libc/pull/3745>
12+
- Fuchsia: add `SO_BINDTOIFINDEX`
13+
- Linux: add `klogctl` in <https://github.com/rust-lang/libc/pull/3777>
14+
- MacOS: add `fcntl` OFD commands in <https://github.com/rust-lang/libc/pull/3563>
15+
- NetBSD: add `_lwp_park` in <https://github.com/rust-lang/libc/pull/3721>
16+
- Solaris: add missing networking support in <https://github.com/rust-lang/libc/pull/3717>
17+
- Unix: add `pthread_equal` in <https://github.com/rust-lang/libc/pull/3773>
18+
- WASI: add `select`, `FD_SET`, `FD_ZERO`, `FD_ISSET ` in <https://github.com/rust-lang/libc/pull/3681>
19+
20+
### Fixed
21+
- TEEOS: fix octal notation for `O_*` constants in <https://github.com/rust-lang/libc/pull/3841>
22+
23+
### Changed
24+
- FreeBSD: always use freebsd12 when `rustc_dep_of_std` is set in <https://github.com/rust-lang/libc/pull/3723>
25+
526
## [0.2.156](https://github.com/rust-lang/libc/compare/v0.2.155...v0.2.156) - 2024-08-15
627

728
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.156"
3+
version = "0.2.157"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.156"
17+
version = "0.2.157"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)