Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							0d4d0b4d32 
							
						 
					 
					
						
						
							
							[libpng16] Bump version to libpng-1.6.0beta09.tar  
						
						
						
						
					 
					
						2012-01-31 22:58:08 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							5bffd6c6d5 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta08.tar  
						
						
						
						
					 
					
						2012-01-31 22:46:45 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							573a51143a 
							
						 
					 
					
						
						
							
							[libpng16] bump version to 1.6.0beta08  
						
						
						
						
					 
					
						2012-01-27 22:37:58 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							6690011811 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta07.tar  
						
						
						
						
					 
					
						2012-01-27 22:29:22 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							99c7ad2904 
							
						 
					 
					
						
						
							
							[libpng16] bump version to 1.6.0beta07  
						
						
						
						
					 
					
						2012-01-24 08:06:01 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							e7b4d26ec1 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta06.tar  
						
						
						
						
					 
					
						2012-01-24 08:05:42 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							edbcd02133 
							
						 
					 
					
						
						
							
							[libpng16] bump version to 1.6.0beta06  
						
						
						
						
					 
					
						2012-01-16 07:50:01 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							da1c5ca65a 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta05.tar  
						
						
						
						
					 
					
						2012-01-14 20:44:14 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							1531bd61a0 
							
						 
					 
					
						
						
							
							[libpng16] Updated copyright year to 2012  
						
						
						
						
					 
					
						2012-01-01 14:45:04 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							d9fc0622a1 
							
						 
					 
					
						
						
							
							[libpng16] bump version to 1.6.0beta05  
						
						
						
						
					 
					
						2011-12-29 21:13:53 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							6e4184249c 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta04.tar  
						
						
						
						
					 
					
						2011-12-29 21:01:01 -06:00 
						 
				 
			
				
					
						
							
							
								John Bowler 
							
						 
					 
					
						
						
						
						
							
						
						
							5d56786eff 
							
						 
					 
					
						
						
							
							[libpng16] Implemented 'restrict' for png_info and png_struct.  
						
						... 
						
						
						
						Added new "png_structrp" typedef. Because of the
way libpng works both png_info and png_struct are always accessed via a
single pointer.  This means adding C99 'restrict' to the pointer gives
the compiler some opportunity to optimize the code.  This change allows that. 
						
						
					 
					
						2011-12-24 09:12:00 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							67ee8cee39 
							
						 
					 
					
						
						
							
							[libpng16] bump version to 1.6.0beta04  
						
						
						
						
					 
					
						2011-12-22 08:34:26 -06:00 
						 
				 
			
				
					
						
							
							
								John Bowler 
							
						 
					 
					
						
						
						
						
							
						
						
							40b2603687 
							
						 
					 
					
						
						
							
							[libpng16] Start-up code size improvements, error handler flexibility. These  
						
						... 
						
						
						
						changes alter how the tricky allocation of the initial png_struct and png_info
structures are handled. png_info is now handled in pretty much the same
way as everything else, except that the allocations handle NULL return
silently.  png_struct is changed in a similar way on allocation and on
deallocation a 'safety' error handler is put in place (which should never
be required).  The error handler itself is changed to permit mismatches
in the application and libpng error buffer size; however, this means a
silent change to the API to return the jmp_buf if the size doesn't match
the size from the libpng compilation; libpng now allocates the memory and
this may fail.  Overall these changes result in slight code size
reductions; however, this is a reduction in code that is always executed
so is particularly valuable.  Overall on a 64-bit system the libpng DLL
decreases in code size by 1733 bytes.  pngerror.o increases in size by
about 465 bytes because of the new functionality. 
						
						
					 
					
						2011-12-22 08:09:15 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							b74fb4e49c 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.6.0beta03  
						
						
						
						
					 
					
						2011-12-21 08:43:21 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							13831bc06e 
							
						 
					 
					
						
						
							
							[libpng16] Updated "last changed" dates  
						
						
						
						
					 
					
						2011-12-21 08:28:28 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							efaeadaa86 
							
						 
					 
					
						
						
							
							[libpng16] Added pngconfig.h file.  This indirect reference to config.h avoids  
						
						... 
						
						
						
						problems with build scripts that search for config.h and find an
