| 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 |
| 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. |
| ec2b508f | 01-Jul-2010 |
Andrey Kiselev <[email protected]> |
*** empty log message *** |
| 5ec011cf | 11-Jun-2010 |
Bob Friesenhahn <[email protected]> |
* Update libtool to version 2.2.10. |
| ce4acf47 | 10-Jun-2010 |
Bob Friesenhahn <[email protected]> |
* libtiff/tiffiop.h (TIFFSafeMultiply): Work properly if multiplier is zero. |
| 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". |
| 464f8122 | 27-Jun-2007 |
Andrey Kiselev <[email protected]> |
*** empty log message *** |
| 9cc5ffaf | 26-Jun-2007 |
Bob Friesenhahn <[email protected]> |
Somehow libtool.m4 was not updated. |
| 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. |
| 5338cd56 | 13-Oct-2006 |
Andrey Kiselev <[email protected]> |
New. |
| 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. |
| 6d46b8e4 | 23-Jan-2006 |
Andrey Kiselev <[email protected]> |
Updated from libtool CVS. |