Skip to content

v3.3.3

Compare
Choose a tag to compare
@adolski adolski released this 12 Oct 16:54
· 2339 commits to develop since this release
  • Added Java 9 compatibility.
  • 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)