Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.5 KiB

  1. Libpng 1.5.2 - March 31, 2011
  2. This is a public release of libpng, intended for use in production codes.
  3. Files available for download:
  4. Source files with LF line endings (for Unix/Linux) and with a
  5. "configure" script
  6. libpng-1.5.2.tar.xz (LZMA-compressed, recommended)
  7. libpng-1.5.2.tar.gz
  8. libpng-1.5.2.tar.bz2
  9. Source files with CRLF line endings (for Windows), without the
  10. "configure" script
  11. lpng152.7z (LZMA-compressed, recommended)
  12. lpng152.zip
  13. Other information:
  14. libpng-1.5.2-README.txt
  15. libpng-1.5.2-LICENSE.txt
  16. Changes since the last public release (1.5.2):
  17. More -Wshadow fixes for older gcc compilers. Older gcc versions apparently
  18. check formal parameters names in function declarations (as well as
  19. definitions) to see if they match a name in the global namespace.
  20. Revised PNG_EXPORTA macro to not use an empty parameter, to accommodate the
  21. old VisualC++ preprocessor.
  22. Turned on interlace handling in png_read_png().
  23. Fixed gcc pendantic warnings.
  24. Handle longjmp in Cygwin.
  25. Fixed png_get_current_row_number() in the interlaced case.
  26. Cleaned up ALPHA flags and transformations.
  27. Implemented expansion to 16 bits.
  28. Fixed mistake in the descriptions of user read_transform and write_transform
  29. function prototypes in the manual. The row_info struct is png_row_infop.
  30. Corrected png_get_current_row_number documentation
  31. Fixed the read/write row callback documentation.
  32. This documents the current behavior, where the callback is called after
  33. every row with information pertaining to the next row.
  34. Fixed scripts/makefile.vcwin32
  35. Updated contrib/pngsuite/README to add the word "modify".
  36. Define PNG_ALLOCATED and other attributes to blank when _MSC_VER<1300.
  37. ifdef out mask arrays in pngread.c when interlacing is not supported.
  38. Added a hint to try CPP=/bin/cpp if "cpp -E" fails in scripts/pnglibconf.mak
  39. and in contrib/pngminim/*/makefile, eg., on SunOS 5.10, and removed "strip"
  40. from the makefiles.
  41. Fixed a bug (present since libpng-1.0.7) that makes png_handle_sPLT() fail
  42. to compile when PNG_NO_POINTER_INDEXING is defined (Chubanov Kirill)
  43. Don't include standard header files in png.h while building the symbol table,
  44. to avoid cpp failure on SunOS (introduced PNG_BUILDING_SYMBOL_TABLE macro).
  45. Send comments/corrections/commendations to png-mng-implement at lists.sf.net
  46. (subscription required; visit
  47. https://lists.sourceforge.net/lists/listinfo/png-mng-implement
  48. to subscribe) or to glennrp at users.sourceforge.net
  49. Glenn R-P