| c7ff695d | 08-Apr-2016 |
Bob Friesenhahn <[email protected]> |
* html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn for purposes of security issue reporting. |
| 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. |
| 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 |
| 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 ...
|
| ee7c8749 | 22-Oct-2011 |
Bob Friesenhahn <[email protected]> |
* Update GNU libtool to 2.4.2. |
| 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. |
| 5ec011cf | 11-Jun-2010 |
Bob Friesenhahn <[email protected]> |
* Update libtool to version 2.2.10. |
| 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 ...
|
| 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. |
| 90153524 | 09-May-2008 |
Bob Friesenhahn <[email protected]> |
* Makefile.am (ACLOCAL_AMFLAGS): Libtool 2.2.4 does not like "ACLOCAL_AMFLAGS=-I ./m4". It wants "ACLOCAL_AMFLAGS=-I m4". |
| 78e9b0ed | 27-Jun-2007 |
Andrey Kiselev <[email protected]> |
Updated to latest upstream. |
| 71b78038 | 26-Jun-2007 |
Bob Friesenhahn <[email protected]> |
Hopefully fixed botched upgrade of libtool. |
| 8c4398d0 | 25-Jun-2007 |
Bob Friesenhahn <[email protected]> |
* port/strtoull.c: New porting function in case strtoull() is not available on the target system. * configure.ac: Add configure support for determining sized types in a portable way and performing ne
* port/strtoull.c: New porting function in case strtoull() is not available on the target system. * configure.ac: Add configure support for determining sized types in a portable way and performing necessary substitutions in tif_config.h and tiffconf.h. Updated tiff.h to use the new definitions.
show more ...
|
| ef833c65 | 24-Feb-2007 |
Andrey Kiselev <[email protected]> |
Regenerated. |
| b7493a82 | 24-Feb-2007 |
Andrey Kiselev <[email protected]> |
Updated to recent versions. |
| 88df59e8 | 07-Jun-2006 |
Andrey Kiselev <[email protected]> |
Updated to recent upstream. |
| 56f599ad | 03-Jun-2006 |
Bob Friesenhahn <[email protected]> |
* libtiff/{tif_dirinfo.c, tif_print.c} : Fix crash in TIFFPrintDirectory(). Joris Van Damme authored the fix. |
| a97907bf | 16-Mar-2006 |
Andrey Kiselev <[email protected]> |
Updated from the latest upstream. |
| f714980a | 23-Jan-2006 |
Andrey Kiselev <[email protected]> |
libtool related stuff updated from the 2.1a branch. |
| a45bff3b | 27-Dec-2005 |
Bob Friesenhahn <[email protected]> |
* libtiff/tif_jpeg.c: Improve compilation under MinGW. |