Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.2.170 #4219

Merged
merged 1 commit into from
Feb 23, 2025
Merged

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Dec 23, 2024

🤖 New release

  • libc: 0.2.169 -> 0.2.170 (✓ API compatible changes)
Changelog

0.2.170 - 2025-02-23

Added

  • Add recent socket timestamping flags for Linux and Android
  • Add structures for freebsd
  • Add forgotten SO_*_NEW values to powerpc, mips and arm
  • Add FIXME(time) for struct timeval (#4148)
  • Add missing preludes
  • Adds in SI and TRAP signal codes
  • add labels for FIXMEs in repo (#4237)
  • Add the new st_filerev field to stat32 for FreeBSD 15 (#4254)
  • add CLONE_NEWTIME to Linux/musl
  • add labels to FIXMEs (#4230)
  • add labels to each FIXME (#4229)
  • Added new CANFD_FDF flag for the flags field of canfd_frame.

Fixed

  • Fix size of time_t in vxworks
  • Revert vita's c_char to i8 (#4258)
  • fix some lints that were detected by the new style checker
  • fix getmntinfo for NetBSD (#4265)
  • Fix reference to build file with guaranteed build platforms.
  • Fix CMSG_DATA on 64bit systems (#4240)
  • Fix the missing_abi lint

Other

  • Switch back to matching target_os rather than target_vendor
  • Apply modulo 256 to BSD WEXITSTATUS
  • Rerun build if RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64 changes
  • Update struct input_event for __USE_TIME_BITS64 (#4148)
  • Set RLIM_INFINITY for 32bit mips with __USE_TIME_BITS64 (#4148)
  • Set SO_TIMESTAMP* and SO_RCVTIMEO and SO_SNDTIMEO (#4148)
  • Add linux_time_bits64 to ALLOWED_CFGS (#4148)
  • Copy definitions from core::ffi and centralize them
  • port style.rs to syn and add tests for the style checker
  • [solarish/illumos] add the posix_spawn family of functions
  • Assume version is at least 3.1.42
  • linux/android proposal to deprecate kernel modules syscalls.
  • Move setdomainname and getdomainname into linux_like.
  • Declare setdomainname and getdomainname on Android.
  • Define c_char at top-level and remove per-target c_char definitions
  • Allow unpredictable_function_pointer_comparisons in another place

Removed

  • Remove c_char from the PSP module


This PR was generated with release-plz.

@rustbot
Copy link
Collaborator

rustbot commented Dec 23, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @tgross35 (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue

@github-actions github-actions bot force-pushed the release-plz-2024-12-23T12-01-38Z branch from 4a204fb to 01a584f Compare December 23, 2024 12:41
@github-actions github-actions bot force-pushed the release-plz-2024-12-23T12-01-38Z branch 3 times, most recently from b16408e to 0236054 Compare February 18, 2025 20:48
@github-actions github-actions bot force-pushed the release-plz-2024-12-23T12-01-38Z branch 3 times, most recently from 9a989b9 to 30b02b3 Compare February 23, 2025 00:11
Co-authored-by: Trevor Gross <[email protected]>
@tgross35 tgross35 force-pushed the release-plz-2024-12-23T12-01-38Z branch from 30b02b3 to 61d2698 Compare February 23, 2025 04:52
@tgross35 tgross35 enabled auto-merge February 23, 2025 04:53
@tgross35 tgross35 added this pull request to the merge queue Feb 23, 2025
Merged via the queue into libc-0.2 with commit 9a111cd Feb 23, 2025
44 checks passed
@tgross35 tgross35 deleted the release-plz-2024-12-23T12-01-38Z branch February 23, 2025 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants