You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded dependencies to fix the following vulnerabilities: CVE-2015-6420. (Thanks to @kinow)
Fixed incorrect computation of post-rotation bounding boxes, manifesting as bogus values passed to the resulting_size delegate method arguments. (Thanks to @SaschaAdler)
Fixed a warning from FilesystemCache when multiple processes tried to create the same directory at the same time. (Thanks to @cbeer)
Fixed potentially incorrect tile sizes in information responses when using OpenJpegProcessor.
Fixed a bug in FfmpegProcessor that caused video info parsing to fail for some videos.
Added Origin to all Vary response headers, which fixes a potential CORS-related caching issue.
Fixed an issue where certain ImageIO plugins could fail to register when multiple applications that use ImageIO are running in the same container. (Thanks to @mmatela)
Fixed a resource leak when using image overlays.
Improvements in the testing and build process. (Thanks to @kinow)