@@ -6129,6 +6129,73 @@ Version 1.6.40 [June 21, 2023]
61296129 Updated the configurations and the scripts for continuous integration.
61306130 Cleaned up the code, the build scripts, and the documentation.
61316131
6132+ Version 1.6.41 [January 24, 2024]
6133+ Added SIMD-optimized code for the LoongArch LSX hardware.
6134+ (Contributed by GuXiWei, JinBo and ZhangLixia)
6135+ Fixed the run-time discovery of MIPS MSA hardware.
6136+ (Contributed by Sui Jingfeng)
6137+ Fixed an off-by-one error in the function png_do_check_palette_indexes(),
6138+ which failed to recognize errors that might have existed in the first
6139+ column of a broken palette-encoded image. This was a benign regression
6140+ accidentally introduced in libpng-1.6.33. No pixel was harmed.
6141+ (Contributed by Adam Richter; reviewed by John Bowler)
6142+ Fixed, improved and modernized the contrib/pngminus programs, i.e.,
6143+ png2pnm.c and pnm2png.c
6144+ Removed old and peculiar portability hacks that were meant to silence
6145+ warnings issued by gcc version 7.1 alone.
6146+ (Contributed by John Bowler)
6147+ Fixed and modernized the CMake file, and raised the minimum required
6148+ CMake version from 3.1 to 3.6.
6149+ (Contributed by Clinton Ingram, Timothy Lyanguzov, Tyler Kropp, et al.)
6150+ Allowed the configure script to disable the building of auxiliary tools
6151+ and tests, thus catching up with the CMake file.
6152+ (Contributed by Carlo Bramini)
6153+ Fixed a build issue on Mac.
6154+ (Contributed by Zixu Wang)
6155+ Moved the Autoconf macro files to scripts/autoconf.
6156+ Moved the CMake files (except for the main CMakeLists.txt) to
6157+ scripts/cmake and moved the list of their contributing authors to
6158+ scripts/cmake/AUTHORS.md
6159+ Updated the CI configurations and scripts.
6160+ Relicensed the CI scripts to the MIT License.
6161+ Improved the test coverage.
6162+ (Contributed by John Bowler)
6163+
6164+ Version 1.6.42 [January 29, 2024]
6165+ Fixed the implementation of the macro function png_check_sig().
6166+ This was an API regression, introduced in libpng-1.6.41.
6167+ (Reported by Matthieu Darbois)
6168+ Fixed and updated the libpng manual.
6169+
6170+ Version 1.6.43 [February 23, 2024]
6171+ Fixed the row width check in png_check_IHDR().
6172+ This corrected a bug that was specific to the 16-bit platforms,
6173+ and removed a spurious compiler warning from the 64-bit builds.
6174+ (Reported by Jacek Caban; fixed by John Bowler)
6175+ Added eXIf chunk support to the push-mode reader in pngpread.c.
6176+ (Contributed by Chris Blume)
6177+ Added contrib/pngexif for the benefit of the users who would like
6178+ to inspect the content of eXIf chunks.
6179+ Added contrib/conftest/basic.dfa, a basic build-time configuration.
6180+ (Contributed by John Bowler)
6181+ Fixed a preprocessor condition in pngread.c that broke build-time
6182+ configurations like contrib/conftest/pngcp.dfa.
6183+ (Contributed by John Bowler)
6184+ Added CMake build support for LoongArch LSX.
6185+ (Contributed by GuXiWei)
6186+ Fixed a CMake build error that occurred under a peculiar state of the
6187+ dependency tree. This was a regression introduced in libpng-1.6.41.
6188+ (Contributed by Dan Rosser)
6189+ Marked the installed libpng headers as system headers in CMake.
6190+ (Contributed by Benjamin Buch)
6191+ Updated the build support for RISCOS.
6192+ (Contributed by Cameron Cawley)
6193+ Updated the makefiles to allow cross-platform builds to initialize
6194+ conventional make variables like AR and ARFLAGS.
6195+ Added various improvements to the CI scripts in areas like version
6196+ consistency verification and text linting.
6197+ Added version consistency verification to pngtest.c also.
6198+
61326199Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
61336200Subscription is required; visit
61346201https://lists.sourceforge.net/lists/listinfo/png-mng-implement
0 commit comments