Skip to content

Commit 7373a1a

Browse files
chore: release (#3862)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Trevor Gross <[email protected]>
1 parent 48668be commit 7373a1a

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

Diff for: CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
## [Unreleased]
44

5+
## [0.2.159](https://github.com/rust-lang/libc/compare/0.2.158...0.2.159) - 2024-09-24
6+
7+
### Added
8+
9+
- Android: add more `AT_*` constants in <https://github.com/rust-lang/libc/pull/3779>
10+
- Apple: add missing `NOTE_*` constants in <https://github.com/rust-lang/libc/pull/3883>
11+
- Hermit: add missing error numbers in <https://github.com/rust-lang/libc/pull/3858>
12+
- Hurd: add `__timeval` for 64-bit support in <https://github.com/rust-lang/libc/pull/3786>
13+
- Linux: add `epoll_pwait2` in <https://github.com/rust-lang/libc/pull/3868>
14+
- Linux: add `mq_notify` in <https://github.com/rust-lang/libc/pull/3849>
15+
- Linux: add missing `NFT_CT_*` constants in <https://github.com/rust-lang/libc/pull/3844>
16+
- Linux: add the `fchmodat2` syscall in <https://github.com/rust-lang/libc/pull/3588>
17+
- Linux: add the `mseal` syscall in <https://github.com/rust-lang/libc/pull/3798>
18+
- OpenBSD: add `sendmmsg` and `recvmmsg` in <https://github.com/rust-lang/libc/pull/3831>
19+
- Unix: add `IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` in <https://github.com/rust-lang/libc/pull/3693>
20+
- VxWorks: add `S_ISVTX` in <https://github.com/rust-lang/libc/pull/3768>
21+
- VxWorks: add `vxCpuLib` and `taskLib` functions <https://github.com/rust-lang/libc/pull/3861>
22+
- WASIp2: add definitions for `std::net` support in <https://github.com/rust-lang/libc/pull/3892>
23+
24+
### Fixed
25+
26+
- Correctly handle version checks when `clippy-driver` is used <https://github.com/rust-lang/libc/pull/3893>
27+
28+
### Changed
29+
30+
- EspIdf: change signal constants to c_int in <https://github.com/rust-lang/libc/pull/3895>
31+
- HorizonOS: update network definitions in <https://github.com/rust-lang/libc/pull/3863>
32+
- Linux: combine `ioctl` APIs in <https://github.com/rust-lang/libc/pull/3722>
33+
- WASI: enable CI testing in <https://github.com/rust-lang/libc/pull/3869>
34+
- WASIp2: enable CI testing in <https://github.com/rust-lang/libc/pull/3870>
35+
536
## [0.2.158](https://github.com/rust-lang/libc/compare/0.2.157...0.2.158) - 2024-08-19
637

738
### Other

Diff for: 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.158"
3+
version = "0.2.159"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

Diff for: 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.158"
17+
version = "0.2.159"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)