summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.6rc01.tarv1.5.6rc01Glenn Randers-Pehrson2011-10-261-1/+1
* [libpng15] Corrected recent ANNOUNCE and CHANGES entryGlenn Randers-Pehrson2011-10-211-2/+3
* [libpng15] Bump version to libpng-1.5.6beta08Glenn Randers-Pehrson2011-10-211-0/+2
* [libpng15] Imported from libpng-1.5.6beta07.tarv1.5.6beta07Glenn Randers-Pehrson2011-10-211-1/+1
* [libpng15] Made png_ptr->prev_row an aligned pointer into png_ptr->big_prev_rowMans Rullgard2011-10-171-0/+2
* [libpng15] Bump version to libpng-1.5.6beta07Glenn Randers-Pehrson2011-10-171-0/+2
* [libpng15] Imported from libpng-1.5.6beta06.tarv1.5.6beta06Glenn Randers-Pehrson2011-10-171-1/+1
* [libpng15] Updated ANNOUNCE and CHANGESJohn Bowler2011-10-161-1/+1
* [libpng15] Prevent libpng overwriting unused bits at the end of the image whenJohn Bowler2011-10-161-0/+4
* [libpng15] Turned on multiple png_read_update_info in pngvalid transform tests.John Bowler2011-10-161-1/+2
* [libpng15] Add ability to call png_read_update_info multiple times to pngvalid.cJohn Bowler2011-10-141-1/+2
* [libpng15] Fixes for multiple calls to png_read_update_info.John Bowler2011-10-141-0/+4
* [libpng15] Fixed a relatively harmless memory overwriteJohn Bowler2011-10-141-0/+2
* [libpng15] Reverted previous change; removed png_get_compression_buffer() API.Glenn Randers-Pehrson2011-10-131-2/+1
* [libpng15] Added png_get_compression_buffer() API.Glenn Randers-Pehrson2011-10-131-0/+1
* [libpng15] Removed two redundant tests for unitialized row.Glenn Randers-Pehrson2011-10-131-2/+3
* [libpng15] Bump version to libpng-1.5.6beta06Glenn Randers-Pehrson2011-10-121-0/+2
* [libpng15] Imported from libpng-1.5.6beta05.tarv1.5.6beta05Glenn Randers-Pehrson2011-10-121-1/+1
* [libpng15] Fixed bug in png_write_chunk_header() debug print,Glenn Randers-Pehrson2011-10-111-1/+2
* [libpng15] Fix small typo in CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-10-071-1/+1
* [libpng15] Optimized png_combine_row() when rows are aligned This gains aJohn Bowler2011-10-071-0/+4
* [libpng15] Align png_struct::row_buf - previously it was always unaligned,John Bowler2011-10-061-0/+4
* [libpng15] Speed up png_combine_row() for interlaced images. This reduces theGlenn Randers-Pehrson2011-10-061-3/+5
* [libpng15] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-10-051-1/+2
* [libpng15] Replaced a short but frequently-used memcpy() in png_combine_row()Glenn Randers-Pehrson2011-10-051-1/+2
* [libpng15] Bump version to libpng-1.5.6beta05Glenn Randers-Pehrson2011-10-051-0/+2
* [libpng15] Bump version to libpng-1.5.6beta04v1.5.6beta04Glenn Randers-Pehrson2011-10-051-1/+2
* [libpng15] Bump version to libpng-1.5.6beta04Glenn Randers-Pehrson2011-09-281-1/+3
* [libpng15] Imported from libpng-1.5.6beta03.tarv1.5.6beta03Glenn Randers-Pehrson2011-09-281-1/+1
* [libpng15] Revised CMakeLists.txt to work with mingw and removed some materialGlenn Randers-Pehrson2011-09-271-1/+3
* [libpng15]` Revised test-pngtest.sh to report FAIL when pngtest fails.Glenn Randers-Pehrson2011-09-261-1/+4
* [libpng15] Bump version to libpng-1.5.6beta03Glenn Randers-Pehrson2011-09-261-1/+3
* [libpng15] Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c)Glenn Randers-Pehrson2011-09-261-0/+1
* [libpng15] Added a note in the manual the png_read_update_info() must beGlenn Randers-Pehrson2011-09-261-1/+3
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-3/+19
* [libpng15] Imported from libpng-1.5.5.tarv1.5.5Glenn Randers-Pehrson2011-09-221-1/+4
* [libpng15] Fix grammar in ANNOUNCE and CHANGESGlenn Randers-Pehrson2011-09-151-1/+1
* [libpng15] Imported from libpng-1.5.5rc01.tarv1.5.5rc01Glenn Randers-Pehrson2011-09-151-1/+2
* [libpng15] Updated ANNOUNCE and CHANGES with new CVE number.Glenn Randers-Pehrson2011-09-121-2/+2
* [libpng15] Bump version to libpng-1.5.5beta09Glenn Randers-Pehrson2011-09-091-2/+4
* [libpng15] Bump version to libpng-1.5.5beta08v1.5.5beta08Glenn Randers-Pehrson2011-09-091-1/+1
* [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes).John Bowler2011-09-091-0/+2
* [libpng15] Fix typo in ANNOUNCE and CHANGESGlenn Randers-Pehrson2011-09-091-1/+1
* [libpng15] Relocated new HAVE_SOLARIS_LD definition in configure.acGlenn Randers-Pehrson2011-09-091-0/+1
* [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relateJohn Bowler2011-09-091-0/+5
* [libpng15] Bump version to libpng-1.5.5beta08Glenn Randers-Pehrson2011-09-091-2/+4
* [libpng15] Changed png_chunk_benign_error() to png_warning() in png.c, inGlenn Randers-Pehrson2011-09-081-7/+12
* [devel] Added SunOS support to configure.ac and Makefile.amGlenn Randers-Pehrson2011-09-011-1/+2
* [devel] Added "$(ARCH)" option to makefile.darwinGlenn Randers-Pehrson2011-08-291-3/+2
* [devel] Bump version to libpng-1.5.5beta07Glenn Randers-Pehrson2011-08-261-1/+3