summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/History9.htm')
-rw-r--r--doc/History9.htm50
1 files changed, 45 insertions, 5 deletions
diff --git a/doc/History9.htm b/doc/History9.htm
index 20e67642..51e9db32 100644
--- a/doc/History9.htm
+++ b/doc/History9.htm
@@ -70,7 +70,7 @@ TOC to see how to edit it for visual conciseness.
<h2>Table of contents</h2>
<blockquote><ul>
-<li><a href="#Version9.53.0">Version 9.53.0 (2020-09-10)</a>
+<li><a href="#Version9.53.0">Version 9.53.1 (2020-09-14)</a>
<li><a href="#Version9.52">Version 9.52 (2020-03-19)</a>
<li><a href="#Version9.50">Version 9.50 (2019-10-15)</a>
<li><a href="#Version9.27">Version 9.27 (2019-04-03)</a>
@@ -126,11 +126,11 @@ overview</a>.
<!-- [1.0 end visible header] ============================================== -->
<!-- [2.0 begin contents] ================================================== -->
-<h2><a name="Version9.53.0"></a>Version 9.53.0 (2020-09-10)</h2>
+<h2><a name="Version9.53.1"></a>Version 9.53.1 (2020-09-14)</h2>
<p> Highlights in this release include:
<ul>
<li>
-<p>The 9.53.0 release is primarily maintenance.
+<p>The 9.53.1 release is primarily maintenance.
</li>
<li>
<p>The most obvious change is the (re-)introduction of the patch level to the version number,
@@ -240,7 +240,47 @@ still work as previously for PostScript files. For PDF files, users are encourag
at <a href="https://www.mupdf.com">MuPDF</a>.
</li>
</ul>
-<h3><a name="9.53.0_changelog"></a>Changelog</h3>
+<h3><a name="9.53.1_changelog"></a>Changelog</h3>
+<p><strong>2020-09-14 14:32:23 +0100
+</strong>
+<br>Ken Sharp &lt;ken.sharp@artifex.com&gt;<br>
+<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=6d1440b2dabde655a2fe48ddbf0c09a82de4d423">6d1440b2dabde655a2fe48ddbf0c09a82de4d423</a>
+<blockquote>
+<p>
+ Fix crashes with pdfwrite, TrueType input fonts and Windows 64-bit build<br>
+<br>
+ With the change to 64-bits unconditionally for gs_glyph we can now<br>
+ define GS_MIN_CID_GLYPH in 64-bit terms.<br>
+<br>
+ Previously we were using the architecture size of a long_long to<br>
+ determine which define to use, and we do not define long_long on Windows<br>
+ leading to us using an essentially 32-bit definition. This caused<br>
+ indexing off the end of an array in copied_glyph_slot()<br>
+<br>
+base/gsccode.h<br>
+<p>
+</blockquote>
+<hr>
+<p><strong>2020-09-14 09:40:30 +0100
+</strong>
+<br>Chris Liddell &lt;chris.liddell@artifex.com&gt;<br>
+<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=e54e9c5eaebc0bf06e57f754a3c16278de412459">e54e9c5eaebc0bf06e57f754a3c16278de412459</a>
+<blockquote>
+<p>
+ Bug 702897: Fix shared libtiff/libjpeg check<br>
+<br>
+ For various reasons we cannot combine shared and not shared libjpeg and<br>
+ libtiff - they either both need to be &quot;local&quot; or both shared.<br>
+<br>
+ But the check for that compatibility was triggered during the recursive<br>
+ configure call when setting up for cross compiling.<br>
+<br>
+ Skip the check for that recursive configure call.<br>
+<br>
+configure.ac<br>
+<p>
+</blockquote>
+<hr>
<p><strong>2020-09-10 22:47:09 +0800
</strong>
<br>Sebastian Rasmussen &lt;sebras@gmail.com&gt;<br>
@@ -241822,7 +241862,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200,
Novato, CA 94945, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.53.0, 10 September 2020
+<small>Ghostscript version 9.53.1, 14 September 2020
<!-- [3.0 end visible trailer] ============================================= -->