inappropriate one in the standard paths. 
						
						
					 
					
						2011-12-17 09:06:34 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							c4f94cbd08 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.6.0beta02  
						
						
						
						
					 
					
						2011-12-15 13:11:25 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							26aad85204 
							
						 
					 
					
						
						
							
							[libpng16] Imported from libpng-1.6.0beta01.tar  
						
						
						
						
					 
					
						2011-12-15 10:31:17 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							90a87c8853 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.6.0alpha01  
						
						
						
						
					 
					
						2011-12-05 13:39:20 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							1f0eaa046c 
							
						 
					 
					
						
						
							
							[libpng16] Revised pngconf.h to use " __declspec(restrict)" if MSC_VER >= 1400.  
						
						
						
						
					 
					
						2011-12-01 21:45:34 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							4c7e8208b6 
							
						 
					 
					
						
						
							
							[libpng16] Remove machine-generated configure files  
						
						
						
						
					 
					
						2011-11-26 21:08:24 -06:00 
						 
				 
			
				
					
						
							
							
								John Bowler 
							
						 
					 
					
						
						
						
						
							
						
						
							baeb6d1e92 
							
						 
					 
					
						
						
							
							[libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.  
						
						
						
						
					 
					
						2011-11-26 18:21:02 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							7455cbf47e 
							
						 
					 
					
						
						
							
							[libpng16] Update internal version numbering and SO-numbers  
						
						
						
						
					 
					
						2011-11-24 14:49:01 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							15ea1fa337 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.6.0alpha01  
						
						
						
						
					 
					
						2011-11-23 15:34:03 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							36251d3f76 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.7beta05  
						
						
						
						
					 
					
						2011-11-17 21:39:58 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							d92c1fcd55 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.7beta04.tar  
						
						
						
						
					 
					
						2011-11-17 21:39:49 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							7e97c182a8 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.7beta04  
						
						
						
						
					 
					
						2011-11-16 23:27:38 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							e0bcbfd0fd 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.7beta03.tar  
						
						
						
						
					 
					
						2011-11-16 23:14:06 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							c2d8399581 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.7beta03  
						
						
						
						
					 
					
						2011-11-16 14:35:41 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							c32de8c64d 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.7beta03  
						
						
						
						
					 
					
						2011-11-11 20:28:21 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							6d8e090419 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.7beta02.tar  
						
						
						
						
					 
					
						2011-11-11 20:06:18 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							5a9aca17df 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.7beta02  
						
						
						
						
					 
					
						2011-11-04 13:47:57 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							55e85c24b4 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.7beta01.tar  
						
						
						
						
					 
					
						2011-11-04 13:47:49 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							2b7d730e27 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.7beta01  
						
						
						
						
					 
					
						2011-11-02 23:14:13 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							bc6726bc04 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.6.tar  
						
						
						
						
					 
					
						2011-11-02 22:48:36 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							c94b996af8 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.6rc04  
						
						
						
						
					 
					
						2011-10-27 21:09:08 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							0e9f8ced1e 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.6rc03.tar  
						
						
						
						
					 
					
						2011-10-27 21:03:00 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							122a525c83 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.6rc03  
						
						
						
						
					 
					
						2011-10-27 16:51:52 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							5e823c1fd5 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.6rc02.tar  
						
						
						
						
					 
					
						2011-10-27 16:19:17 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							b2068640d1 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.6rc02  
						
						
						
						
					 
					
						2011-10-26 08:48:35 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							93254f66fc 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.6rc01.tar  
						
						
						
						
					 
					
						2011-10-26 08:48:23 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							0654d63196 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.6beta08  
						
						
						
						
					 
					
						2011-10-21 07:39:45 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							4e8aa822dc 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.6beta07.tar  
						
						
						
						
					 
					
						2011-10-21 07:39:34 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							e7db181e5d 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.6beta07  
						
						
						
						
					 
					
						2011-10-17 08:08:16 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							f5c5e53bf5 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.6beta06.tar  
						
						
						
						
					 
					
						2011-10-17 08:08:08 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							ff36991ca2 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.6beta06  
						
						
						
						
					 
					
						2011-10-12 06:54:55 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							5b3b54e3f6 
							
						 
					 
					
						
						
							
							[libpng15] Imported from libpng-1.5.6beta05.tar  
						
						
						
						
					 
					
						2011-10-12 06:47:31 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							a92a212925 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.6beta05  
						
						
						
						
					 
					
						2011-10-05 16:49:14 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							435cf87469 
							
						 
					 
					
						
						
							
							[libpng15] Bump version to libpng-1.5.6beta04  
						
						
						
						
					 
					
						2011-10-05 16:42:16 -05:00