Skip to content

Commit

Permalink
release: v1.3.1
Browse files Browse the repository at this point in the history
- Fixed: Distributed OS X wheels now include patch for libaom
  segmentation fault (see AOMediaCodec/libavif#1190 and
  [aom@165281](https://aomedia-review.googlesource.com/c/aom/+/165281/1)).
  The bundled static libaom was patched for all other wheels, but
  because of a build issue it was missing from the 1.3.0 mac wheels.
  • Loading branch information
fdintino committed Nov 2, 2022
1 parent f9e51f4 commit fcf29ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

1.3.1 (Nov 1, 2022)
-------------------

* **Fixed**: Distributed OS X wheels now include patch for libaom segmentation
fault (see `AOMediaCodec/libavif#1190`_ and `aom@165281`_). The bundled
static libaom was patched for all other wheels, but because of a build issue
it was missing from the 1.3.0 mac wheels.

.. _AOMediaCodec/libavif#1190: https://github.com/AOMediaCodec/libavif/issues/1190
.. _aom@165281: https://aomedia-review.googlesource.com/c/aom/+/165281/1

1.3.0 (Oct 29, 2022)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion src/pillow_avif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


__all__ = ["AvifImagePlugin"]
__version__ = "1.3.0"
__version__ = "1.3.1"

0 comments on commit fcf29ac

Please sign in to comment.