From 7cabf63a4c3321b94024ade5bab1d4716abdebad Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Sat, 14 May 2022 13:58:42 +0200 Subject: [PATCH] Release cargo-apk-0.9.1 with improved `-lgcc` workaround (#271) * Release cargo-apk-0.9.1 with improved `-lgcc` workaround * ndk/CHANGELOG: Drop unnecessary `ndk/` prefixes --- cargo-apk/CHANGELOG.md | 2 ++ cargo-apk/Cargo.toml | 2 +- ndk/CHANGELOG.md | 10 +++++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/cargo-apk/CHANGELOG.md b/cargo-apk/CHANGELOG.md index 75a39ca3..72ffce20 100644 --- a/cargo-apk/CHANGELOG.md +++ b/cargo-apk/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.9.1 (2022-05-12) + - Reimplement NDK r23 `-lgcc` workaround using `RUSTFLAGS`, to apply to transitive `cdylib` compilations (#270) # 0.9.0 (2022-05-07) diff --git a/cargo-apk/Cargo.toml b/cargo-apk/Cargo.toml index feb30de5..a742e79e 100644 --- a/cargo-apk/Cargo.toml +++ b/cargo-apk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-apk" -version = "0.9.0" +version = "0.9.1" authors = ["The Rust Windowing contributors"] edition = "2018" description = "Helps cargo build APKs" diff --git a/ndk/CHANGELOG.md b/ndk/CHANGELOG.md index 4539e840..897305f4 100644 --- a/ndk/CHANGELOG.md +++ b/ndk/CHANGELOG.md @@ -1,10 +1,10 @@ # Unreleased -- ndk/hardware_buffer: Make `HardwareBuffer::as_ptr()` public for interop with Vulkan. +- hardware_buffer: Make `HardwareBuffer::as_ptr()` public for interop with Vulkan. - **Breaking:** `Configuration::country()` now returns `None` when the country is unset (akin to `Configuration::language()`) - Add `MediaCodec` and `MediaFormat` bindings. (#216) - **Breaking:** Upgrade to [`ndk-sys 0.4.0`](../ndk-sys/CHANGELOG.md#040-TODO-YET-UNRELEASED) and use new `enum` newtype wrappers. (#245) -- ndk/native_window: Use `release`/`acquire` for `Drop` and `Clone` respectively. (#207) +- native_window: Use `release`/`acquire` for `Drop` and `Clone` respectively. (#207) # 0.6.0 (2022-01-05) @@ -15,9 +15,9 @@ - **Breaking:** Replace `add_fd_with_callback` `ident` with constant value `ALOOPER_POLL_CALLBACK`, as per https://developer.android.com/ndk/reference/group/looper#alooper_addfd. - **Breaking:** Accept unboxed closure in `add_fd_with_callback`. -- ndk/aaudio: Replace "Added in" comments with missing `#[cfg(feature)]` -- ndk/aaudio: Add missing `fn get_allowed_capture_policy()` -- ndk/configuration: Add missing `api-level-30` feature to `fn screen_round()` +- aaudio: Replace "Added in" comments with missing `#[cfg(feature)]`. +- aaudio: Add missing `fn get_allowed_capture_policy()`. +- configuration: Add missing `api-level-30` feature to `fn screen_round()`. # 0.4.0 (2021-08-02)