Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run the UpdateFromUpstream.sh script to extract upstream PNG using the following shell commands. $ git archive --prefix=upstream-png/ a7e0c0c8 -- png*.c png*.h arm/* LICENSE scripts/pnglibconf.h.prebuilt | tar x $ git shortlog --perl-regexp --author='^((?!Kitware Robot).*)$' --no-merges --abbrev=8 --format='%h %s' 7a614829..a7e0c0c8 Ben Wagner (1): 40878fd6 fix: Restore STDERR in pngtest.c Benjamin Buch (2): 7b888092 build: Mark the installed libpng headers as system headers in CMake 0e204b73 build: Add a CMake config file compatible with the FindPNG module Cosmin Truta (35): 8120345c ci: Update (again) the ci_verify_*.sh scripts; update .shellcheckrc 1cdde118 build: Update the makefiles for the benefit of cross-compilation 63c715b7 ci: Remove the workaround for CI_AR from ci_verify_makefiles.sh fb65436e ci: Fix the check of `PNG_LIBPNG_VER_BUILD` in ci_verify_version.sh f74d5ecc ci: Pacify shellcheck version 0.8 and apply other linting improvements 42c8fcbf Add a GitHub Action for linting 4191872d chore: Update the .editorconfig files and pacify editorconfig-checker 0fa3c0f6 chore: Clean up the spurious uses of `sizeof(png_byte)`; fix the manual 72c4520d ci: Allow the user to force an in-tree cleanup before verification dddaf0c6 ci: Fix the reporting in ci_lint.sh 6b5a2da0 Fix "ci: Fix the reporting in ci_lint.sh" aa95dee6 build: Update the CMake build options PNG_TOOLS and PNG_FRAMEWORK d165a20a build: Improve the search for an AWK processor in the CMake build 29e31f62 build: Add an explicit declaration of the AWK variable to configure.ac 14a348dd build: Checking for compiler support of LoongArch LSX should be guarded ec2e58c1 pngexif: Import pngexifinfo as an externally-contributed project e05ebfba doc: Update the README file 3b9a73ed doc: Review the libpng history and update scripts/cmake/AUTHORS.md 89023102 chore: Delete comments and config settings and stuff from here and there 80691b9d test: Fix a compiler warning in pngtest.c e1fa61da ci: Add the libpng release tags to the list of exclusions ed217e3e Release libpng version 1.6.43 f1848a3b Bump version to 1.6.44.git e4a31f02 arm: Add a placeholder file in lieu of the former `filter_neon.S` 532fec02 ci: Fix the verification of the msys2 toolchain on AppVeyor CI 33ef48b6 cmake: Fix the handling of PNG_HARDWARE_OPTIMIZATIONS on FreeBSD/amd64 7e18d142 ci: Add the targets/ subdirectory to facilitate cross-platform testing 22208658 chore: Pacify editorconfig-checker version 3.0 fcdec9c6 chore: Delete contrib/tools/chkfmt.sh 53a7f4e3 ci: Simplify the Travis CI configuration matrix 1964d560 Deprecate PNGARG and remove all of its remaining uses 843dbb75 Revert "cmake: Fix an error in the declaration of target include directories" 3117b5f9 oss-fuzz: Update the README file, the Docker file and the build script 88ab4f59 chore: Rerun `./autogen.sh --maintainer` f5e92d76 Release libpng version 1.6.44 Dan Rosser (1): e7ba9c0d build: Fix a CMake build regression introduced in version 1.6.41 Eric Riff (1): 43d6ad3e cmake: Honor CMAKE_SYSROOT if set Green Sky (2): 1d1cc9ae cmake: Fix an error in the declaration of target include directories 8cc22a8c cmake: Fix an error in the declaration of target include directories John Bowler (3): ceed2a3c SECURITY: disable build of filter_neon.S on arm 20f819c2 fix: Remove cHRM check to accomodate ACES AP1 5a7e87fc fix: Prevent overflow in chromaticity calculations Mikhail Khachayants (1): 68ba4f1f oss-fuzz: Add fuzzing targets for simplified READ API Ross Burton (1): 9e538750 arm: Remove obsolete assembler implementation filter_neon.S Change-Id: I5a75ec7e571b5b316397bd60c5d4e1038945b447
- Loading branch information