History log of /libtiff-4.0.7/aclocal.m4 (Results 1 – 25 of 59)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# 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


Revision tags: v4.0.6, v4.0.5, v4.0.4, v4.0.4beta
# 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.


Revision tags: v3.9.7, v4.0.3
# 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 ...


Revision tags: v4.0.2, v3.9.6, v4.0.1
# 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.


Revision tags: v4.0.0, v4.0.0beta7, v3.9.5
# 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.


Revision tags: v3.9.4, v4.0.0alpha6, v3.9.3
# 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 ...


Revision tags: v4.0.0alpha5, v3.9.2, v3.9.1, v4.0.0alpha4
# 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 ...


Revision tags: v3.9.0
# 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.


# a4e657cc 24-May-2008 Bob Friesenhahn <[email protected]>

* test {tiff2pdf.sh tiff2ps-EPS1.sh tiff2ps-PS1.sh tiff2ps-PS2.sh
tiff2ps-PS3.sh tiffcp-g3-1d-fill.sh tiffcp-g3-1d.sh
tiffcp-g3-2d-fill.sh tiffcp-g3-2d.sh tiffcp-g3.sh tiffcp-g4.sh
tiffcp-split-join.

* test {tiff2pdf.sh tiff2ps-EPS1.sh tiff2ps-PS1.sh tiff2ps-PS2.sh
tiff2ps-PS3.sh tiffcp-g3-1d-fill.sh tiffcp-g3-1d.sh
tiffcp-g3-2d-fill.sh tiffcp-g3-2d.sh tiffcp-g3.sh tiffcp-g4.sh
tiffcp-split-join.sh tiffcp-split.sh tiffcp-thumbnail.sh
tiffdump.sh tiffinfo.sh}: Added more test scripts based on
suggestions from Lee Howard posted to the tiff list on 13 Sep
2007.

show more ...


# d4099b8e 18-May-2008 Frank Warmerdam <[email protected]>

update for 4.0.0beta1 release


# 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".


# 2737e0e7 19-Sep-2007 Bob Friesenhahn <[email protected]>

* test/images: Added a small collection of test images for use by
test programs and scripts.
* test/tiffinfo.sh: A trivial example test script.
* test/common.sh: Added small script for setting the en

* test/images: Added a small collection of test images for use by
test programs and scripts.
* test/tiffinfo.sh: A trivial example test script.
* test/common.sh: Added small script for setting the environment
used by script-based tests.

show more ...


Revision tags: v4.0.0alpha
# 42bed338 13-Jul-2007 Andrey Kiselev <[email protected]>

libtiff 4.0.0alpha released.


Revision tags: v3.9.0beta
# b2328c5b 11-Jul-2007 Bob Friesenhahn <[email protected]>

* libtiff/tif_stream.cxx: Adapt to use toff_t again. Update to
use standard C++ library size types and attempt to detect overflow
cases.


# f14d1a56 27-Jun-2007 Andrey Kiselev <[email protected]>

All makefile templates regenerated.


123