Skip to content

Commit 5b3dabb

Browse files
committed
Add release notes for 2.6.0 for #7864
1 parent 4438305 commit 5b3dabb

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

docs/releasenotes/10.3.0.rst

+9-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@ Release GIL when fetching WebP frames
9191
Python's Global Interpreter Lock is now released when fetching WebP frames from
9292
the libwebp decoder.
9393

94-
Add release notes for 2.3.1, 2.3.2, 2.5.2
95-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
94+
Added release notes for past releases
95+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9696

97-
TODO
97+
Added release notes for past releases: ``2.6.0``, ``2.5.2``,
98+
``2.3.2``, ``2.3.1``. This effort is intended to provide a comprehensive
99+
look at CVE data from 1995 to 2024 across three noteworthy periods:
100+
101+
- 1995-2010: No CVEs
102+
- 2010-2019: A few CVEs
103+
- 2019-2024: Many CVEs

docs/releasenotes/2.6.0.rst

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2.6.0
2+
-----
3+
4+
Security
5+
========
6+
7+
:cve:`2014-3589`: Fix DOS attack
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
``PIL/IcnsImagePlugin.py`` in Python Imaging Library (PIL) and Pillow before 2.3.2 and
11+
2.5.x before 2.5.2 allows remote attackers to cause a denial of service via a crafted
12+
block size.
13+
14+
Found and reported by Andrew Drake of dropbox.com
15+
16+
Other Changes
17+
=============
18+
19+
Relaxed precision of some tests
20+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21+
22+
Relaxed imagedraw tests to allow slight errors for x86 vs x64.

docs/releasenotes/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ expected to be backported to earlier versions.
6969
3.0.0
7070
2.8.0
7171
2.7.0
72+
2.6.0
7273
2.5.2
7374
2.3.2
7475
2.3.1

0 commit comments

Comments
 (0)