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

Release v0.2.13 #405

Merged
merged 7 commits into from Apr 6, 2024
Merged

Release v0.2.13 #405

merged 7 commits into from Apr 6, 2024

Conversation

newpavlov
Copy link
Member

@newpavlov newpavlov commented Apr 5, 2024

Added

  • linux_disable_fallback crate feature to disable /dev/urandom-based fallback on Linux and Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow). #396

Changed

  • Disable /dev/urandom fallback for Linux targets outside of the following target_arches: aarch64, arm, powerpc, powerpc64, s390x, x86, x86_64 #396
  • Do not catch EPERM error code on Android while checking availability of the getrandom syscall #396

@newpavlov newpavlov requested a review from josephlr April 5, 2024 12:39
Copy link
Member

@josephlr josephlr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks nice! Thanks for fixing up the Cargo and CI files!

.github/workflows/tests.yml Outdated Show resolved Hide resolved
.cargo/config Outdated Show resolved Hide resolved
@newpavlov
Copy link
Member Author

@josephlr
Could you re-approve?

@josephlr josephlr self-requested a review April 6, 2024 00:19
@josephlr josephlr merged commit 968dd48 into master Apr 6, 2024
51 checks passed
@josephlr josephlr deleted the release/v0.2.13 branch April 6, 2024 00:20
@newpavlov
Copy link
Member Author

@josephlr
BTW I usually erase commit history from merge commit description, since, unless intentionally kept clean, it does not contain useful information for main commit history.

@josephlr
Copy link
Member

josephlr commented Apr 6, 2024

@josephlr BTW I usually erase commit history from merge commit description, since, unless intentionally kept clean, it does not contain useful information for main commit history.

That's a good point. I'' try to remeber to do that in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants