summaryrefslogtreecommitdiff
path: root/ANNOUNCE
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Freeze libtool files in the 'scripts' directory.John Bowler2012-01-271-2/+5
* [libpng16] Set CMAKE_LIBRARY_OUTPUT_DIRECTORY to "lib" on all platformsGlenn Randers-Pehrson2012-01-261-3/+4
* [libpng16] Conditionalize the install rules for MINGW and CYGWINGlenn Randers-Pehrson2012-01-251-0/+1
* [libpng16] Rewrote autogen.sh to run autoreconfJohn Bowler2012-01-251-0/+1
* [libpng16] Updated configure.ac from autoupdate: added --enable-werror option.John Bowler2012-01-251-0/+9
* [libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)John Bowler2012-01-251-2/+6
* [libpng16] bump version to 1.6.0beta07Glenn Randers-Pehrson2012-01-241-8/+10
* [libpng16] Fixed Min/GW uninstall to remove libpng.dll.aJohn Bowler2012-01-231-0/+1
* [libpng16] Added color-map support to simplified API.John Bowler2012-01-231-0/+2
* [libpng16] Increased warning buffer in pngerror.c from 128 to 192.Glenn Randers-Pehrson2012-01-231-3/+4
* [libpng16] Add palette support to the simplified APIs. This commitJohn Bowler2012-01-161-8/+13
* [libpng16] Fix bug in pngerror.c: some long warnings were being improperlyJohn Bowler2012-01-141-2/+4
* [libpng16] Describe new simplified API in the manual pagesGlenn Randers-Pehrson2012-01-111-2/+3
* [libpng16] bump version to 1.6.0beta05Glenn Randers-Pehrson2011-12-291-8/+10
* [libpng16] Imported from libpng-1.6.0beta04.tarv1.6.0beta04Glenn Randers-Pehrson2011-12-291-2/+2
* [libpng16] Revised contrib/pngminus/pnm2png.c to avoid warningsGlenn Randers-Pehrson2011-12-291-5/+8
* [libpng16] Changed png_memcpy to C assignment where appropriate. Changed allJohn Bowler2011-12-281-2/+9
* [ibpng16] Moved AC_MSG_CHECKING([if libraries can be versioned]) laterGilles Espinasse2011-12-261-2/+4
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-0/+5
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-12-241-0/+1
* [libpng16] Enabled png_get_sCAL_fixed() if floating point APIs are enabled.John Bowler2011-12-241-2/+6
* [libpng16] Eliminated png_info_destroy. It is now used only in png.cJohn Bowler2011-12-241-3/+7
* [libpng16] bump version to 1.6.0beta04Glenn Randers-Pehrson2011-12-221-8/+10
* [libpng16] Imported from libpng-1.6.0beta03.tarv1.6.0beta03Glenn Randers-Pehrson2011-12-221-2/+2
* [libpng16] Start-up code size improvements, error handler flexibility.John Bowler2011-12-211-0/+15
* [libpng15] Bump version to libpng-1.6.0beta03Glenn Randers-Pehrson2011-12-211-8/+10
* [libpng16] Imported from libpng-1.6.0beta02.tarv1.6.0beta02Glenn Randers-Pehrson2011-12-211-2/+2
* [libpng16] Correct configure builds where build and source directories areJohn Bowler2011-12-181-5/+5
* [libpng16] Revised config.h handling; added bsconfig.h, deleted pngconfig.hJohn Bowler2011-12-171-1/+1
* [libpng16] Reverted install of pngconfig.hGlenn Randers-Pehrson2011-12-171-8/+0
* [libpng16] Added pngconfig.h file. This indirect reference to config.h avoidsGlenn Randers-Pehrson2011-12-171-2/+5
* [libpng15] Bump version to libpng-1.6.0beta02Glenn Randers-Pehrson2011-12-151-8/+10
* [libpng16] Imported from libpng-1.6.0beta01.tarv1.6.0beta01Glenn Randers-Pehrson2011-12-151-99/+19
* [libpng16] Updated CMakeLists.txt to account for relocated and new test progr...John Bowler2011-12-081-1/+2
* [libpng16] Fixed race conditions in parallel make builds. With higher degreesJohn Bowler2011-12-081-2/+8
* [libpng16] Fixed minor memset/sizeof errors in pngvalid.c.John Bowler2011-12-051-2/+3
* [libpng16] Put CRLF line endings in the owatcom project files.Glenn Randers-Pehrson2011-12-031-2/+3
* [libpng16] Revised pngconf.h to use " __declspec(restrict)" if MSC_VER >= 1400.Glenn Randers-Pehrson2011-12-011-2/+4
* [libpng16] New 'tools' directory containing tools used to generate libpng code.John Bowler2011-11-281-3/+3
* [libpng16] Revised #if PNG_DO_BC blocks in png.c (use #ifdef and add #else)Glenn Randers-Pehrson2011-11-281-0/+1
* [libpng16] Replaced an "#if" with "ifdef" in pngrtran.cGlenn Randers-Pehrson2011-11-281-4/+6
* [libpng16] Added entry in CHANGES and ANNOUNCE about removing configure files.Glenn Randers-Pehrson2011-11-261-0/+2
* [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.John Bowler2011-11-261-2/+17
* [libpng16] Update internal version numbering and SO-numbersGlenn Randers-Pehrson2011-11-241-1/+1
* [libpng16] Updated version numbering in png.hGlenn Randers-Pehrson2011-11-241-1/+1
* [libpng16] Moved pngvalid.c into contrib/libtestsGlenn Randers-Pehrson2011-11-241-0/+2
* [libpng16] Added example programs for the new 'simplified' API.John Bowler2011-11-241-3/+4
* [libpng15] Bump version to libpng-1.6.0alpha01Glenn Randers-Pehrson2011-11-231-9/+11
* [libpng15] Reject invalid compression flag, method when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-221-1/+1
* [libpng15] Reject invalid compression flag when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-221-3/+4