summaryrefslogtreecommitdiffstats
path: root/tkimg/libtiff/ChangeLog
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 20:28:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 20:28:26 (GMT)
commitb184baa1234c2143e488d1796ae98afab118b891 (patch)
tree686b0a47b272296205c7fa2bc789f62a03d20df6 /tkimg/libtiff/ChangeLog
parentf7560d0a451a793441216d76eb4d9475aab61740 (diff)
parent5aad878400425d3af44433a47c13824385689e1d (diff)
downloadblt-b184baa1234c2143e488d1796ae98afab118b891.zip
blt-b184baa1234c2143e488d1796ae98afab118b891.tar.gz
blt-b184baa1234c2143e488d1796ae98afab118b891.tar.bz2
Merge commit '5aad878400425d3af44433a47c13824385689e1d' as 'tkimg'
Diffstat (limited to 'tkimg/libtiff/ChangeLog')
-rw-r--r--tkimg/libtiff/ChangeLog60
1 files changed, 60 insertions, 0 deletions
diff --git a/tkimg/libtiff/ChangeLog b/tkimg/libtiff/ChangeLog
new file mode 100644
index 0000000..1d73602
--- /dev/null
+++ b/tkimg/libtiff/ChangeLog
@@ -0,0 +1,60 @@
+2006-06-09 Jan Nijtmans <nijtmans@users.sourceforge.net>
+
+ * libtiff/tcl: Changed version of wrapper to 3.8.2, synchronized to
+ version of libtiff.
+ * libtiff: Updated libtiff from version 3.6.1 to 3.8.2.
+ * libtiff/tcl: Updated to handle the new version of libtiff.
+
+2004-08-18 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ *
+ * Released and tagged Tkimg 1.3 ========================
+ *
+
+2004-08-17 Andreas Kupries <andreask@activestate.com>
+
+ * Makefile.in (mkg3states$(EXEEXT)): Fixed smallish typo in make
+ rules which prevented the complete compilation of the tiff
+ wrapper on Windows.
+
+2004-08-16 Andreas Kupries <andreask@activestate.com>
+
+ * tifftcl.h: Updated the hardwired version information in this
+ header file.
+
+2004-08-13 Andreas Kupries <andreask@activestate.com>
+
+ * libtiff/tcl: Changed version of wrapper to 3.6.1, synchronized to
+ version of libtiff.
+
+ * libtiff: Updated libtiff from version 3.5.5 to 3.6.1.
+ * libtiff/tcl: Updated to handle the new version of libtiff.
+
+2002-11-26 Andreas Kupries <andreask@activestate.com>
+
+ * tifftclDeclsMask.h:
+ * tifftclDeclsUnmask.h: Added the appropriate lines to handle the
+ reactivated vararg functions, and the newly exported functions.
+
+ * tifftcl.decls: A number of vararg functions were commented
+ out. Reactivated them now. Also added definitions found in
+ 'tif_predic.h', 'tif_dir.h', and 'tiffiop.h'. Regenerated the
+ stub support files.
+
+ * tools/genStubs.tcl: Extended 'genStubs.tcl'. The application is
+ now able to handle vararg declarations with more than one
+ argument. When it encounters such declarations it emits code
+ which is useable only if <stdarg.h> is present and used by the
+ compiler. It also emits C preprocessor definitions checking this
+ at compile time, using the NO_STDARG macro used 'tcl.h'.
+
+2002-11-18 Andreas Kupries <andreask@activestate.com>
+
+ * Configure and build ok for all platforms available to me at AS.
+
+2002-11-14 Andreas Kupries <andreask@activestate.com>
+
+ * Start of logging.
+
+ * libtiff/tcl/: New directory, packaging of support library for
+ tcl.