Changeset 43 for vendor/libpng/ANNOUNCE
- Timestamp:
- 02/15/10 11:37:15 (2 years ago)
- Files:
-
- 1 modified
-
vendor/libpng/ANNOUNCE (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/libpng/ANNOUNCE
r11 r43 1 1 2 Libpng 1.2.4 0 - September 10, 20092 Libpng 1.2.42 - January 3, 2010 3 3 4 4 This is a public release of libpng, intended for use in production codes. … … 9 9 "configure" script 10 10 11 libpng-1.2.4 0.tar.xz (LZMA-compressed, recommended)12 libpng-1.2.4 0.tar.gz13 libpng-1.2.4 0.tar.bz211 libpng-1.2.42.tar.xz (LZMA-compressed, recommended) 12 libpng-1.2.42.tar.gz 13 libpng-1.2.42.tar.bz2 14 14 15 15 Source files with LF line endings (for Unix/Linux) without the 16 16 "configure" script 17 17 18 libpng-1.2.4 0-no-config.tar.xz (LZMA-compressed, recommended)19 libpng-1.2.4 0-no-config.tar.gz20 libpng-1.2.4 0-no-config.tar.bz218 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 21 21 22 22 Source files with CRLF line endings (for Windows), without the 23 23 "configure" script 24 24 25 lpng124 0.zip26 lpng124 0.7z27 lpng124 0.tar.bz225 lpng1242.zip 26 lpng1242.7z 27 lpng1242.tar.bz2 28 28 29 29 Project files 30 30 31 libpng-1.2.4 0-project-netware.zip32 libpng-1.2.4 0-project-wince.zip31 libpng-1.2.42-project-netware.zip 32 libpng-1.2.42-project-wince.zip 33 33 34 34 Other information: 35 35 36 libpng-1.2.4 0-README.txt37 libpng-1.2.4 0-KNOWNBUGS.txt38 libpng-1.2.4 0-LICENSE.txt39 libpng-1.2.4 0-Y2K-compliance.txt40 libpng-1.2.4 0-[previous version]-diff.txt36 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 41 41 42 Changes since the last public release (1.2. 39):42 Changes since the last public release (1.2.41): 43 43 44 version 1.2.4 0 [September 10, 2009]44 version 1.2.42 [January 3, 2010] 45 45 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 49 65 50 66 Send comments/corrections/commendations to png-mng-implement at lists.sf.net 51 67 52 Send comments/corrections/commendations to png-mng-implement at lists.sf.net53 68 (subscription required; visit 54 69 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
