Skip to content

Commit 1f56f40

Browse files
chore: release v0.2.162
1 parent acb0c19 commit 1f56f40

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.2.162](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) - 2024-11-07
6+
7+
### Added
8+
9+
- add `ioctl` flags in `linux/if_tun.h`
10+
- Update esp-idf flag
11+
12+
### Other
13+
14+
- freebsd adding CLOSE_RANGE_CLOEXEC flag
15+
- Fix the build on armv7-unknown-freebsd
16+
- Fix definition of FIODGNAME on 32-bit FreeBSD
17+
- Fix size of struct kinfo_file on 32-bit FreeBSD
18+
- Fix definition of clock_t on FreeBSD x86, powerpc, powerpc64, and arm.
19+
- Fix the definition of several BPF related ioctls on 32-bit FreeBSD
20+
- Fix definition of TIOCTIMESTAMP on FreeBSD x86
21+
- Fix the definition of domainset_t in 32-bit FreeBSD
22+
- Gate FreeBSD `mcontext_t` under `libc_align`
23+
- Fix alignment of mcontext_t on FreeBSD x86
24+
- Fix the definition of mc_fpstate on FreeBSD x86
25+
- Fix alignment of uc_ucontext fields on arm64 android ([#3894](https://github.com/rust-lang/libc/pull/3894))
26+
- Add ucontext_t, mcontext_t for all archs ([#3848](https://github.com/rust-lang/libc/pull/3848))
27+
- Convert mode_t constants to octal
28+
- Add host_cpu_load_info on Apple
29+
- add busy polling parameters
30+
- Remove the `wasm32-wasi` target
31+
- Backport "Merge pull request [#3942](https://github.com/rust-lang/libc/pull/3942) from randomPoison/trusty-patch"
32+
- haiku adding getentropy.
33+
- Added pthread_[get/set]name_np functions for NuttX
34+
- Don't pass -lc to Emscripten, it breaks
35+
536
## [0.2.161](https://github.com/rust-lang/libc/compare/0.2.160...0.2.161) - 2024-10-17
637

738
### Fixed

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.161"
3+
version = "0.2.162"
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.161"
17+
version = "0.2.162"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)