Package Changes
Version 1.01.00 (May 7, 2012)
- Updated to libpng 1.5.10 from previous version 1.5.2. 1.5.10 offers ARM Neon Support. Note that between v1.5.2 and v1.5.10 libpng introduced some breaking API and data struct changes. We have attempted to minimize them to the extent possible, but you could still be affected by them. On the other hand, they are mostly small changes (e.g. rename of png_jmpbuf to longjump_buffer). EAGimex-3.03.02 has adopted this api change.
Version 1.00.08 (February 29th, 2012)
- Added Vita Support.
- Updated EA modification to allow it to work on all platforms.
Version 1.00.07 (February 6th, 2012)
- Updated EA modification to allow it to work on all platforms.
- Fixed compiler warnings on Marmalade.
- Fixed compiler warnings for EDG-based compilers.
- Added PNG_IMPEXP support to libpng.build
Version 1.00.06 (September 1, 2011)
- Reinstated the custom png_set_default_mem_fn, which is needed to allow user-defined memory allocation. It was accidentally omitted in v1.00.05.
Version 1.00.05 (May 4, 2011)
- Updated to libpng 1.5.2 from the previous 1.2.9. Note that between v1.2.9 and v1.5.2 libpng introduced some breaking API and data struct changes. We have attempted to minimize them to the extent possible, but you could still be affected by them. On the other hand, they are mostly small changes (e.g. rename of jmpbuf to png_jmpbuf).
- Added codestripper support.
Version 1.00.04 (March 14, 2011)
- Disabled code in pngconf.h which was causing intentional compile errors due to setjmp.h.
Version 1.00.03 (December 14, 2010)
- Exposed the EA_USE_XCEEDZIP property globally in nant and set its default to disabled (use zlib). xceedzip is now deprecated and we want to start using zlib henceforth. That's the only difference with this new package version, and so if it breaks users the solution is simply to not use this version.
Version 1.00.02 (June 1, 2009)
- Fixed compilation issues for CodeWarrior on Wii:
- sys/types.h is not available,
- define PNGAPI as empty rather than _cdecl.
- Tested compiling against pc64-vc eaconfig configurations with VisualStudio 2005.
Version 1.00.01 (December 9, 2008)
- Fixed compiler warnings due to new compiler behaviour.
Version 1.00.00 (November 19, 2008)
This is the first release of this package.