Skip to content

Commit

Permalink
add comment
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 7, 2024
1 parent 309835d commit 3a86179
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/website_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
52 changes: 47 additions & 5 deletions website/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,84 @@ 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
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/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
<https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66676>`_ Null-dereference in Imf_3_3::realloc_deepdata

* OSS-fuzz `66612
<https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66612>`_ Null-dereference in Imf_3_3::realloc_deepdata

This release also formally adopts the process of publishing openexr
python wheels to `pypi.org <http://pypi.org>`_.

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

.. _LatestNewsEnd:

February 28, 2024 - Imath v3.1.11 Released
==========================================

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>`_.


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 +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 <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 +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
=========================================

Expand Down

0 comments on commit 3a86179

Please sign in to comment.