summaryrefslogtreecommitdiff
path: root/ANNOUNCE
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.34.tarv1.6.34Glenn Randers-Pehrson2017-09-291-55/+12
* [libpng16] Bump version to 1.6.34beta01Glenn Randers-Pehrson2017-09-281-9/+23
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-281-19/+12
* [libpng16] Add support for loading images with associated alpha in theGlenn Randers-Pehrson2017-09-231-2/+4
* [libpng16] Removed more redundant tests (suggested by "irwir" in Github issue...Glenn Randers-Pehrson2017-09-221-0/+1
* [libpng16] Relocate new memset() call in pngrutil.c (irwir).Glenn Randers-Pehrson2017-09-221-1/+2
* [libpng16] Added interlaced versions of each file in contrib/pngsuite.Glenn Randers-Pehrson2017-09-211-3/+4
* [libpng16] Bump version to 1.6.33rc02Glenn Randers-Pehrson2017-09-201-8/+10
* [libpng16] Imported from libpng-1.6.33rc01.tarv1.6.33rc01Glenn Randers-Pehrson2017-09-201-1/+1
* [libpng16] Removed a redundant test (suggested by "irwir" in Github issue #180).Glenn Randers-Pehrson2017-09-201-0/+1
* [libpng16] Bump version to 1.6.33rc01Glenn Randers-Pehrson2017-09-201-9/+15
* [libpng16] Bump version to 1.6.33beta04Glenn Randers-Pehrson2017-09-141-8/+10
* [libpng16] Undo failed attempt to prevent UMR in png_icc_check_table().Glenn Randers-Pehrson2017-09-141-6/+2
* [libpng16] Attempt to debug Uninitialized Memory Read in png_set_text_2(),Glenn Randers-Pehrson2017-09-121-2/+4
* [libpng16] Guard against Uninitialized Memory Read in png_check_icc_table(),Glenn Randers-Pehrson2017-09-121-2/+4
* [libpng16] Fix typo in ANNOUNCE and CHANGESGlenn Randers-Pehrson2017-09-081-1/+1
* [libpng16] Use pnglibconf.h.prebuilt when building for ANDROID with cmakeGlenn Randers-Pehrson2017-09-081-2/+4
* [libpng16] Fixed incorrect typecast of some arguments to png_malloc() andGlenn Randers-Pehrson2017-09-031-0/+3
* [libpng16] Bump version to 1.6.33beta03Glenn Randers-Pehrson2017-09-021-8/+10
* [libpng16] Enabled ARM support in CMakeLists.txt (Bernd Kuhls).Glenn Randers-Pehrson2017-09-021-2/+3
|\
* | [lbipng16] Use current date (DATE) instead of release-date (RDATE) in lastGlenn Randers-Pehrson2017-09-021-2/+4
|/
* [libpng16] Compute a larger limit on IDAT because some applications write aGlenn Randers-Pehrson2017-08-311-2/+4
* [libpng16] Bump version to 1.6.33beta02Glenn Randers-Pehrson2017-08-301-8/+13
* [libpng16] Update ANNOUNCE and CHANGES about pnm2png.c fixGlenn Randers-Pehrson2017-08-281-1/+3
* [libpng16] Imported from libpng-1.6.33beta01.tarv1.6.33beta01Glenn Randers-Pehrson2017-08-281-3/+0
* [libpng16] Fixed off-by-one error in png_do_check_palette_indexes() (Bug reportGlenn Randers-Pehrson2017-08-281-0/+2
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-281-0/+1
* [libpng16] Added PNGMINUS_UNUSED macro to contrib/pngminus/p*.c and addedGlenn Randers-Pehrson2017-08-281-1/+3
* [libpng16] Bump version to 1.6.33beta01Glenn Randers-Pehrson2017-08-251-67/+11
* [libpng16] Imported from libpng-1.6.32.tarv1.6.32Glenn Randers-Pehrson2017-08-241-38/+9
* [libpng16] Bump version to 1.6.32rc03Glenn Randers-Pehrson2017-08-221-8/+10
* [libpng16] Bump version to 1.6.32rc02Glenn Randers-Pehrson2017-08-221-10/+10
* [libpng16] Added contrib/oss-fuzz directoryGlenn Randers-Pehrson2017-08-211-1/+5
* [libpng16] Imported from libpng-1.6.32rc01.tarv1.6.32rc01Glenn Randers-Pehrson2017-08-181-11/+12
* [libpng16] Renamed chunks in contrib/testpngs/crashers to avoid having filesGlenn Randers-Pehrson2017-08-111-2/+5
* [libpng16] Check for 0 return from png_get_rowbytes() in contrib/pngminus/*.cGlenn Randers-Pehrson2017-08-071-8/+14
* [libpng16] Imported from libpng-1.6.32beta11.tarv1.6.32beta11Glenn Randers-Pehrson2017-08-071-2/+2
* [libpng16] Check that the eXIf chunk has at least 2 bytes and beginsGlenn Randers-Pehrson2017-08-061-0/+1
* [libpng16] Relocate the iCCP length test to a point after reading the keywordGlenn Randers-Pehrson2017-08-061-1/+2
* [libpng16] Increase minimum zlib stream from 9 to 14 in png_handle_iCCP(),Glenn Randers-Pehrson2017-08-061-0/+2
* [lbpng16] Attempt to fix a UMR in png_set_text_2() to fix OSS-fuzz issue.Glenn Randers-Pehrson2017-08-051-0/+2
* [libpng16] Initialize profile_header[] in png_handle_iCCP() to fix OSS-fuzz i...Glenn Randers-Pehrson2017-08-051-0/+1
* [Libpng16] Relocated setting free_me for eXIf data, to stop an OSS-fuzz leak.Glenn Randers-Pehrson2017-08-051-2/+3
* [libpng16] Removed unused chunk_name parameter from png_check_chunk_length().Glenn Randers-Pehrson2017-08-051-0/+1
* [libpng] Added huge_IDAT.png and empty_ancillary_chunks.png to testpngs/crashersGlenn Randers-Pehrson2017-08-051-0/+2
* [libpng16] Added "eXIf" to "chunks_to_ignore[]" in png_set_keep_unknown_chunk...Glenn Randers-Pehrson2017-08-051-0/+1
* [libpng16] Bump version to 1.6.32beta11Glenn Randers-Pehrson2017-08-041-8/+10
* [libpng16] Imported from libpng-1.6.32beta10.tarv1.6.32beta10Glenn Randers-Pehrson2017-08-041-2/+2
* [lbipng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1() and theGlenn Randers-Pehrson2017-08-041-1/+2
* [libpng16] Fix "const" declaration info_ptr argument to png_get_eXIf_1().Glenn Randers-Pehrson2017-08-041-0/+1