GD v2.2.2 Release Notes

Release Date: 2016-06-24 // almost 8 years ago
  • ๐Ÿš€ Exactly a month after 2.2.1 we welcome the 2.2.2 release. An important
    milestone in the GD 2.2 series.

    ๐Ÿ”’ Security related fixes:

    • Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow (CVE-2016-5767)
    • #215 Stack overflow with gdImageFillToBorder (CVE-2015-8874)
    • NULL Pointer Dereference at _gdScaleVert

    โœ… We also like to mention to consider the GD and GD2 image formats only for development or testing
    ๐Ÿšš purposes. We do plan to deprecate it in GD 2.3 and remove it in GD 3.0. Its existence is not justified
    anymore as other formats provide lossless storage for both palette and truecolor images in a much more
    efficient way.

    ๐Ÿ›  Numerous other fixes have been applied. The scale and rotation functions have been greatly improved as well.

    โšก๏ธ This is a recommended update.

    ๐Ÿš€ Issues fixed in this release:
    https://github.com/libgd/libgd/issues?q=milestone%3A%22GD+2.2.2%22+is%3Aclosed

    You can download the 2.2.2 version of GD Graphics Library from here or using tag:

    ๐Ÿš€ https://github.com/libgd/libgd/releases/tag/gd-2.2.2

    Full commits list since 2.2.1
    gd-2.2.1...gd-2.2.2