Changeset 43 for vendor/libpng/ANNOUNCE

Show
Ignore:
Timestamp:
02/15/10 11:37:15 (2 years ago)
Author:
Carsten
Message:

Upgraded vendor/libpng from 1.2.40 to 1.2.42.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vendor/libpng/ANNOUNCE

    r11 r43  
    11 
    2 Libpng 1.2.40 - September 10, 2009 
     2Libpng 1.2.42 - January 3, 2010 
    33 
    44This is a public release of libpng, intended for use in production codes. 
     
    99"configure" script 
    1010 
    11    libpng-1.2.40.tar.xz (LZMA-compressed, recommended) 
    12    libpng-1.2.40.tar.gz 
    13    libpng-1.2.40.tar.bz2 
     11   libpng-1.2.42.tar.xz (LZMA-compressed, recommended) 
     12   libpng-1.2.42.tar.gz 
     13   libpng-1.2.42.tar.bz2 
    1414 
    1515Source files with LF line endings (for Unix/Linux) without the 
    1616"configure" script 
    1717 
    18    libpng-1.2.40-no-config.tar.xz (LZMA-compressed, recommended) 
    19    libpng-1.2.40-no-config.tar.gz 
    20    libpng-1.2.40-no-config.tar.bz2 
     18   libpng-1.2.42-no-config.tar.xz (LZMA-compressed, recommended) 
     19   libpng-1.2.42-no-config.tar.gz 
     20   libpng-1.2.42-no-config.tar.bz2 
    2121 
    2222Source files with CRLF line endings (for Windows), without the 
    2323"configure" script 
    2424 
    25    lpng1240.zip 
    26    lpng1240.7z 
    27    lpng1240.tar.bz2 
     25   lpng1242.zip 
     26   lpng1242.7z 
     27   lpng1242.tar.bz2 
    2828 
    2929Project files 
    3030 
    31    libpng-1.2.40-project-netware.zip 
    32    libpng-1.2.40-project-wince.zip 
     31   libpng-1.2.42-project-netware.zip 
     32   libpng-1.2.42-project-wince.zip 
    3333 
    3434Other information: 
    3535 
    36    libpng-1.2.40-README.txt 
    37    libpng-1.2.40-KNOWNBUGS.txt 
    38    libpng-1.2.40-LICENSE.txt 
    39    libpng-1.2.40-Y2K-compliance.txt 
    40    libpng-1.2.40-[previous version]-diff.txt 
     36   libpng-1.2.42-README.txt 
     37   libpng-1.2.42-KNOWNBUGS.txt 
     38   libpng-1.2.42-LICENSE.txt 
     39   libpng-1.2.42-Y2K-compliance.txt 
     40   libpng-1.2.42-[previous version]-diff.txt 
    4141 
    42 Changes since the last public release (1.2.39): 
     42Changes since the last public release (1.2.41): 
    4343 
    44 version 1.2.40 [September 10, 2009] 
     44version 1.2.42 [January 3, 2010] 
    4545 
    46   Removed an extra png_debug() recently added to png_write_find_filter(). 
    47   Fixed incorrect #ifdef in pngset.c regarding unknown chunk support. 
    48   Various bugfixes and improvements to CMakeLists.txt (Philip Lowman) 
     46  Removed "#define PNG_NO_ERROR_NUMBERS" that was inadvertently added 
     47    to pngconf.h in version 1.2.41. 
     48  Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco 
     49    to put png.h and pngconf.h in $prefix/include, like the other scripts, 
     50    instead of in $prefix/include/libpng.  Also revised makefile.sco 
     51    to put them in $prefix/include/libpng12 instead of in 
     52    $prefix/include/libpng/libpng12. 
     53  Removed leftover "-DPNG_CONFIGURE_LIBPNG" from scripts/makefile.darwin 
     54    and contrib/pngminim/*/makefile 
     55  Relocated png_do_chop() to its original position in pngrtran.c; the 
     56    change in version 1.2.41beta08 caused transparency to be handled wrong 
     57    in some 16-bit datastreams (Yusaku Sugai). 
     58  Renamed libpng-pc.in back to libpng.pc.in and revised CMakeLists.txt 
     59    (revising changes made in 1.2.41) 
     60  Swapped PNG_UNKNOWN_CHUNKS_SUPPORTED and PNG_HANDLE_AS_UNKNOWN_SUPPORTED 
     61    in pngset.c to be consistent with other changes in version 1.2.38. 
     62  Avoid deprecated references to png_ptr-io_ptr and png_ptr->error_ptr 
     63    in pngtest.c 
     64 
    4965 
    5066Send comments/corrections/commendations to png-mng-implement at lists.sf.net 
    5167 
    52 Send comments/corrections/commendations to png-mng-implement at lists.sf.net 
    5368(subscription required; visit 
    5469https://lists.sourceforge.net/lists/listinfo/png-mng-implement