Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

62 lines (43 loc) · 2.03 KB

0.1.9

  • Changed
    • Update bundled libwebp from 1.3.0 (with CVE-2023-4863 patch) to 1.3.2, which officially ships with the vuln fix #24
  • Misc
    • Check in lockfile #22

0.1.8

  • Fixed
    • Update bundled libwebp to incorporate the CVE-2023-4863 patch #21

0.1.7

  • Fixed
    • Fix regression introduced in 0.1.6. The build was failing if the bundled libwebp (1.3.0) is used and one of the encoding functions are used. #17

0.1.6

  • Changed
    • Update bundled libwebp from 1.2.2 to 1.3.0 #14
  • Misc
    • CI maintenance #15

0.1.5

  • Fixed
    • Fix build with SSE4.1 support #13

0.1.4

  • Fixed
    • Build with bundled libwebp no longer fails without another libwebp installed #11
  • Misc
    • Update cfg-if from 0.1.6 to 1.0.0

0.1.3

0.1.2

  • Changed
    • Update bundled libwebp from 1.1.0 to 1.2.0 #2
  • Added
    • Support libwebp-1.2.0's qmin/qmax #2
  • Misc
    • Setup GitHub Actions #1

0.1.1

0.1.0

Initial release.