History log of /libtiff-4.0.7/configure (Results 1 – 25 of 170)
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
# 884f9736 19-Nov-2016 Bob Friesenhahn <[email protected]>

* libtiff 4.0.7 released.

* configure.ac: Update for 4.0.7 release.


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


# ac3107ef 17-Jun-2015 Bob Friesenhahn <[email protected]>

Hopefully fix four Coverity issues related to unintended sign extension.


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


# 1752529e 28-May-2015 Bob Friesenhahn <[email protected]>

* tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical
vs. bitwise operator".


Revision tags: v4.0.4beta
# a1caf14c 26-Jan-2015 Even Rouault <[email protected]>

* libtiff 4.0.4beta released


# 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


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


1234567