summaryrefslogtreecommitdiff
path: root/ANNOUNCE
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-021-66/+15
* [libpng15] Imported from libpng-1.5.6.tarv1.5.6Glenn Randers-Pehrson2011-11-021-44/+16
* [libpng15] Bump version to libpng-1.5.6rc04Glenn Randers-Pehrson2011-10-271-8/+10
* [libpng] #define PNG_ALIGN_TYPE PNG_ALIGN_NONE in contrib/pngminim/*/pngusr.hGlenn Randers-Pehrson2011-10-271-0/+1
* [libpng15] Fixed compiler warnings with Intel and MSYS compilers.John Bowler2011-10-271-2/+7
* [libpng15] Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.Glenn Randers-Pehrson2011-10-271-0/+1
* [libpng15] Bump version to libpng-1.5.6rc03Glenn Randers-Pehrson2011-10-271-8/+10
* [libpng15] Added LSR() macro to defend against buggy compilers that evaluateGlenn Randers-Pehrson2011-10-271-3/+4
* [libpng15] Bump version to libpng-1.5.6rc02Glenn Randers-Pehrson2011-10-261-8/+11
* [libpng15] Imported from libpng-1.5.6rc01.tarv1.5.6rc01Glenn Randers-Pehrson2011-10-261-9/+9
* [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-8/+10
* [libpng15] Imported from libpng-1.5.6beta07.tarv1.5.6beta07Glenn Randers-Pehrson2011-10-211-2/+2
* [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-8/+10
* [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-2/+3
* [libpng15] Add ability to call png_read_update_info multiple times to pngvalid.cJohn Bowler2011-10-141-2/+3
* [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-3/+2
* [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-3/+4
* [libpng15] Bump version to libpng-1.5.6beta06Glenn Randers-Pehrson2011-10-121-8/+10
* [libpng15] Imported from libpng-1.5.6beta05.tarv1.5.6beta05Glenn Randers-Pehrson2011-10-121-2/+2
* [libpng15] Fixed bug in png_write_chunk_header() debug print,Glenn Randers-Pehrson2011-10-111-2/+3
* [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-4/+6
* [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-2/+3
* [libpng15] Bump version to libpng-1.5.6beta05Glenn Randers-Pehrson2011-10-051-8/+10
* [libpng15] Bump version to libpng-1.5.6beta04v1.5.6beta04Glenn Randers-Pehrson2011-10-051-2/+3
* [libpng15] Bump version to libpng-1.5.6beta04Glenn Randers-Pehrson2011-09-281-9/+11
* [libpng15] Imported from libpng-1.5.6beta03.tarv1.5.6beta03Glenn Randers-Pehrson2011-09-281-2/+2
* [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-2/+5
* [libpng15] Bump version to libpng-1.5.6beta03Glenn Randers-Pehrson2011-09-261-9/+11
* [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/+5
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-87/+24
* [libpng15] Imported from libpng-1.5.6beta01.tarv1.5.6beta01Glenn Randers-Pehrson2011-09-221-14/+34
* [libpng15] Imported from libpng-1.5.5.tarv1.5.5Glenn Randers-Pehrson2011-09-221-31/+14
* [libpng15] Bump version to libpng-1.5.5rc02Glenn Randers-Pehrson2011-09-151-8/+8
* [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-9/+10
* [libpng15] Updated ANNOUNCE and CHANGES with new CVE number.Glenn Randers-Pehrson2011-09-121-4/+4