diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-27 20:28:26 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-27 20:28:26 (GMT) |
commit | b184baa1234c2143e488d1796ae98afab118b891 (patch) | |
tree | 686b0a47b272296205c7fa2bc789f62a03d20df6 /tkimg/libpng/ChangeLog | |
parent | f7560d0a451a793441216d76eb4d9475aab61740 (diff) | |
parent | 5aad878400425d3af44433a47c13824385689e1d (diff) | |
download | blt-b184baa1234c2143e488d1796ae98afab118b891.zip blt-b184baa1234c2143e488d1796ae98afab118b891.tar.gz blt-b184baa1234c2143e488d1796ae98afab118b891.tar.bz2 |
Merge commit '5aad878400425d3af44433a47c13824385689e1d' as 'tkimg'
Diffstat (limited to 'tkimg/libpng/ChangeLog')
-rw-r--r-- | tkimg/libpng/ChangeLog | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/tkimg/libpng/ChangeLog b/tkimg/libpng/ChangeLog new file mode 100644 index 0000000..f3dc72b --- /dev/null +++ b/tkimg/libpng/ChangeLog @@ -0,0 +1,60 @@ +2009-05-11 Jan Nijtmans <nijtmans@users.sourceforge.net> + + * Remove deprecated functions png_read_destroy and + png_write_destroy + +2009-02-24 Jan Nijtmans <nijtmans@users.sourceforge.net> + + * libpng: Added support for new png_info_init_3 function + +2009-01-12 Jan Nijtmans <nijtmans@users.sourceforge.net> + + * libpng: Updated libpng from version 1.2.24 to 1.2.34. + * libpng/tcl: Updated to handle the new version of libpng. + +2007-12-19 Jan Nijtmans <nijtmans@users.sourceforge.net> + + * libpng: Updated libpng from version 1.2.12 to 1.2.24. + * libpng/tcl: Updated to handle the new version of libpng. + +2006-08-04 Jan Nijtmans <nijtmans@users.sourceforge.net> + + * libpng: Updated libpng from version 1.2.10 to 1.2.12. + * libpng/tcl: Updated to handle the new version of libpng. + +2006-06-09 Jan Nijtmans <nijtmans@users.sourceforge.net> + + * libpng: Updated libpng from version 1.2.6 to 1.2.10. + * libpng/tcl: Updated to handle the new version of libpng. + +2004-08-18 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * + * Released and tagged Tkimg 1.3 ======================== + * + +2004-08-16 Andreas Kupries <andreask@activestate.com> + + * pngtcl.h: Updated the hardwired version information in this + header file. + +2004-08-13 Andreas Kupries <andreask@activestate.com> + + * libpng/tcl: Changed version of wrapper to 1.2.6, synchronized to + version of libpng. + +2004-08-12 Andreas Kupries <andreask@activestate.com> + + * libpng: Updated libpng from version 1.0.8 to 1.2.6rc5. + * libpng/tcl: Updated to handle the new version of libpng. + +2002-11-18 Andreas Kupries <andreask@activestate.com> + + * Configure and build ok for all platforms available to me at AS. + +2002-11-13 Andreas Kupries <andreask@activestate.com> + + * Start of logging. + + * libpng/tcl/: New directory, packaging of support library for + tcl. Splices the zlib packaging into the code here. |