|
Revision tags: v4.7.0, v4.7.0rc2, v4.7.0rc1, v4.6.0, v4.6.0rc2, v4.6.0rc1, v4.5.1, v4.5.1rc3, v4.5.1rc2, v4.5.1rc1, v4.5.0, v4.5.0rc3, v4.5.0rc2, v4.5.0rc1, v3.5.2, v3.5.1, v3.4beta037iptc, v3.4beta037, v3.4beta036, v3.4beta035, v3.4beta034, v3.4beta033, v3.4beta032, v3.4beta031, v3.4beta029, v3.4beta028, v3.4beta024, v3.4beta018, v4.4.0, v4.4.0rc1, v4.3.0, v4.3.0rc1, v4.2.0, v4.1.0, v4.0.10, v4.0.9, v4.0.8, v4.0.7 |
|
| #
884f9736 |
| 19-Nov-2016 |
Bob Friesenhahn <[email protected]> |
* libtiff 4.0.7 released.
* configure.ac: Update for 4.0.7 release.
|
|
Revision tags: v4.0.6 |
|
| #
5612707c |
| 12-Sep-2015 |
Bob Friesenhahn <[email protected]> |
Fix failure to update libtiff version in AC_INIT.
|
| #
20dc4980 |
| 12-Sep-2015 |
Bob Friesenhahn <[email protected]> |
* libtiff 4.0.6 released.
|
| #
a9afad2a |
| 01-Sep-2015 |
Bob Friesenhahn <[email protected]> |
* Makefile.am (distcheck-hook), configure.ac: Applied patches by Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue with BSD make and to make use of cmake in 'distcheck' target conditiona
* Makefile.am (distcheck-hook), configure.ac: Applied patches by Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue with BSD make and to make use of cmake in 'distcheck' target conditional on if cmake is available.
show more ...
|
| #
e762ba3d |
| 01-Sep-2015 |
Bob Friesenhahn <[email protected]> |
* CMakeLists.txt, Makefile.am, configure.ac: Applied patches by Roger Leigh (via tiff mailing list on 2015-09-01).
CMake build is now included in 'distcheck' target.
Builds with CMake 2.8.9 and new
* CMakeLists.txt, Makefile.am, configure.ac: Applied patches by Roger Leigh (via tiff mailing list on 2015-09-01).
CMake build is now included in 'distcheck' target.
Builds with CMake 2.8.9 and newer.
Tar is now resquested to use POSIX PAX format.
show more ...
|
|
Revision tags: v4.0.5 |
|
| #
27e622bf |
| 30-Aug-2015 |
Bob Friesenhahn <[email protected]> |
* configure.ac: libtiff 4.0.5 released.
|
| #
8ba4a1c8 |
| 19-Aug-2015 |
Bob Friesenhahn <[email protected]> |
Support large files under Windows using tif_unix.c and libtiff tools.
|
| #
5b90af24 |
| 25-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several corrections to ensure that the autotools build still works were added
* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several corrections to ensure that the autotools build still works were added by me. I have not yet tested the build using 'cmake' or MSVC with 'nmake'.
show more ...
|
|
Revision tags: v4.0.4 |
|
| #
f5047249 |
| 21-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* libtiff 4.0.4 released.
|
| #
bdd91bbd |
| 21-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Add a HAVE_FOO Automake conditional for each add-on library.
* test/Makefile.am (JPEG_DEPENDENT_CHECK_PROG): raw_decode requires JPEG support to compile. Use Automake conditional to
* configure.ac: Add a HAVE_FOO Automake conditional for each add-on library.
* test/Makefile.am (JPEG_DEPENDENT_CHECK_PROG): raw_decode requires JPEG support to compile. Use Automake conditional to only include it when JPEG support is available.
show more ...
|
| #
d21d2b30 |
| 21-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* libtiff/tif_config.vc.h: Make adjustments to match the new definitions that configure produces, including for WIN64. Still needs to be tested.
'lld' is not assured by the run-time DLLs and so GCC
* libtiff/tif_config.vc.h: Make adjustments to match the new definitions that configure produces, including for WIN64. Still needs to be tested.
'lld' is not assured by the run-time DLLs and so GCC warns. Add TIFF_SIZE_T and TIFF_SIZE_FORMAT to provide a type definition and printf format specifier to deal with printing values of 'size_t' type. In particular, this was necessary for WIN64. Added a configure test for if the system headers provide 'optarg' (normal case) and block out the many explicit 'extern' statements in the utilities. This was found to be necessary under Windows when getopt is in a DLL and the symbols are already imported with dllimport via standard header files.
show more ...
|
| #
108fe0c6 |
| 20-Jun-2015 |
Bob Friesenhahn <[email protected]> |
* configure.ac: For 64-bit MinGW, fix SSIZE_FORMAT formatting specifier. 64-bit MinGW supports 'long long' but support for 'lld' is not assured by the run-time DLLs.
|
| #
b5587ac2 |
| 14-Jun-2015 |
Lee Howard <[email protected]> |
From Ludolf Holzheid on Bugzilla Bug #2498:
Attached is a patch that adds a configure option to select the file I/O style on Windows hosts.
It defaults to --enable-win32-io on all windows targets o
From Ludolf Holzheid on Bugzilla Bug #2498:
Attached is a patch that adds a configure option to select the file I/O style on Windows hosts.
It defaults to --enable-win32-io on all windows targets other than Cygwin and to --disable-win32-io on Cygwin, and thus should be backwards-compatible.
This allows programs using the Unix file I/O style (such as Netpbm's tifftopnm) to link against libtiff if configured for e.g. MinGW.
show more ...
|
| #
a411152d |
| 14-Jun-2015 |
Lee Howard <[email protected]> |
From Marcos H. Woehrmann on Bugzilla Bug #2405. This corrects the shell equality operator.
|
| #
478e5112 |
| 30-May-2015 |
Bob Friesenhahn <[email protected]> |
* tools/gif2tiff.c (readgifimage): Fix Coverity 1024222 "Untrusted value as argument". (checksignature): Fix Coverity 1024894 "Ignoring number of bytes read". (readextension): Fix Coverity 1024893 "I
* tools/gif2tiff.c (readgifimage): Fix Coverity 1024222 "Untrusted value as argument". (checksignature): Fix Coverity 1024894 "Ignoring number of bytes read". (readextension): Fix Coverity 1024893 "Ignoring number of bytes read". (readgifimage): Fix Coverity 1024890 "Ignoring number of bytes read". (readraster): Fix Coverity 1024891 "Ignoring number of bytes read". (readgifimage): Fix Coverity 1024892 "Ignoring number of bytes read".
show more ...
|
|
Revision tags: v4.0.4beta |
|
| #
a1caf14c |
| 26-Jan-2015 |
Even Rouault <[email protected]> |
* libtiff 4.0.4beta released
|
| #
e90c73e6 |
| 29-Mar-2013 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Applied patch by Brad Smith to improve pkg-config static linking by adding -lm to Libs.private when needed.
|
|
Revision tags: v3.9.7, v4.0.3 |
|
| #
21a904d7 |
| 22-Sep-2012 |
Bob Friesenhahn <[email protected]> |
* libtiff 4.0.3 released.
|
| #
7d38024b |
| 19-Aug-2012 |
Bob Friesenhahn <[email protected]> |
* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and al
* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add some TIFF/FX support in libtiff. Add the tag definitions to tiff.h. Add the related TIFF field definitions to tif_dirinfo.c, and also fixes an error in a comment. Adds the photometric values to tif_print.c, and fixes a bug. These changes are by Steve Underwood.
* libtiff/tif_write.c: Fix bug rewriting image tiles in a
show more ...
|
|
Revision tags: v4.0.2 |
|
| #
111baa28 |
| 16-Jun-2012 |
Frank Warmerdam <[email protected]> |
updated for 4.0.2 release
|
|
Revision tags: v3.9.6, v4.0.1 |
|
| #
75b17434 |
| 18-Feb-2012 |
Bob Friesenhahn <[email protected]> |
* libtiff 4.0.1 released.
|
| #
b326998f |
| 22-Jan-2012 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Add support for using library symbol versioning on ELF systems with the GNU linker. Support is enabled via --enable-ld-version-script. Disabled by default for now until there is a d
* configure.ac: Add support for using library symbol versioning on ELF systems with the GNU linker. Support is enabled via --enable-ld-version-script. Disabled by default for now until there is a decision for how to deploy a libtiff with versioned symbols after libtiff 4.0.0 was already released.
show more ...
|
| #
d338f7fe |
| 22-Dec-2011 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Add libtiff private dependency on -llzma for pkg-config. Patch by Mark Brand. Updated Automake to 1.11.2.
|
|
Revision tags: v4.0.0 |
|
| #
f7b79dc7 |
| 22-Dec-2011 |
Bob Friesenhahn <[email protected]> |
Released libtiff 4.0.0.
|
|
Revision tags: v4.0.0beta7 |
|
| #
feab28ea |
| 09-Apr-2011 |
Bob Friesenhahn <[email protected]> |
Release v4-0-0beta7.
|