Changes in version 1.32.0-2 (2025-03-18) o Fix parallel make; cleanup after build Changes in version 1.32.0 (2024-10-04) o Update embedded libgifski to upstream 1.32.0 Changes in version 1.12.2 o Windows: support aarch64-pc-windows-gnullvm o Update embedded libgifski to upstream 1.12.2 Changes in version 1.12.0-2 (2023-08-12) o Vendor rust code as requested by CRAN o CRAN request: use role="aut" for rust dependencies o CRAN request: use -j2 instead of CARGO_BUILD_JOBS=2 Changes in version 1.12.0-1 (2023-06-08) o Windows: add -lntdll linker flag required by Rust 1.70 Changes in version 1.12.0 (2023-05-19) o Update embedded libgifski to upstream 1.12.0 o Windows: if Cargo is available, default to source build of libgifski Changes in version 1.6.6-1 (2022-04-05) o Fix for legacy Windows Vista/2008 (for the old winbuilder) Changes in version 1.6.6 (2022-04-04) o Update vendored gifski to upstream 1.6.6 o Note gifski 1.6.6 requires at least Rust 1.56 / Windows 7. On older systems we fall back on the previous gifski 1.4.3 version. This includes the old CRAN winbuilder used for R < 4.2. Changes in version 1.4.3-1 (2021-05-02) o Add libgifski ucrt64 binary Changes in version 1.4.3 (2021-03-22) o Major update in gifski rust library. This also required different threading implementation in the bindings. Changes in version 0.8.7.1 (2021-03-08) o Add workaround for compiling with old rustc compilers o Add workaround for linking error with experimental UCRT toolchain Changes in version 0.8.7 (2021-02-28) o CRAN insists that we override the standard cargo/rust behaviour which stores registry and crate data in ~/.cargo, because policy. So we now build with CARGO_HOME set to a temporary dir that is deleted afterwards. This probably makes this slower and more error prone, but I don't make these rules. Changes in version 0.8.6 (2018-09-28) o Update gifski crate to 0.8.6 o save_gif() now properly closes graphics device when expr errors o More rubust C code to prevent segfaults on write errors o File paths are now converted to UTF-8 as described in gifski.h