15
0
forked from pool/python-Pillow

Accepting request 1046152 from home:stroeder:python

update to 9.4.0

OBS-URL: https://build.opensuse.org/request/show/1046152
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=136
This commit is contained in:
2023-01-02 12:34:35 +00:00
committed by Git OBS Bridge
parent fee7a621df
commit fb43ef0a81
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 2 11:45:30 UTC 2023 - Michael Ströder <michael@stroeder.com>
- update to 9.4.0
* API Additions
- Added start position for getmask and getmask2
- Added the exact encoding option for WebP
- Added signed option when saving JPEG2000
- Added IFD, Interop and LightSource ExifTags enums
- XMP data can now be decoded for WEBP images through getxmp()
- Writing JPEG comments
* Security
- Fix memory DOS in ImageFont
- Null pointer dereference crash in ImageFont
* Other Changes
- Added support for DDS L and LA images
- Formerly deprecated constants are not anymore
-------------------------------------------------------------------
Sat Oct 29 13:23:00 UTC 2022 - Michael Ströder <michael@stroeder.com>