diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-08 21:04:08 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-08 21:04:08 (GMT) |
commit | 6dac183be1cdcc0a13966343e2c40c3ff56a3810 (patch) | |
tree | 802a6a87435da647463c945cf3571d52a84aad55 /tkimg/tiff/ChangeLog | |
parent | dbbb38af9cefef9e9e1a03c97945ee59063aa782 (diff) | |
download | blt-6dac183be1cdcc0a13966343e2c40c3ff56a3810.zip blt-6dac183be1cdcc0a13966343e2c40c3ff56a3810.tar.gz blt-6dac183be1cdcc0a13966343e2c40c3ff56a3810.tar.bz2 |
update tkimg 1.4.7
Diffstat (limited to 'tkimg/tiff/ChangeLog')
-rw-r--r-- | tkimg/tiff/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tkimg/tiff/ChangeLog b/tkimg/tiff/ChangeLog new file mode 100644 index 0000000..83dfbf3 --- /dev/null +++ b/tkimg/tiff/ChangeLog @@ -0,0 +1,31 @@ +2009-01-12 Jan Nijtmans <nijtmans@users.sourceforge.net> + + * No longer Panic when an out-of-memory error occurs, + when compiled with Tcl/Tk 8.5 or later and running with + Tcl/Tk 8.5 and later (Tk bug #2477446) + +2006-06-09 Jan Nijtmans <nijtmans@users.sourceforge.net> + + * upgrade to libtiff 3.8.2 + +2004-08-18 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * + * Released and tagged Tkimg 1.3 ======================== + * + +2004-08-16 Andreas Kupries <andreask@activestate.com> + + * tiff.c (SetupTiffLibrary): Replaced the hardwired version number + of wrapper tifftcl with macro TIFFTCL_VERSION. + +2002-11-26 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * tiff.c: Now compiles, with extended tifftcl (see there). + * tiffZip.c: Compiles. + * tiffJpeg.c: Compiles. + * tiffPixar.c: Compiles. + * Compiles ok, library loads ok. + + * Start of logging. + * tkimg/tiff: TIFF photo image type. |