From dfe2e6f52dcbbc9711b22bddb1b59fd03e3312a0 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Fri, 16 Aug 2024 04:19:13 -0500 Subject: [PATCH] Update CHANGELOG.md for 0.2.156 Add links to the relevant PRs. --- CHANGELOG.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ca64c55a58..76c07f7f791e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,26 +5,26 @@ ## [0.2.156](https://github.com/rust-lang/libc/compare/v0.2.155...v0.2.156) - 2024-08-15 ### Added -- Apple: add `F_ALLOCATEPERSIST` -- Apple: add `os_sync_wait_on_address` and related definitions -- BSD: generalise `IPV6_DONTFRAG` to all BSD targets -- FreeBSD/DragonFly: add `IP_RECVTTL`/`IPV6_RECVHOPLIMIT` -- Hurd: add `XATTR_CREATE`, `XATTR_REPLACE` -- Linux GNU: `confstr` API and `_CS_*` -- Linux musl: add `preadv2` and `pwritev2` (1.2.5 min.) -- VxWorks: add the constant `SOMAXCONN` -- VxWorks: add a few errnoLib related constants +- Apple: add `F_ALLOCATEPERSIST` in +- Apple: add `os_sync_wait_on_address` and related definitions in +- BSD: generalise `IPV6_DONTFRAG` to all BSD targets in +- FreeBSD/DragonFly: add `IP_RECVTTL`/`IPV6_RECVHOPLIMIT` in +- Hurd: add `XATTR_CREATE`, `XATTR_REPLACE` in +- Linux GNU: `confstr` API and `_CS_*` in +- Linux musl: add `preadv2` and `pwritev2` (1.2.5 min.) in +- VxWorks: add the constant `SOMAXCONN` in +- VxWorks: add a few errnoLib related constants in ### Fixed -- Solaris/illumos: Change `ifa_flags` type to u64 for -- QNX 7.0: Disable `libregex` +- Solaris/illumos: Change `ifa_flags` type to u64 in +- QNX 7.0: Disable `libregex` in ### Changed -- QNX NTO: update platform support -- `addr_of!(EXTERN_STATIC)` is now considered safe +- QNX NTO: update platform support in +- `addr_of!(EXTERN_STATIC)` is now considered safe in ### Removed -- Apple: remove `rmx_state` +- Apple: remove `rmx_state` in ### Other - Update or remove CI tests that have been failing