Skip to content

Commit

Permalink
10.3.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 1, 2024
1 parent 63cbfcf commit 5c89d88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGES.rst
Expand Up @@ -2,19 +2,19 @@
Changelog (Pillow)
==================

10.3.0 (unreleased)
10.3.0 (2024-04-01)
-------------------

- CVE-2024-28219: Use strncpy to avoid buffer overflow #7928
- CVE-2024-28219: Use ``strncpy`` to avoid buffer overflow #7928
[radarhere, hugovk]

- Deprecate eval(), replacing it with lambda_eval() and unsafe_eval() #7927
- Deprecate ``eval()``, replacing it with ``lambda_eval()`` and ``unsafe_eval()`` #7927
[radarhere, hugovk]

- Raise ValueError if seeking to greater than offset-sized integer in TIFF #7883
- Raise ``ValueError`` if seeking to greater than offset-sized integer in TIFF #7883
[radarhere]

- Add --report argument to __main__.py to omit supported formats #7818
- Add ``--report`` argument to ``__main__.py`` to omit supported formats #7818
[nulano, radarhere, hugovk]

- Added RGB to I;16, I;16L, I;16B and I;16N conversion #7918, #7920
Expand Down
2 changes: 1 addition & 1 deletion src/PIL/_version.py
@@ -1,4 +1,4 @@
# Master version for Pillow
from __future__ import annotations

__version__ = "10.3.0.dev0"
__version__ = "10.3.0"

0 comments on commit 5c89d88

Please sign in to comment.