aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2017-08-03[libpng16] Restored IDAT length check. Previously the calculated limit was fiveGlenn Randers-Pehrson
2017-08-03[libpng16] Require cmake-2.8.8 in CMakeLists.txt. Revised symlink creation,Glenn Randers-Pehrson
2017-08-03[libpng16] Temporarily disable IDAT length-limiting.Glenn Randers-Pehrson
2017-08-03[libpng16] Bump version to 1.6.32beta09Glenn Randers-Pehrson
2017-08-03[libpng16] Restored png_get_eXIf_1() and png_set_eXIf_1() because strlen(eXIf...Glenn Randers-Pehrson
2017-08-03[libpng16] Check length of IDAT against maximum possible IDAT size, accountingGlenn Randers-Pehrson
2017-08-02[libpng16] Bump version to 1.6.32beta08Glenn Randers-Pehrson
2017-08-02[libpng16] Imported from libpng-1.6.32beta07.tarGlenn Randers-Pehrson
2017-08-02[libng16] Check length of all chunks except IDAT against user limit.Glenn Randers-Pehrson
2017-08-02[libpng16] Bump version to 1.6.32beta07Glenn Randers-Pehrson
2017-08-02[libpng16] Removed png_get_eXIf_1() and png_set_eXIf_1().Glenn Randers-Pehrson
2017-08-02[libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compata...Glenn Randers-Pehrson
2017-08-01[libpng16] Bump version to 1.6.32beta04Glenn Randers-Pehrson
2017-08-01[libpng16] Imported from libpng-1.6.32beta03.tarGlenn Randers-Pehrson
2017-08-01[libpng16] Stop memory leak when returning from png_handle_eXIf() with an errorGlenn Randers-Pehrson
2017-08-01[libpng16] Initialized btoa[] in pngstest.c; stop memory leak in png_handle_e...Glenn Randers-Pehrson
2017-07-31[libpng16] updated tests/pngunknown-sAPI; it works now.Glenn Randers-Pehrson
2017-07-31[libpng16] Updated contrib/libtests/pngunknown.c with eXIf chunk. Note:Glenn Randers-Pehrson
2017-07-31[libpng16] Bump version to 1.6.32beta02Glenn Randers-Pehrson
2017-07-31[libpng16] Changed name of png_get_eXIF and png_set_eXIf() to png_get_eXIf_1()Glenn Randers-Pehrson
2017-07-31[libpng16] Added calls to png_handle_eXIf(() in pngread.c and png_write_eXIf()Glenn Randers-Pehrson
2017-07-30[libpng16] Avoid possible NULL dereference in png_handle_eXIf when benign_errorsGlenn Randers-Pehrson
2017-07-27[libpng16] Bump version to 1.6.32beta01Glenn Randers-Pehrson
2017-07-27[libpng16] Imported from libpng-1.6.31.tarGlenn Randers-Pehrson
2017-07-25[libpng16] Fixed typo in example.c (png_free_image should be png_image_free)Glenn Randers-Pehrson
2017-07-19[libpng16] Imported from libpng-1.6.31rc01.tarGlenn Randers-Pehrson
2017-07-18[libpng16] Revised the eXIf chunk in pngtest.png to fix "Bad IFD1 Directory" ...Glenn Randers-Pehrson
2017-07-17[libpng16] Imported from libpng-1.6.31beta06.tarGlenn Randers-Pehrson
2017-07-16[libpng16] Added a minimal eXIf chunk (with Orientation and FocalLengthIn35mm...Glenn Randers-Pehrson
2017-07-13[libpng16] Bump version to 1.6.31beta06Glenn Randers-Pehrson
2017-07-13[libpng16] Imported from libpng-1.6.31beta05.tarGlenn Randers-Pehrson
2017-07-13[libpng16] Implement eXIf chunk supportGlenn Randers-Pehrson
2017-07-11[libpng16] Bump version to 1.6.31beta05Glenn Randers-Pehrson
2017-07-11[libpng16] Imported from libpng-1.6.31beta04.tarGlenn Randers-Pehrson
2017-07-11[libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings thatJohn Bowler
2017-07-09[libpng16] Bump version to 1.6.31beta04Glenn Randers-Pehrson
2017-07-09[libpng16] Added scripts/makefile-linux-opt, which has hardware optimizationsGlenn Randers-Pehrson
2017-07-09[libpng16] Quieted "declaration after statement" warnings in intel/filter_sse...Glenn Randers-Pehrson
2017-07-09[libpng16]Change "int" to "png_uint_32" in intel/filter_sse2.c to preventGlenn Randers-Pehrson
2017-07-08[libpng16] Updated CMakeLists.txt to add INTEL_SSE and MIPS_MSA platforms.Glenn Randers-Pehrson
2017-07-08[libpng16] Bump version to 1.6.31beta03Glenn Randers-Pehrson
2017-07-08[libpng16] Added "--enable-hardware-optimizations" configuration flag to enableGlenn Randers-Pehrson
2017-07-05[libpng16] Added instructions for disabling hardware optimizations in INSTALL.Glenn Randers-Pehrson
2017-07-05[libpng16] Bump version to 1.6.31beta02Glenn Randers-Pehrson
2017-07-05[libpng16] Added special case for FreeBSD in arm/filter_neon.S (Maya Rashish).Glenn Randers-Pehrson
2017-07-03[libpng16] Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx).Glenn Randers-Pehrson
2017-07-01[libpng16] Revised pngpriv.h to work around failure to compile arm/filter_neon.SGlenn Randers-Pehrson
2017-06-28[libpng16] Bump version to 1.6.31beta01Glenn Randers-Pehrson
2017-06-28[libpng16] Imported from libpng-1.6.30.tarGlenn Randers-Pehrson
2017-06-25[libpng16] Imported from libpng-1.6.30rc02.tarGlenn Randers-Pehrson