Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							bb39dc545c 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta31.tar  
						
						
						
						
					 
					
						2012-11-01 08:26:57 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							43648b02bc 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta31  
						
						
						
						
					 
					
						2012-10-24 11:37:18 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							75fde9e99a 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta30.tar  
						
						
						
						
					 
					
						2012-10-24 11:37:08 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							329d033d25 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta30  
						
						
						
						
					 
					
						2012-09-04 16:59:30 -05:00 
						 
				 
			
				
					
						
							
							
								John Bowler 
							
						 
					 
					
						
						
						
						
							
						
						
							b98681b49a 
							
						 
					 
					
						
						
							
							[libpng16] Improved ICC profile handling including cHRM chunk generation and  
						
						... 
						
						
						
						fixed Cygwin+MSVC build errors. The ICC profile handling now includes more
checking.  Several errors that caused rejection of the profile are now
handled with a warning in such a way that the invalid profiles will be
read by default in release (but not pre-RC) builds but will not be
written by default.  The easy part of handling a cHRM chunk is written,
where the ICC profile contains the required data.  The more difficult
part plus guessing a gAMA value requires code to pass selected RGB values
through the profile. 
						
						
					 
					
						2012-09-04 16:35:20 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							fd043e5d0d 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta29  
						
						
						
						
					 
					
						2012-08-29 14:18:24 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							cc02f89eb2 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta28.tar  
						
						
						
						
					 
					
						2012-08-29 14:18:15 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							702053d110 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta28  
						
						
						
						
					 
					
						2012-08-17 21:54:45 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							025d415838 
							
						 
					 
					
						
						
							
							[libpng16] Folded long lines and fixed some grammar.  
						
						
						
						
					 
					
						2012-08-16 00:51:44 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							b593b3f035 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta28  
						
						
						
						
					 
					
						2012-08-11 18:32:36 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							0f08665bfb 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta27.tar  
						
						
						
						
					 
					
						2012-08-11 18:31:44 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							ece07cfe9c 
							
						 
					 
					
						
						
							
							[libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(),  
						
						... 
						
						
						
						and png_memcmp() macros. 
						
						
					 
					
						2012-08-10 18:19:41 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							432c174b64 
							
						 
					 
					
						
						
							
							[libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.  
						
						... 
						
						
						
						a consistent style for (sizeof type) and (sizeof (array)) 
						
						
					 
					
						2012-08-09 20:14:48 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							449db5a9c1 
							
						 
					 
					
						
						
							
							[libpng16] Check for existence of __GNUC_MINOR__ before testing its value  
						
						... 
						
						
						
						(This is probably unnecessary because it's inside a __GNUC__ block.) 
						
						
					 
					
						2012-07-21 13:18:42 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							80b67e47e8 
							
						 
					 
					
						
						
							
							[libpng16] Added default blank "#define PNG_RESTRICT" to pngconf.h  
						
						... 
						
						
						
						This has been missing since the feature was introduced in libpng-1.6.0beta04. 
						
						
					 
					
						2012-07-21 12:56:46 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							0a9f26e219 
							
						 
					 
					
						
						
							
							[libpng16] Do not use __restrict when GNUC is <= 3.1  
						
						
						
						
					 
					
						2012-07-21 11:16:17 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							05ed18e7d1 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta27  
						
						
						
						
					 
					
						2012-07-21 11:02:42 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							edb3523a9b 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta26.tar  
						
						
						
						
					 
					
						2012-07-10 21:00:41 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							4a37149f66 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta26  
						
						
						
						
					 
					
						2012-06-16 14:50:34 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							fc58b17772 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta25.tar  
						
						
						
						
					 
					
						2012-06-16 14:42:22 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							d630301d99 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta25  
						
						
						
						
					 
					
						2012-06-07 10:29:14 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							2ec8409046 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta24.tar  
						
						
						
						
					 
					
						2012-06-07 10:29:06 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							8f424b8270 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta24  
						
						
						
						
					 
					
						2012-06-06 13:54:41 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							cc46157421 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta23.tar  
						
						
						
						
					 
					
						2012-06-06 13:54:28 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							04c1c078b9 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta23  
						
						
						
						
					 
					
						2012-05-23 13:19:38 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							8f4d67218e 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta22.tar  
						
						
						
						
					 
					
						2012-05-23 13:19:30 -05:00 
						 
				 
			
				
					
						
							
							
								John Bowler 
							
						 
					 
					
						
						
						
						
							
						
						
							b45416921b 
							
						 
					 
					
						
						
							
							[libpng16] Removed need for -Wno-cast-align with clang.  clang correctly warns  
						
						... 
						
						
						
						on alignment increasing pointer casts when -Wcast-align is passed. This
fixes the cases clang warns about either (pngread.c) by eliminating the
casts from png_bytep to png_uint_16p or, for pngrutil.c where the cast
is previously verified or pngstest.c where it is OK by introducing new
png_aligncast macros to do the cast in a way that clang accepts. 
						
						
					 
					
						2012-04-30 06:31:54 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							040575c80b 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta22  
						
						
						
						
					 
					
						2012-04-28 06:34:57 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							43309056ac 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta21.tar  
						
						
						
						
					 
					
						2012-04-28 06:34:48 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							f229d4df3a 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta21  
						
						
						
						
					 
					
						2012-03-29 07:42:45 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							96027d919f 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta20.tar  
						
						
						
						
					 
					
						2012-03-29 06:38:51 -05:00 
						 
				 
			
				
					
						
							
							
								John Bowler 
							
						 
					 
					
						
						
						
						
							
						
						
							b11b31aea2 
							
						 
					 
					
						
						
							
							[libpng16] Changed chunk handler warnings into benign errors, incrementally  
						
						... 
						
						
						
						load iCCP 
						
						
					 
					
						2012-03-21 07:55:46 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							51624965e2 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta20  
						
						
						
						
					 
					
						2012-03-19 11:04:48 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							ce9d8a3f48 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta19.tar  
						
						
						
						
					 
					
						2012-03-19 10:54:55 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							d15d124d6d 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta19  
						
						
						
						
					 
					
						2012-03-16 08:35:36 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							dd6ecbe688 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta18.tar  
						
						
						
						
					 
					
						2012-03-16 08:34:31 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							71db131882 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta18  
						
						
						
						
					 
					
						2012-03-09 22:15:09 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							bf7661f01b 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta17.tar  
						
						
						
						
					 
					
						2012-03-09 22:15:01 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							b57c1c9e6e 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta17  
						
						
						
						
					 
					
						2012-03-05 21:35:40 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							0c98cc7023 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta16.tar  
						
						
						
						
					 
					
						2012-03-05 21:28:03 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							434801a39c 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta16  
						
						
						
						
					 
					
						2012-03-02 22:52:13 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							8e92cd51c6 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta16  
						
						
						
						
					 
					
						2012-03-02 14:04:36 -06:00 
						 
				 
			
				
					
						
							
							
								John Bowler 
							
						 
					 
					
						
						
						
						
							
						
						
							6f237b6bf0 
							
						 
					 
					
						
						
							
							[libpng16] Remove whitespace at end of lines  
						
						
						
						
					 
					
						2012-03-02 13:20:52 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							b7e32059d3 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta15  
						
						
						
						
					 
					
						2012-02-26 21:38:19 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							faf38eea03 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta14.tar  
						
						
						
						
					 
					
						2012-02-26 21:38:09 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							16bb03b8b4 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta14  
						
						
						
						
					 
					
						2012-02-24 11:52:56 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							4690b89eaa 
							
						 
					 
					
						
						
							
							[libpng16] Added PNG_SAFE_LIMITS feature to pnglibconf.dfa, pngpriv.h, and new pngusr.dfa  
						
						... 
						
						
						
						to reset the user limits to safe ones if PNG_SAFE_LIMITS is defined.
To enable, use CPPFLAGS=-DPNG_SAFE_LIMITS on the configure command
or put #define PNG_SAFE_LIMITS_SUPPORTED in pnglibconf.h.prebuilt.
(Reverted previous implementation of PNG_SECURE.) 
						
						
					 
					
						2012-02-24 11:43:31 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							7d5bf79d88 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta13  
						
						
						
						
					 
					
						2012-02-18 22:54:56 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							566fb611b6 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to 1.6.0beta12  
						
						
						
						
					 
					
						2012-02-16 20:24:39 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							c737b7cf70 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta11.tar  
						
						
						
						
					 
					
						2012-02-16 20:16:09 -06:00