1- libpng 1.6.47 - February 18 , 2025
2- =================================
1+ libpng 1.6.50 - July 1 , 2025
2+ ============================
33
44This is a public release of libpng, intended for use in production code.
55
@@ -9,13 +9,13 @@ Files available for download
99
1010Source files with LF line endings (for Unix/Linux):
1111
12- * libpng-1.6.47 .tar.xz (LZMA-compressed, recommended)
13- * libpng-1.6.47 .tar.gz (deflate-compressed)
12+ * libpng-1.6.50 .tar.xz (LZMA-compressed, recommended)
13+ * libpng-1.6.50 .tar.gz (deflate-compressed)
1414
1515Source files with CRLF line endings (for Windows):
1616
17- * lpng1647 .7z (LZMA-compressed, recommended)
18- * lpng1647 .zip (deflate-compressed)
17+ * lpng1650 .7z (LZMA-compressed, recommended)
18+ * lpng1650 .zip (deflate-compressed)
1919
2020Other information:
2121
@@ -25,19 +25,18 @@ Other information:
2525 * TRADEMARK.md
2626
2727
28- Changes from version 1.6.46 to version 1.6.47
28+ Changes from version 1.6.49 to version 1.6.50
2929---------------------------------------------
3030
31- * Modified the behaviour of colorspace chunks in order to adhere
32- to the new precedence rules formulated in the latest draft of
33- the PNG Specification.
31+ * Improved the detection of the RVV Extension on the RISC-V platform.
32+ (Contributed by Filip Wasil)
33+ * Replaced inline ASM with C intrinsics in the RVV code.
34+ (Contributed by Filip Wasil)
35+ * Fixed a decoder defect in which unknown chunks trailing IDAT, set
36+ to go through the unknown chunk handler, incorrectly triggered
37+ out-of-place IEND errors.
3438 (Contributed by John Bowler)
35- * Fixed a latent bug in `png_write_iCCP`.
36- This would have been a read-beyond-end-of-malloc vulnerability,
37- introduced early in the libpng-1.6.0 development, yet (fortunately!)
38- it was inaccessible before the above-mentioned modification of the
39- colorspace precedence rules, due to pre-existing colorspace checks.
40- (Reported by Bob Friesenhahn; fixed by John Bowler)
39+ * Fixed the CMake file for cross-platform builds that require `libm`.
4140
4241
4342Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
0 commit comments