summaryrefslogtreecommitdiff
path: root/ANNOUNCE
Commit message (Expand)AuthorAgeFilesLines
* [devel] Give credit for recent bug report to Andrew Church.Glenn Randers-Pehrson2011-04-171-3/+3
* [devel] Updated CHANGES, ANNOUNCE, and pngtest.png to reflect recent changes.Glenn Randers-Pehrson2011-04-171-0/+19
* [devel] Bump to version libpng-1.5.3beta04Glenn Randers-Pehrson2011-04-161-9/+11
* [devel] Fixed bug with stripping the filler or alpha channel when writing,Glenn Randers-Pehrson2011-04-161-2/+16
* [devel] Bump to version libpng-1.5.3beta03Glenn Randers-Pehrson2011-04-031-8/+10
* [devel] Imported from libpng-1.5.3beta02.tarv1.5.3beta02Glenn Randers-Pehrson2011-04-031-2/+2
* [devel] Optimize the zlib CMF byte in non-IDAT compressed chunksGlenn Randers-Pehrson2011-04-021-0/+1
* [devel] Improved the optimization of the zlib CMF byteGlenn Randers-Pehrson2011-04-011-2/+3
* [devel] Added PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro.Glenn Randers-Pehrson2011-04-011-2/+4
* [devel] Only compile the new zlib re-initializing code when text or iCCPGlenn Randers-Pehrson2011-04-011-0/+1
* [devel] Updated scripts/symbols.def with new API functions.Glenn Randers-Pehrson2011-04-011-0/+2
* [devel] Bump to version libpng-1.5.3beta02Glenn Randers-Pehrson2011-03-311-8/+10
* [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks.Glenn Randers-Pehrson2011-03-311-39/+14
* [devel] Imported from libpng-1.5.2.tarv1.5.2Glenn Randers-Pehrson2011-03-311-26/+12
* [devel] Don't include standard header files in png.h while building the symbolGlenn Randers-Pehrson2011-03-241-2/+4
* [devel] Bump to version libpng-1.5.2rc03Glenn Randers-Pehrson2011-03-241-8/+10
* [devel] Imported from libpng-1.5.2rc02.tarv1.5.2rc02Glenn Randers-Pehrson2011-03-221-3/+3
* [devel] Fixed a long-standing bug in png_handle_sPLT() whenGlenn Randers-Pehrson2011-03-211-2/+4
* [devel] removed "strip" from contrib/pngminim/*/makefileGlenn Randers-Pehrson2011-03-191-4/+4
* [devel] Added a hint to try CPP=/bin/cpp if "cpp -E" fails inGlenn Randers-Pehrson2011-03-191-8/+14
* [devel] Imported from libpng-1.5.2rc01.tarv1.5.2rc01Glenn Randers-Pehrson2011-03-181-9/+9
* [devel] Define remaining attributes to blank when MSC_VER<1300.Glenn Randers-Pehrson2011-03-061-2/+3
* [devel] Bump to version libpng-1.5.2beta04Glenn Randers-Pehrson2011-03-031-8/+10
* [devel] Make PNG_ALLOCATED blank when _MSC_VER<1300 in pngconf.hGlenn Randers-Pehrson2011-03-031-2/+3
* Updated contrib/pngsuite/README to add the word "modify".Glenn Randers-Pehrson2011-02-271-2/+3
* [devel] Fixed scripts/makefile.vcwin32Glenn Randers-Pehrson2011-02-201-2/+3
* [devel] Bump to version libpng-1.5.2beta03Glenn Randers-Pehrson2011-02-191-8/+10
* [devel] Imported from libpng-1.5.2beta02.tarv1.5.2beta02Glenn Randers-Pehrson2011-02-191-2/+2
* [devel] Updated ANNOUNCE and CHANGES.Glenn Randers-Pehrson2011-02-161-2/+7
* [devel] Fixed mistake in the descriptions of user read_transform andGlenn Randers-Pehrson2011-02-131-9/+11
* [devel] Imported from libpng-1.5.2beta01.tarv1.5.2beta01Glenn Randers-Pehrson2011-02-131-0/+1
* [devel] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-02-131-3/+9
* [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-131-2/+5
* Revert "[devel] Changed empty parameter to PNG_BLANK in PNG_EXPORTA definitio...Glenn Randers-Pehrson2011-02-121-5/+2
* [devel] Changed empty parameter to PNG_BLANK in PNG_EXPORTA definition toGlenn Randers-Pehrson2011-02-121-2/+5
* [devel] Reverted the "__clang__" special case in pngconf.hGlenn Randers-Pehrson2011-02-061-3/+2
* [devel] Add __clang__ special case in pngconf.hGlenn Randers-Pehrson2011-02-041-2/+3
* [devel] Add CHANGES entry about shadow warnings fixGlenn Randers-Pehrson2011-02-031-100/+5
* --amend [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-031-14/+52
* --amend [devel] Imported from libpng-1.5.1.tarv1.5.1Glenn Randers-Pehrson2011-02-021-49/+14
* [devel] updated the commentary in pngpriv.h about PNG_UNUSED().Glenn Randers-Pehrson2011-01-311-4/+4
* [devel] Changed PNG_UNUSED to "(void)param;"Glenn Randers-Pehrson2011-01-301-4/+4
* [devel] Added a request in the manual that applications do not use "png_" orGlenn Randers-Pehrson2011-01-291-8/+14
* --amend [devel] Imported from libpng-1.5.1rc01.tar.gzv1.5.1rc01Glenn Randers-Pehrson2011-01-281-8/+10
* [devel] Updated CHANGES and ANNOUNCE.Glenn Randers-Pehrson2011-01-281-2/+6
* [devel] Changed PNG_UNUSED from "param=param;" to "{if(param){}}".Glenn Randers-Pehrson2011-01-271-1/+1
* [devel] Simplified the PNG_UNUSED macro.Glenn Randers-Pehrson2011-01-271-1/+1
* [devel] Trying a different PNG_UNUSED macro.Glenn Randers-Pehrson2011-01-271-9/+12
* [devel] Imported from libpng-1.5.1beta10.tarv1.5.1beta10Glenn Randers-Pehrson2011-01-261-4/+5
* [devel] Made the manual, synopses, and function prototypes use the functionGlenn Randers-Pehrson2011-01-251-3/+11