summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2020-09-10 16:18:10 +0100
committerChris Liddell <chris.liddell@artifex.com>2020-09-10 16:35:16 +0100
commitf157ed49512438c95635e6340933bbcb14cea524 (patch)
tree03c65cf87f437b5457b15f4156966b7cc597d4bf
parent9a5ace846c8af91d047e59c87722d0c36e79e5d3 (diff)
downloadghostpdl-f157ed49512438c95635e6340933bbcb14cea524.tar.gz
Tweak History9.htm with jbig2dec updatesghostpdl-9.53.0
-rw-r--r--base/version.mak2
-rw-r--r--doc/History9.htm29
2 files changed, 30 insertions, 1 deletions
diff --git a/base/version.mak b/base/version.mak
index 80fda96d4..23098685c 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -17,7 +17,7 @@ GS_VERSION_MAJOR=9
GS_VERSION_MINOR=53
GS_VERSION_PATCH=0
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20200919
+GS_REVISIONDATE=20200910
# Derived values
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR)$(GS_VERSION_PATCH)
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_VERSION_PATCH)
diff --git a/doc/History9.htm b/doc/History9.htm
index cbd611159..20e676421 100644
--- a/doc/History9.htm
+++ b/doc/History9.htm
@@ -241,6 +241,35 @@ at <a href="https://www.mupdf.com">MuPDF</a>.
</li>
</ul>
<h3><a name="9.53.0_changelog"></a>Changelog</h3>
+<p><strong>2020-09-10 22:47:09 +0800
+</strong>
+<br>Sebastian Rasmussen &lt;sebras@gmail.com&gt;<br>
+<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=9a5ace846c8af91d047e59c87722d0c36e79e5d3">9a5ace846c8af91d047e59c87722d0c36e79e5d3</a>
+<blockquote>
+<p>
+ Bug 702884: Require jbig2dec 0.19 when building ghostscript.<br>
+<br>
+ In practice this has been required since commit<br>
+ 9b5008aa2bc1c6a6acb2c6f90d1ef8d6bad9e66a.<br>
+<br>
+configure.ac<br>
+<p>
+</blockquote>
+<hr>
+<p><strong>2020-09-10 22:41:20 +0800
+</strong>
+<br>Sebastian Rasmussen &lt;sebras@gmail.com&gt;<br>
+<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=53db58bd227c80375f00135045d36b66868732f4">53db58bd227c80375f00135045d36b66868732f4</a>
+<blockquote>
+<p>
+ Update jbig2dec stuff for 0.19 release.<br>
+<br>
+jbig2dec/CHANGES<br>
+jbig2dec/jbig2.h<br>
+jbig2dec/jbig2dec.1<br>
+<p>
+</blockquote>
+<hr>
<p><strong>2020-09-09 11:50:12 +0100
</strong>
<br>Robin Watts &lt;Robin.Watts@artifex.com&gt;<br>