Skip to content

Commit 105c9a6

Browse files
chore: release v0.2.165
1 parent 9d22625 commit 105c9a6

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.2.165](https://github.com/rust-lang/libc/compare/0.2.164...0.2.165) - 2024-11-21
6+
7+
### Added
8+
9+
- add missing netfilter consts
10+
11+
### Other
12+
13+
- Fix the tests on riscv64gc-unknown-freebsd
14+
- Add MAP_32BIT and MAP_EXCL
15+
- Fix MAP_HASSEMAPHORE name
16+
- fixed SA_* mismatched types
17+
- netbsd adding mcontext related data for riscv64
18+
- Use `./` with shebangs rather than `sh` or `bash`
19+
- Support mkostemp, mkostemps on Android
20+
- Change from `$(,)?` to `$(,)*` for ctest
21+
- add definition for _POSIX_VDISABLE
22+
- Fix libc-tests for loongarch64-linux-musl
23+
- Add domainname field to utsname
24+
- Introduce a git-blame-ignore-revs file
25+
- Apply formatting to macro bodies
26+
- Use some tricks to format macro bodies
27+
- Adjust the `f!` macro to be more flexible
28+
- Mark `mach_task_self` as deprecated
29+
- Merge pull request [#4101](https://github.com/rust-lang/libc/pull/4101) from tgross35/backport-lentils
30+
- Merge pull request [#4097](https://github.com/rust-lang/libc/pull/4097) from tgross35/mach-deprecated
31+
- Clean up wasi-libc module doc comment
32+
- wasi-libc comment about `libc.a` restriction
33+
- Sync more files with `main` to reduce the diff
34+
- Fix warning
35+
- Small syncs from `main` to `libc-0.2`
36+
- adding aligned_alloc support for unixes.
37+
- adding few android api 30 calls.
38+
- Use `#[derive]` for `Copy`/`Clone` in `s!` and friends.
39+
- Add htonl, htons, ntohl, ntohs
40+
- added wireless struct and constants to Linux.
41+
- utmpx api for linux musl.
42+
- linux elf relocation related structs addition.
43+
- adding in6_ifreq to apple.
44+
- freebsd kcmp call support.
45+
- Apply small fixes to sync `main` and `libc-0.2` build and test
46+
- Merge pull request [#4064](https://github.com/rust-lang/libc/pull/4064) from tgross35/remove-cfg-underscore-const-names
47+
- Drop the `libc_const_extern_fn` conditional
48+
- Merge pull request [#4078](https://github.com/rust-lang/libc/pull/4078) from tgross35/posix-spawn-diff-indicators
49+
- Take documentation from `main`
50+
- fix some typos
51+
- Drop the `ptr_addr_of` conditional
52+
- Require rust >= 1.40 and drop libc_non_exhaustive conditional
53+
- Require rust >= 1.33 and drop libc_cfg_target_vendor conditional
54+
- Require rust >= 1.33 and drop libc_packedN conditional
55+
- Require rust >= 1.30 and drop libc_core_cvoid conditional
56+
- Require rust >= 1.26 and drop libc_int128 conditional
57+
- Drop warnings about deprecated cargo features
58+
- Require rust >= 1.25 and drop libc_align conditional
59+
- Explicitly set the edition to 2015
60+
561
## [0.2.164](https://github.com/rust-lang/libc/compare/0.2.163...0.2.164) - 2024-11-16
662

763
### MSRV

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

2020
[build-dependencies]

0 commit comments

Comments
 (0)