Skip to content

Commit cfd7ebf

Browse files
chore: release v0.2.163
Co-authored-by: Trevor Gross <[email protected]>
1 parent 1eb76a8 commit cfd7ebf

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.2.163](https://github.com/rust-lang/libc/compare/0.2.162...0.2.163) - 2024-11-16
6+
7+
### Added
8+
9+
- Aix: add more `dlopen` flags <https://github.com/rust-lang/libc/pull/4044>
10+
- Android: add group calls <https://github.com/rust-lang/libc/pull/3499>
11+
- FreeBSD: add `TCP_FUNCTION_BLK` and `TCP_FUNCTION_ALIAS` <https://github.com/rust-lang/libc/pull/4047>
12+
- Linux: add `confstr` <https://github.com/rust-lang/libc/pull/3612>
13+
- Solarish: add `aio` <https://github.com/rust-lang/libc/pull/4033>
14+
- Solarish: add `arc4random*` <https://github.com/rust-lang/libc/pull/3944>
15+
16+
### Changed
17+
18+
- Emscripten: upgrade emsdk to 3.1.68 <https://github.com/rust-lang/libc/pull/3962>
19+
- Hurd: use more standard types <https://github.com/rust-lang/libc/pull/3733>
20+
- Hurd: use the standard `ssize_t = isize` <https://github.com/rust-lang/libc/pull/4029>
21+
- Solaris: fix `confstr` and `ucontext_t` <https://github.com/rust-lang/libc/pull/4035>
22+
23+
### Other
24+
25+
- CI: add Solaris <https://github.com/rust-lang/libc/pull/4035>
26+
- CI: add `i686-unknown-freebsd` <https://github.com/rust-lang/libc/pull/3997>
27+
- CI: ensure that calls to `sort` do not depend on locale <https://github.com/rust-lang/libc/pull/4026>
28+
- Specify `rust-version` in `Cargo.toml` <https://github.com/rust-lang/libc/pull/4041>
29+
530
## [0.2.162](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) - 2024-11-07
631

732
### 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.162"
3+
version = "0.2.163"
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.162"
17+
version = "0.2.163"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)