summaryrefslogtreecommitdiff
path: root/doc/releases/v3.7.0.rst
blob: 26a98d72c5c40eb47305cfc2bf92862a567ed246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Changes in TIFF v3.7.0
======================

.. table:: References
  :widths: auto

  ======================  ==========================================
  Current Version         v3.7.0 (:tag:`Release-v3-7-0`)
  Previous Version        :doc:`v3.7.0beta2 <v3.7.0beta2>`
  Master Download Site    `<https://download.osgeo.org/libtiff/>`_
  Master HTTP Site        `<http://www.simplesystems.org/libtiff/>`_
  ======================  ==========================================

This document describes the changes made to the software between the
*previous* and *current* versions (see above).
If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:


Major changes
-------------


* Several bugs found after 3.7.0beta2 release were fixed.


Software configuration changes
------------------------------

* :file:`ltmain.sh`: Fix for MinGW compilation.


Library changes
---------------

* :file:`libtiff/tif_dirread.c`, :file:`libtiff/tif_jpeg.c`, :file:`libtiff/tif_luv.c`,
  :file:`libtiff/tif_ojpeg.c`, :file:`libtiff/tif_pixarlog.c`, :file:`libtiff/tif_write.c`:
  Handle the zero strip/tile sizes properly (Dmitry V. Levin, Marcus Meissner).

* :file:`libtiff/tif_dirinfo.c`: Type of the :c:macro:`TIFFTAG_SUBIFD` field changed
  to :c:enumerator:`TIFF_IFD`.
  
* Preliminary support for BigTIFF files: now libtiff can
  recognize and reject to open such images. ;-)

* :file:`libtiff/tif_dir.c`: Initialize ``td_tilewidth`` and ``td_tilelength`` fields
  of the :c:struct:`TIFFDirectory` structure with the 0 instead of -1 to avoid
  confusing integer overflows in :c:func:`TIFFTileRowSize` for striped images.

* :file:`libtiff/tif_dirinfo.c`: Fix bug with ``tif_foundfield`` and reallocation
  of ``tif_fieldinfo`` as per bug
  :bugzilla-rs:`630`

* :file:`libtiff/tif_compress.c`: Improved error reporting in
  :c:func:`TIFFGetConfiguredCODECs` (Dmitry V. Levin).


Tools changes
-------------

* :file:`tiffcmp.c` (``leof()``): Renamed from ``eof()`` in order to avoid
  conflict noticed under MinGW.

* :file:`tiff2pdf.c`: Fixed ``TransferFunction`` tag handling reported
  by Ross A. Finlayson.


Contributed software changes
----------------------------

* None.


LZW compression kit changes
---------------------------

* This one is not longer needed.