|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 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 | + |
5 | 61 | ## [0.2.164](https://github.com/rust-lang/libc/compare/0.2.163...0.2.164) - 2024-11-16
|
6 | 62 |
|
7 | 63 | ### MSRV
|
|
0 commit comments