From b05eddfab08135f54c4ae3eac7255c15d866f824 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Tue, 5 Mar 2024 16:06:04 -0800 Subject: [PATCH] Add readthedocs/preview action for website preview on PR Signed-off-by: Cary Phillips --- .github/workflows/website_workflow.yml | 6 +++++- website/news.rst | 22 ++++++++++++++++++---- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.github/workflows/website_workflow.yml b/.github/workflows/website_workflow.yml index f960d97c44..af2c9ec74a 100644 --- a/.github/workflows/website_workflow.yml +++ b/.github/workflows/website_workflow.yml @@ -67,4 +67,8 @@ jobs: --target website \ --config Release working-directory: _build - + - name: readthedocs preview + uses: readthedocs/actions/preview@v1 + with: + project-slug: "openexr" + message-template: "preview: {docs-pr-index-url} diff --git a/website/news.rst b/website/news.rst index 65ab09efa5..04958ac35d 100644 --- a/website/news.rst +++ b/website/news.rst @@ -16,6 +16,11 @@ News February 28, 2024 - Imath v3.1.11 Released ========================================== +.. _LatestNewsStart: + +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 +28,41 @@ Patch release with small build fix: This release also introduces the practice of signing release artifacts via `sigstore `_. +.. _LatestNewsEnd: 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 +74,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 +106,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 =========================================