summaryrefslogtreecommitdiffstats
path: root/tkimg/libtiff/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tkimg/libtiff/ChangeLog')
-rwxr-xr-xtkimg/libtiff/ChangeLog60
1 files changed, 60 insertions, 0 deletions
diff --git a/tkimg/libtiff/ChangeLog b/tkimg/libtiff/ChangeLog
new file mode 100755
index 0000000..ada7e19
--- /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.