| c7ff695d | 08-Apr-2016 |
Bob Friesenhahn <[email protected]> |
* html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn for purposes of security issue reporting. |
| 87f02eac | 18-Nov-2015 |
Even Rouault <[email protected]> |
* libtiff/*.c: fix clang -Wshorten-64-to-32 warnings |
| 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 ...
|
| 1fea0da2 | 30-Aug-2015 |
Bob Friesenhahn <[email protected]> |
All the CMakeLists.txt files were missing from the distribution tarball. |
| 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 ...
|
| 1752529e | 28-May-2015 |
Bob Friesenhahn <[email protected]> |
* tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical vs. bitwise operator". |
| a17a6e5e | 26-Jan-2015 |
Even Rouault <[email protected]> |
* automake: updated to 1.15 * libtool: updated to 2.4.5 |
| 429b3fdc | 29-Dec-2014 |
Bob Friesenhahn <[email protected]> |
* Update bundled libtool to 2.4.4 release. |
| 3c92b0ef | 06-Dec-2014 |
Bob Friesenhahn <[email protected]> |
* tools/tiffdump.c: Fix double-free bug. |
| d1be5cb7 | 20-Nov-2014 |
Even Rouault <[email protected]> |
* automake: updated to 1.14.1 * libtool: updated to 2.4.3 * HOWTO-RELEASE: small update about autotools building order |
| 281ba91d | 18-Nov-2012 |
Bob Friesenhahn <[email protected]> |
* automake: Update Automake to 1.12.5 release. |
| f458c103 | 20-Sep-2012 |
Bob Friesenhahn <[email protected]> |
* Makefile.am: Update to Automake 1.12.4 |
| ec5ce9c2 | 19-Aug-2012 |
Bob Friesenhahn <[email protected]> |
* Makefile.in: Update to Automake 1.12.3 |
| 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 ...
|
| 2471d6f4 | 15-Jun-2012 |
Frank Warmerdam <[email protected]> |
new |
| d766e7c5 | 18-Feb-2012 |
Bob Friesenhahn <[email protected]> |
* Update automake used to 1.11.3. |
| 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. |
| c546a4cc | 09-Apr-2011 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Should use AC_CANONICAL_HOST since host specifies the run-time target whereas target is used to specify the final output target if the package is a build tool (like a compiler), which
* configure.ac: Should use AC_CANONICAL_HOST since host specifies the run-time target whereas target is used to specify the final output target if the package is a build tool (like a compiler), which libtiff is not. Resolves libtiff bug 2307 "Use AC_CANONICAL_HOST macro".
show more ...
|
| 9f3e08cf | 18-Dec-2010 |
Bob Friesenhahn <[email protected]> |
Needed to add tif_lzma.c to the Makefile. |
| 1e3630f9 | 14-Dec-2010 |
Andrey Kiselev <[email protected]> |
Regenerate autotools stuff. |
| faf5f3eb | 27-Nov-2010 |
Bob Friesenhahn <[email protected]> |
* libtiff-4.pc.in: Added libtiff pkg-config .pc file support. Patch by Vincent Torri. |
| 28d10ec5 | 13-Jul-2010 |
Bob Friesenhahn <[email protected]> |
* tools/tiffcrop.c: Patch from Richard Nolde to avoid a potentially unterminated buffer due to using an exceptionally long file name. |
| 3adc3384 | 08-Jun-2010 |
Bob Friesenhahn <[email protected]> |
* Update libtool to version 2.2.8.
* libtiff/tif_fax3.c (Fax3SetupState): Avoid under-allocation of buffer due to integer overflow in TIFFroundup() and several other potential overflows. In conjunc
* Update libtool to version 2.2.8.
* libtiff/tif_fax3.c (Fax3SetupState): Avoid under-allocation of buffer due to integer overflow in TIFFroundup() and several other potential overflows. In conjunction with the fix to TIFFhowmany(), fixes CVE-2010-1411.
* libtiff/tiffiop.h (TIFFhowmany): Return zero if parameters would result in an integer overflow. This causes TIFFroundup() to also return zero if there would be an integer overflow.
show more ...
|
| 82973070 | 20-Aug-2009 |
Bob Friesenhahn <[email protected]> |
* configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11, libtool 2.2.6. Enabled support for silent build rules (--enable-silent-rules or 'make V=0') and colorized tests.
* html/{index.html
* configure.ac: Updated autotools. Autoconf 2.64, Automake 1.11, libtool 2.2.6. Enabled support for silent build rules (--enable-silent-rules or 'make V=0') and colorized tests.
* html/{index.html, v3.9.0.html}: Update for 3.9.0 release.
show more ...
|
| dbd1873f | 29-Dec-2008 |
Bob Friesenhahn <[email protected]> |
* tools/tiffinfo.c (main): Offset to EXIF IFD requires a 64-bit type now. Fixes crash when dumping files containing an EXIF IFD. * m4/libtool.m4: Update to libtool 2.2.6. |