documentation/docfx/releases/3.119.3.md
Preview only · Superseded by 3.119.4 · Never released as stable — these changes rolled up into 3.119.4 · NuGet
API changes · SkiaSharp API diff · HarfBuzzSharp 8.3.1.4
This preview-only release focused on security hardening and stability: Spectre mitigations landed for both Windows and Linux native libraries, a NativeAOT crash was fixed for apps with reflection disabled, and a fontconfig crash on Linux ARM64 was resolved. All of these changes shipped cumulatively in 3.119.4. Community contributors @sshumakov and @Copilot drove both Spectre mitigation PRs and the AoT fix.
/Qspectre for libSkiaSharp.dll, reducing information-disclosure risk on Windows. ❤️ @sshumakov (#3496)libSkiaSharp.so. ❤️ @sshumakov (#3502)IlcDisableReflection=true — Resolves a crash in apps compiled ahead-of-time with reflection disabled. ❤️ @Copilot (#3485)| Contributor | What They Did |
|---|---|
| @sshumakov | Spectre mitigations for Windows and Linux native libraries |
| @Copilot | Fixed NativeAOT crash with IlcDisableReflection=true |
Security hardening with Spectre mitigations for Windows and Linux, NativeAOT crash fix, Linux ARM64 fontconfig fix, and multiple native dependency security updates (libwebp, brotli, libexpat, libpng).