mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			65 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
 | 
						|
Libpng 1.2.48beta02 - February 27, 2012
 | 
						|
 | 
						|
This is not intended to be a public release.  It will be replaced
 | 
						|
within a few weeks by a public version or by another test version.
 | 
						|
 | 
						|
Files available for download:
 | 
						|
 | 
						|
Source files with LF line endings (for Unix/Linux) and with a
 | 
						|
"configure" script
 | 
						|
 | 
						|
   libpng-1.2.48beta02.tar.xz (LZMA-compressed, recommended)
 | 
						|
   libpng-1.2.48beta02.tar.gz
 | 
						|
   libpng-1.2.48beta02.tar.bz2
 | 
						|
 | 
						|
Source files with LF line endings (for Unix/Linux) without the
 | 
						|
"configure" script
 | 
						|
 | 
						|
   libpng-1.2.48beta02-no-config.tar.xz (LZMA-compressed, recommended)
 | 
						|
   libpng-1.2.48beta02-no-config.tar.gz
 | 
						|
   libpng-1.2.48beta02-no-config.tar.bz2
 | 
						|
 | 
						|
Source files with CRLF line endings (for Windows), without the
 | 
						|
"configure" script
 | 
						|
 | 
						|
   lp1248b02.zip
 | 
						|
   lp1248b02.7z
 | 
						|
   lp1248b02.tar.bz2
 | 
						|
 | 
						|
Project files
 | 
						|
 | 
						|
   libpng-1.2.48beta02-project-netware.zip
 | 
						|
   libpng-1.2.48beta02-project-wince.zip
 | 
						|
 | 
						|
Other information:
 | 
						|
 | 
						|
   libpng-1.2.48beta02-README.txt
 | 
						|
   libpng-1.2.48beta02-KNOWNBUGS.txt
 | 
						|
   libpng-1.2.48beta02-LICENSE.txt
 | 
						|
   libpng-1.2.48beta02-Y2K-compliance.txt
 | 
						|
   libpng-1.2.48beta02-[previous version]-diff.txt
 | 
						|
 | 
						|
Changes since the last public release (1.2.46):
 | 
						|
 | 
						|
 | 
						|
version 1.2.48beta01 [Febuary 27, 2012]
 | 
						|
  Removed two useless #ifdef directives from pngread.c and one from pngrutil.c
 | 
						|
  Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from
 | 
						|
    pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c;
 | 
						|
    now that png_ptr->buffer is inaccessible to applications, the special
 | 
						|
    handling is no longer useful.
 | 
						|
  Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
 | 
						|
  Fixed incorrect type (int copy should be png_size_t copy) in png_inflate().
 | 
						|
  Fixed off-by-one bug in png_handle_sCAL() when using fixed point arithmetic,
 | 
						|
    causing out-of-bounds read in png_set_sCAL() because of failure to copy
 | 
						|
    the string terminators (Franke Busse).
 | 
						|
 | 
						|
version 1.2.48beta02 [February 27, 2012]
 | 
						|
 | 
						|
(subscription required; visit
 | 
						|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
 | 
						|
to subscribe) or to glennrp at users.sourceforge.net
 | 
						|
 | 
						|
Glenn R-P
 |