summaryrefslogtreecommitdiff
path: root/doc/releases/v3.8.0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/releases/v3.8.0.rst')
-rw-r--r--doc/releases/v3.8.0.rst17
1 files changed, 6 insertions, 11 deletions
diff --git a/doc/releases/v3.8.0.rst b/doc/releases/v3.8.0.rst
index 5ba27287..4a54bdc9 100644
--- a/doc/releases/v3.8.0.rst
+++ b/doc/releases/v3.8.0.rst
@@ -103,29 +103,24 @@ Tools changes
-------------
* :file:`tiffcp.c`: Added many error reporting messages; fixed integer
- overflow as per bug
- :bugzilla-rs:`789`
+ overflow as per bug :bugzilla-rs:`789`
* :file:`tiffcp.c`: Return non-zero status when reading fails.
* :file:`fax2tiff.c`: Properly calculate sizes of temporary arrays
- as per bug
- :bugzilla-rs:`943`
+ as per bug :bugzilla-rs:`943`
* :file:`fax2tiff.c`: Added option `-r` to set RowsPerStrip parameter
- as per bug
- :bugzilla-rs:`944`
+ as per bug :bugzilla-rs:`944`
-* :file:`tiffdump.c`: Fixed :c:var:`typeshift` and :c:var:`typemask` arrays initialization
- problem as per bug
- :bugzilla-rs:`946`
+* :file:`tiffdump.c`: Fixed ``typeshift`` and ``typemask`` arrays
+ initialization problem as per bug :bugzilla-rs:`946`
* :file:`bmp2tiff.c`: Fixed possible integer overflow error as per bug
:bugzilla-rs:`965`
* :file:`tiffsplit.c`: Copy fax related fields over split parts
- as per bug
- :bugzilla-rs:`983`
+ as per bug :bugzilla-rs:`983`
* :file:`tiffdump.c`: Fixed crash when reading malformed tags.