Skip to content

Commit fcf29ac

Browse files
committed
release: v1.3.1
- 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.
1 parent f9e51f4 commit fcf29ac

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
1.3.1 (Nov 1, 2022)
5+
-------------------
6+
7+
* **Fixed**: Distributed OS X wheels now include patch for libaom segmentation
8+
fault (see `AOMediaCodec/libavif#1190`_ and `aom@165281`_). The bundled
9+
static libaom was patched for all other wheels, but because of a build issue
10+
it was missing from the 1.3.0 mac wheels.
11+
12+
.. _AOMediaCodec/libavif#1190: https://github.com/AOMediaCodec/libavif/issues/1190
13+
.. _aom@165281: https://aomedia-review.googlesource.com/c/aom/+/165281/1
14+
415
1.3.0 (Oct 29, 2022)
516
--------------------
617

src/pillow_avif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
__all__ = ["AvifImagePlugin"]
5-
__version__ = "1.3.0"
5+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)