Commit Graph

10991 Commits

Author SHA1 Message Date
Hugo van Kemenade
18ee51a5a8
Merge pull request #5151 from radarhere/openjpeg
Updated openjpeg to 2.4.0
2020-12-29 07:16:25 +02:00
Andrew Murray
c68ddcf87d Updated openjpeg to 2.4.0 2020-12-29 10:44:32 +11:00
Andrew Murray
416f12e772
Merge pull request #5148 from wiredfool/tiff_oob_read
Fix OOB Read when writing TIFF with custom Metadata
2020-12-29 08:29:29 +11:00
Eric Soroos
a39d7c4fcf Fix OOB Read in tif_dirinfo.c
==3330==    at 0xBD4110C: _TIFFSetupFields (tif_dirinfo.c:327)

Passing in a stack allocated array is going to fail, as a reference
is retained to the name and used later when flushing the Tiff to
the file.
2020-12-28 15:00:48 +01:00
Hugo van Kemenade
2d7c543a2f
Merge pull request #5140 from radarhere/unused
Removed unused variable
2020-12-27 12:26:22 +02:00
Hugo van Kemenade
21e3363134
Merge pull request #5138 from radarhere/harfbuzz
Updated harfbuzz to 2.7.4
2020-12-27 09:06:06 +02:00
Andrew Murray
00df94bb78 Removed unused variable 2020-12-27 16:16:55 +11:00
Andrew Murray
bea3745a74 Updated harfbuzz to 2.7.4 2020-12-27 13:19:07 +11:00
Andrew Murray
b48cfa747c Update CHANGES.rst [ci skip] 2020-12-27 12:29:43 +11:00
Andrew Murray
cf530b8d9c
Merge pull request #5111 from cgohlke/patch-3
Fix dereferencing of potential null pointers
2020-12-27 12:21:09 +11:00
Andrew Murray
51b8137924
Changed style for consistency 2020-12-26 21:49:40 +11:00
Hugo van Kemenade
4e60680ce6
Merge pull request #5133 from radarhere/wheels
Document addition of PyPy3.7 wheels
2020-12-25 11:16:39 +02:00
Andrew Murray
e9fa245b69 Documented the addition of PyPy3.7 wheels [ci skip] 2020-12-25 18:08:48 +11:00
Hugo van Kemenade
2635a4859d
Merge pull request #5127 from radarhere/warnings
Fixed warnings assigning to "unsigned char *" from "char *"
2020-12-24 10:50:24 +02:00
Hugo van Kemenade
be3006533d
Merge pull request #5129 from radarhere/releasenotes
Added release notes for #4568
2020-12-24 09:58:47 +02:00
Hugo van Kemenade
0316ff6024
Merge pull request #5131 from radarhere/macos
Updated macOS tested Pillow versions
2020-12-24 09:57:56 +02:00
Hugo van Kemenade
eb51f6aa81
Merge pull request #5128 from radarhere/harfbuzz
Updated harfbuzz to 2.7.3
2020-12-24 09:56:31 +02:00
Andrew Murray
26b9181591 Updated macOS tested Pillow versions [ci skip] 2020-12-24 17:11:49 +11:00
Andrew Murray
2899ca0387 Added release notes for #4568 [ci skip] 2020-12-24 13:13:44 +11:00
Andrew Murray
ff9715f079 Update CHANGES.rst [ci skip] 2020-12-24 11:17:43 +11:00
Andrew Murray
e37a8a263d
Merge pull request #4568 from ziplantil/ico-append-images
Add append_images support for ICO
2020-12-24 11:10:33 +11:00
Andrew Murray
645b10612f Updated harfbuzz to 2.7.3 2020-12-24 10:51:49 +11:00
Andrew Murray
46f7b4a439
Updated test name and text 2020-12-24 10:50:43 +11:00
Andrew Murray
8eaf9e7cb7 Fixed warning assigning to "unsigned char *" from "char *" 2020-12-24 10:47:06 +11:00
Hugo van Kemenade
ce3d80e713
Merge pull request #5122 from radarhere/warnings 2020-12-22 16:09:21 +02:00
Andrew Murray
36dc83e3ac Fixed comparison between unsigned int and int 2020-12-22 16:07:32 +11:00
Andrew Murray
26e5929617 Fixed comparison between int and unsigned long 2020-12-22 16:06:44 +11:00
Hugo van Kemenade
d0c685fbfa
Merge pull request #5120 from radarhere/subifd
Block TIFFTAG_SUBIFD
2020-12-22 06:41:09 +02:00
Andrew Murray
8794610c76 Block TIFFTAG_SUBIFD 2020-12-22 11:38:02 +11:00
Andrew Murray
0eddc82157
Merge pull request #5108 from cgohlke/patch-1
Fix dereferencing potential null pointer
2020-12-22 08:26:48 +11:00
Andrew Murray
9443997d1c
Merge pull request #5117 from radarhere/versioning
Added versioning documentation
2020-12-22 08:00:18 +11:00
Andrew Murray
6d5b550fa6
Merge pull request #4983 from hugovk/update-releasing
Releasing: Replace viewdoc with markdown2 and twine check
2020-12-22 07:41:59 +11:00
Andrew Murray
1777aada93
Reformatted link [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-12-22 07:38:56 +11:00
Andrew Murray
0e50e72807
Merge pull request #5056 from hugovk/fix-4th-level-menu-dark-mode
Don't add light mode bg to 3rd and 4th level menu items
2020-12-22 07:37:48 +11:00
Hugo van Kemenade
a4efa48f33
Merge pull request #66 from radarhere/fix-4th-level-menu-dark-mode
Fix 3rd level menu item background-color in dark mode
2020-12-21 16:39:18 +02:00
Hugo van Kemenade
47085d4057
Keep example consistent
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-12-21 12:30:26 +02:00
Andrew Murray
d13a3ce7bf Moved "Versioning" into "Release Notes" 2020-12-21 20:45:59 +11:00
Andrew Murray
a0f8004aa6
Specify branch [ci skip] 2020-12-21 19:48:53 +11:00
Andrew Murray
cf26a10f32
Added link [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-12-21 19:17:50 +11:00
Andrew Murray
35834535cb
Fixed wording [ci skip]
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-12-21 19:17:31 +11:00
Andrew Murray
967d214a5c Added versioning documentation [ci skip] 2020-12-21 17:45:43 +11:00
Andrew Murray
c44457a627 Update CHANGES.rst [ci skip] 2020-12-21 17:14:52 +11:00
Andrew Murray
0a1dcfc55a Fix 3rd level menu item background-color in dark mode [ci skip] 2020-12-21 09:10:19 +11:00
Hugo van Kemenade
396b329507
Merge pull request #5113 from radarhere/memory
Replaced PyErr_NoMemory with ImagingError_MemoryError
2020-12-20 22:17:10 +02:00
Hugo van Kemenade
19648fa925
Merge pull request #5115 from HollowMan6/patch-1
Fix use of a versus an in ImageCms.rst
2020-12-20 16:47:54 +02:00
Hollow Man
889409ded3
Fix use of a versus an in ImageCms.rst
an color -> a color
2020-12-20 22:31:25 +08:00
Christoph Gohlke
d1e706d756
return ImagingError_MemoryError 2020-12-19 19:42:29 -08:00
Christoph Gohlke
fd14616dbb
Return ImagingError_MemoryError 2020-12-19 19:37:05 -08:00
Christoph Gohlke
15dd7aef9f
Return ImagingError_MemoryError 2020-12-19 19:35:21 -08:00
Andrew Murray
83d82ae150
Merge pull request #5098 from hugovk/deprecate-freetype
Deprecate FreeType 2.7
2020-12-20 13:35:41 +11:00