Skip to content

Commit

Permalink
Add readthedocs/preview action for website preview on PR
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Mar 6, 2024
1 parent 2a579fd commit b05eddf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/website_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
22 changes: 18 additions & 4 deletions website/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,53 @@ News
February 28, 2024 - Imath v3.1.11 Released
==========================================

.. _LatestNewsStart:

Imath v3.1.11 is released and available for download from `v3.1.11
<https://github.com/AcademySoftwareFoundation/Imath/releases/tag/v3.1.11>`_.

Patch release with small build fix:

* Add explicit ``std::`` namespace for ``isfinite`` in ``ImathFun.cpp``

This release also introduces the practice of signing release artifacts
via `sigstore <https://www.sigstore.dev>`_.

.. _LatestNewsEnd:

February 11, 2024 - OpenEXR v3.2.2 Released
===========================================

OpenEXR v3.2.2 is released and available for download from `v3.2.2
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.2.2>`_.

Patch release that addresses
`CVE-2023-5841 <https://takeonme.org/cves/CVE-2023-5841.html>`_.

February 11, 2024 - OpenEXR v3.1.12 Released
===========================================

OpenEXR v3.1.12 is released and available for download from `v3.1.12
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.1.12>`_.

Patch release that addresses
`CVE-2023-5841 <https://takeonme.org/cves/CVE-2023-5841.html>`_.

December 19, 2023 - OpenEXR v2.5.10 Released
============================================

OpenEXR v2.5.10 is released and available for download from `v2.5.10
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/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
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.2.1>`_.

Patch release with miscellaneous build fixes:

* Fix for linking statically against an external ``libdeflate``
Expand All @@ -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 <https://sites.google.com/view/aswfdevdays/home>`_, a great way to
learn about how to contribute to open source software. Project
Expand Down Expand Up @@ -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
=========================================

Expand Down

0 comments on commit b05eddf

Please sign in to comment.