diff --git a/.github/workflows/website_preview.yml b/.github/workflows/website_preview.yml index fced7fca30..43806b6421 100644 --- a/.github/workflows/website_preview.yml +++ b/.github/workflows/website_preview.yml @@ -4,6 +4,14 @@ # GitHub Actions workflow file # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions +# +# This action adds a link to the PR description pointing to the +# readthedocs build of the website, for PRs that modify the website. +# +# Note that the link is also available in the PR checks, but it gets +# buried among the output of the checks and isn't obvious. +# + name: Website preview on: pull_request_target: diff --git a/website/news.rst b/website/news.rst index eed92d0032..67fc498c4c 100644 --- a/website/news.rst +++ b/website/news.rst @@ -13,9 +13,44 @@ News .. toctree:: :caption: News +March 6, 2024 - OpenEXR v3.2.3 Released +======================================= + +.. _LatestNewsStart: + +OpenEXR v3.2.3 is released and available for download from `v3.2.3 +`_. + +Patch release with various build/bug/documentation fixes: + +* Fix ``bswap`` on NetBSD +* Fix issue with decompressing fp32 dwa files +* Support cmake config for ``libdeflate`` +* updated security policy +* miscelleneous website improvements + +This release also addresses several recent fuzz/security issues, including: + +* OSS-fuzz `66676 + `_ Null-dereference in Imf_3_3::realloc_deepdata + +* OSS-fuzz `66612 + `_ Null-dereference in Imf_3_3::realloc_deepdata + +This release also formally adopts the process of publishing openexr +python wheels to `pypi.org `_. + +This release also introduces the process of signing release artifacts +via `sigstore `_. + +.. _LatestNewsEnd: + February 28, 2024 - Imath v3.1.11 Released ========================================== +Imath v3.1.11 is released and available for download from `v3.1.11 +`_. + Patch release with small build fix: * Add explicit ``std::`` namespace for ``isfinite`` in ``ImathFun.cpp`` @@ -23,28 +58,39 @@ Patch release with small build fix: This release also introduces the practice of signing release artifacts via `sigstore `_. - February 11, 2024 - OpenEXR v3.2.2 Released =========================================== +OpenEXR v3.2.2 is released and available for download from `v3.2.2 +`_. + Patch release that addresses `CVE-2023-5841 `_. February 11, 2024 - OpenEXR v3.1.12 Released ============================================ +OpenEXR v3.1.12 is released and available for download from `v3.1.12 +`_. + Patch release that addresses `CVE-2023-5841 `_. December 19, 2023 - OpenEXR v2.5.10 Released ============================================ +OpenEXR v2.5.10 is released and available for download from `v2.5.10 +`_. + Patch release for OpenEXR v2.5 that fixes a build failure on macOS prior to 10.6 (fallback for missing `libdispatch`). September 23, 2024 - OpenEXR v3.2.1 Released ============================================ +OpenEXR v3.2.1 is released and available for download from `v3.2.1 +`_. + Patch release with miscellaneous build fixes: * Fix for linking statically against an external ``libdeflate`` @@ -56,8 +102,6 @@ Patch release with miscellaneous build fixes: September 20, 2023 - ASWF Dev Days ================================== -.. _LatestNewsStart: - OpenEXR is participating in the Academy Software Foundation's `Dev Days `_, a great way to learn about how to contribute to open source software. Project @@ -90,8 +134,6 @@ A list of ideas for more substantial contributions is on the `OpenEXR wiki these are beyond the scope of the spirit of Dev Days, feel free to discuss these as well. -.. _LatestNewsEnd: - August 30, 2023 - OpenEXR v3.2.0 Released =========================================