summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2015-04-07 13:24:57 +0100
committerChris Liddell <chris.liddell@artifex.com>2015-04-07 13:24:57 +0100
commit6fa4bc39fcfb927d410fb56832500a08dff7f30a (patch)
tree4df2b48dc79dc52cb39627eb59cee6c5461ea614
parent1fa5c6a1bc27033f5a3bc134ba6557e58bbfe87a (diff)
downloadghostpdl-gs917.tar.gz
Tweak dates and changelog for 9.17 releaseghostscript-9.17ghostpdl-9.17gs917
-rw-r--r--gs/Resource/Init/gs_init.ps2
-rw-r--r--gs/base/version.mak6
-rw-r--r--gs/doc/API.htm2
-rw-r--r--gs/doc/C-style.htm2
-rw-r--r--gs/doc/Commprod.htm2
-rw-r--r--gs/doc/DLL.htm2
-rw-r--r--gs/doc/Deprecated.htm2
-rw-r--r--gs/doc/Details8.htm2
-rw-r--r--gs/doc/Details9.htm2
-rw-r--r--gs/doc/Develop.htm2
-rw-r--r--gs/doc/Devices.htm2
-rw-r--r--gs/doc/Drivers.htm2
-rw-r--r--gs/doc/Fonts.htm2
-rw-r--r--gs/doc/Helpers.htm2
-rw-r--r--gs/doc/History1.htm2
-rw-r--r--gs/doc/History2.htm2
-rw-r--r--gs/doc/History3.htm2
-rw-r--r--gs/doc/History4.htm2
-rw-r--r--gs/doc/History5.htm2
-rw-r--r--gs/doc/History6.htm2
-rw-r--r--gs/doc/History7.htm2
-rw-r--r--gs/doc/History8.htm2
-rw-r--r--gs/doc/History9.htm76
-rw-r--r--gs/doc/Install.htm2
-rw-r--r--gs/doc/Issues.htm2
-rw-r--r--gs/doc/Language.htm2
-rw-r--r--gs/doc/Lib.htm2
-rw-r--r--gs/doc/Make.htm2
-rw-r--r--gs/doc/News.htm13
-rw-r--r--gs/doc/Projects.htm2
-rw-r--r--gs/doc/Ps-style.htm2
-rw-r--r--gs/doc/Ps2epsi.htm2
-rw-r--r--gs/doc/Ps2pdf.htm2
-rw-r--r--gs/doc/Ps2ps2.htm2
-rw-r--r--gs/doc/Psfiles.htm2
-rw-r--r--gs/doc/Readme.htm2
-rw-r--r--gs/doc/Release.htm2
-rw-r--r--gs/doc/SavedPages.htm2
-rw-r--r--gs/doc/Source.htm2
-rw-r--r--gs/doc/Unix-lpr.htm2
-rw-r--r--gs/doc/Use.htm2
-rw-r--r--gs/doc/WhatIsGS.htm2
-rw-r--r--gs/doc/Xfonts.htm2
-rw-r--r--gs/doc/gs-vms.hlp2
-rw-r--r--gs/doc/thirdparty.htm2
-rw-r--r--gs/man/dvipdf.14
-rw-r--r--gs/man/font2c.14
-rw-r--r--gs/man/gs.14
-rw-r--r--gs/man/gslp.14
-rw-r--r--gs/man/gsnd.14
-rw-r--r--gs/man/pdf2dsc.14
-rw-r--r--gs/man/pdf2ps.14
-rw-r--r--gs/man/pf2afm.14
-rw-r--r--gs/man/pfbtopfa.14
-rw-r--r--gs/man/printafm.14
-rw-r--r--gs/man/ps2ascii.14
-rw-r--r--gs/man/ps2epsi.14
-rw-r--r--gs/man/ps2pdf.14
-rw-r--r--gs/man/ps2pdfwr.14
-rw-r--r--gs/man/ps2ps.14
-rw-r--r--gs/man/wftopfa.14
61 files changed, 159 insertions, 84 deletions
diff --git a/gs/Resource/Init/gs_init.ps b/gs/Resource/Init/gs_init.ps
index 503cf0ed8..3c8433bac 100644
--- a/gs/Resource/Init/gs_init.ps
+++ b/gs/Resource/Init/gs_init.ps
@@ -29,7 +29,7 @@
% Interpreter library version number
% NOTE: the interpreter code requires that the first non-comment token
% in this file be an integer, and that it match the compiled-in version!
-916
+917
% Check the interpreter revision.
dup revision ne
diff --git a/gs/base/version.mak b/gs/base/version.mak
index 22e3e68db..1af447068 100644
--- a/gs/base/version.mak
+++ b/gs/base/version.mak
@@ -15,10 +15,10 @@
# Major and minor version numbers.
# MINOR0 is different from MINOR only if MINOR is a single digit.
GS_VERSION_MAJOR=9
-GS_VERSION_MINOR=16
-GS_VERSION_MINOR0=16
+GS_VERSION_MINOR=17
+GS_VERSION_MINOR0=17
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20150330
+GS_REVISIONDATE=20150407
# Derived values
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)
diff --git a/gs/doc/API.htm b/gs/doc/API.htm
index 15af8b163..7bdea59a1 100644
--- a/gs/doc/API.htm
+++ b/gs/doc/API.htm
@@ -841,7 +841,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/C-style.htm b/gs/doc/C-style.htm
index b36c41277..35bd70a1f 100644
--- a/gs/doc/C-style.htm
+++ b/gs/doc/C-style.htm
@@ -1570,7 +1570,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Commprod.htm b/gs/doc/Commprod.htm
index 472101508..450a9a45c 100644
--- a/gs/doc/Commprod.htm
+++ b/gs/doc/Commprod.htm
@@ -251,7 +251,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/DLL.htm b/gs/doc/DLL.htm
index 440c8ac97..9427d1791 100644
--- a/gs/doc/DLL.htm
+++ b/gs/doc/DLL.htm
@@ -702,7 +702,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Deprecated.htm b/gs/doc/Deprecated.htm
index 522b9e971..8eeb70469 100644
--- a/gs/doc/Deprecated.htm
+++ b/gs/doc/Deprecated.htm
@@ -5592,7 +5592,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Details8.htm b/gs/doc/Details8.htm
index 7ac634d8f..e72961e2e 100644
--- a/gs/doc/Details8.htm
+++ b/gs/doc/Details8.htm
@@ -104188,7 +104188,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Details9.htm b/gs/doc/Details9.htm
index fc8e1729e..8c1ad79b5 100644
--- a/gs/doc/Details9.htm
+++ b/gs/doc/Details9.htm
@@ -13042,7 +13042,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Develop.htm b/gs/doc/Develop.htm
index 49288cc92..e268ac149 100644
--- a/gs/doc/Develop.htm
+++ b/gs/doc/Develop.htm
@@ -4823,7 +4823,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Devices.htm b/gs/doc/Devices.htm
index a199ded54..62942eb42 100644
--- a/gs/doc/Devices.htm
+++ b/gs/doc/Devices.htm
@@ -1801,7 +1801,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Drivers.htm b/gs/doc/Drivers.htm
index 9f72555c3..81aeb2165 100644
--- a/gs/doc/Drivers.htm
+++ b/gs/doc/Drivers.htm
@@ -3550,7 +3550,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Fonts.htm b/gs/doc/Fonts.htm
index b171eed33..96a9f68a4 100644
--- a/gs/doc/Fonts.htm
+++ b/gs/doc/Fonts.htm
@@ -313,7 +313,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Helpers.htm b/gs/doc/Helpers.htm
index 648a1bd2a..3679034d5 100644
--- a/gs/doc/Helpers.htm
+++ b/gs/doc/Helpers.htm
@@ -300,7 +300,7 @@ contact Artifex Software, Inc., 101 Lucas Valley Road #110,
San Rafael, CA 94903, U.S.A., +1(415)492-9861.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History1.htm b/gs/doc/History1.htm
index dab3a8800..2908d194f 100644
--- a/gs/doc/History1.htm
+++ b/gs/doc/History1.htm
@@ -430,7 +430,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History2.htm b/gs/doc/History2.htm
index ab62a4877..c1d57a408 100644
--- a/gs/doc/History2.htm
+++ b/gs/doc/History2.htm
@@ -5224,7 +5224,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History3.htm b/gs/doc/History3.htm
index eb8c6dae9..075704256 100644
--- a/gs/doc/History3.htm
+++ b/gs/doc/History3.htm
@@ -8589,7 +8589,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History4.htm b/gs/doc/History4.htm
index 9684bd129..30616097f 100644
--- a/gs/doc/History4.htm
+++ b/gs/doc/History4.htm
@@ -3973,7 +3973,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History5.htm b/gs/doc/History5.htm
index 5df67051a..ead92b26d 100644
--- a/gs/doc/History5.htm
+++ b/gs/doc/History5.htm
@@ -13447,7 +13447,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History6.htm b/gs/doc/History6.htm
index dfd38ad41..62a500716 100644
--- a/gs/doc/History6.htm
+++ b/gs/doc/History6.htm
@@ -7324,7 +7324,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History7.htm b/gs/doc/History7.htm
index e8f46934b..cff4920b7 100644
--- a/gs/doc/History7.htm
+++ b/gs/doc/History7.htm
@@ -15713,7 +15713,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History8.htm b/gs/doc/History8.htm
index 447169d6a..d5c298711 100644
--- a/gs/doc/History8.htm
+++ b/gs/doc/History8.htm
@@ -62047,7 +62047,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History9.htm b/gs/doc/History9.htm
index eafb19d7e..261c99cd4 100644
--- a/gs/doc/History9.htm
+++ b/gs/doc/History9.htm
@@ -29,6 +29,7 @@ TOC to see how to edit it for visual conciseness.
<h2>Table of contents</h2>
<blockquote><ul>
+<li><a href="#Version9.17">Version 9.17 (2015-04-07)</a>
<li><a href="#Version9.16">Version 9.16 (2015-03-30)</a>
<li><a href="#Version9.15">Version 9.15 (2014-09-22)</a>
<li><a href="#Version9.14">Version 9.14 (2014-03-26)</a>
@@ -72,6 +73,79 @@ overview</a>.
<!-- [1.0 end visible header] ============================================== -->
<!-- [2.0 begin contents] ================================================== -->
+<h2><a name="Version9.17"></a>Version 9.17 (2015-04-07)</h2>
+
+<p>This is a minor bugfix, Artifex-only release in the stable 9.x series,
+required due to a bug affecting only the commercial Luratech image
+decoder/encoder code integration.
+
+<p> Highlights in this release include:
+<ul>
+<li>
+<p>"LockColorants" command line option for tiffsep and psdcmyk devices. Specifying
+-dLockColorants will restrict those devices to only the colorants list on the command
+line (thus: -c "<< /SeparationColorNames [ /Cyan /Magenta /Yellow /Black /Violet /Orange]
+/SeparationOrder [ /Cyan /Magenta /Yellow /Black /Violet /Orange]>> setpagedevice"), rather
+than allowing the devices to add new colorants as encountered in the input. This is, obviously,
+preferable for real printers, where only a certain of inks will be available.
+</li>
+<li>
+<p>Improved high level devices handling of Forms. Whilst High level devices (eg pdfwrite)
+already checked Forms to see if they are duplicates, and if so use the initial definition.
+However, this does not improve performance, since the Form PaintProc still needs to be executed
+for each instance of the Form, and the matching algorithm could, in very odd circumstances, be
+defeated. The new implementation benefits both causes, meaning the second and subsequent invocation
+of the form need not re-run the PaintProc, and removes the heuristic aspect of the reuse detection.
+</li>
+<li>
+<p>New URW+ fonts in which the families NimbusMono, NimbusRoman and NimbusSans have been
+augmented with production quality Greek and Cyrillic glyphs. These correspond to our
+substitutes for the PDF base 14 fonts.
+</li>
+<li>
+<p>Plus the usual round of bug fixes, compatibility changes, and incremental improvements.
+</li>
+</ul>
+<p>For a list of open issues, or to report problems,
+please visit <a href="http://bugs.ghostscript.com/">bugs.ghostscript.com</a>.
+
+<h3><a name="9.17_Incompatible_changes"></a>Incompatible changes</h3>
+<p>
+No recorded incompatible changes.
+
+<h3><a name="9.17_changelog"></a>Changelog</h3>
+<p><strong>2015-04-06 21:43:55 +0100
+</strong>
+<br>Chris Liddell &lt;chris.liddell@artifex.com&gt;<br>
+<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=1fa5c6a1bc27033f5a3bc134ba6557e58bbfe87a">1fa5c6a1bc27033f5a3bc134ba6557e58bbfe87a</a>
+<blockquote>
+<p>
+ Bug 695905: reoder tests to prevent seg fault.<br>
+<br>
+ We should check the pointer is not null *before* trying to strcmp it.<br>
+<br>
+ No cluster differences.<br>
+<br>
+gs/devices/vector/gdevpsdp.c<br>
+<p>
+</blockquote>
+<hr>
+<p><strong>2015-03-30 22:19:37 +0100
+</strong>
+<br>Chris Liddell &lt;chris.liddell@artifex.com&gt;<br>
+<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=ab3988f4cb26864b479c1416aa1bb299c3ba90f8">ab3988f4cb26864b479c1416aa1bb299c3ba90f8</a>
+<blockquote>
+<p>
+ Fix date typo in the docs.<br>
+<br>
+ No cluster diffs.<br>
+<br>
+gs/doc/History9.htm<br>
+<p>
+</blockquote>
+<hr>
+<hr size=20>
+
<h2><a name="Version9.16"></a>Version 9.16 (2015-03-30)</h2>
<p>This is the twelfth full release in the stable 9.x series, and is
@@ -112131,7 +112205,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Install.htm b/gs/doc/Install.htm
index 8b8f7fbea..dbcee763c 100644
--- a/gs/doc/Install.htm
+++ b/gs/doc/Install.htm
@@ -507,7 +507,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Issues.htm b/gs/doc/Issues.htm
index 8d036da7d..ac3eb8db4 100644
--- a/gs/doc/Issues.htm
+++ b/gs/doc/Issues.htm
@@ -439,7 +439,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Language.htm b/gs/doc/Language.htm
index d301c1f65..d9b77044a 100644
--- a/gs/doc/Language.htm
+++ b/gs/doc/Language.htm
@@ -2431,7 +2431,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Lib.htm b/gs/doc/Lib.htm
index f075fe903..6fb84bdf4 100644
--- a/gs/doc/Lib.htm
+++ b/gs/doc/Lib.htm
@@ -861,7 +861,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Make.htm b/gs/doc/Make.htm
index ab4d3a062..8da2df740 100644
--- a/gs/doc/Make.htm
+++ b/gs/doc/Make.htm
@@ -2925,7 +2925,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/News.htm b/gs/doc/News.htm
index 06db0a227..a9b560f4f 100644
--- a/gs/doc/News.htm
+++ b/gs/doc/News.htm
@@ -56,10 +56,11 @@ overview</a>.
<!-- [2.0 begin contents] ================================================== -->
-<h2><a name="Version9.16"></a>Version 9.16 (2015-03-30)</h2>
+<h2><a name="Version9.17"></a>Version 9.17 (2015-04-07)</h2>
-<p>This is the twelfth full release in the stable 9.x series, and is
-primarily a maintenance release.
+<p>This is a minor bugfix, Artifex-only release in the stable 9.x series,
+required due to a bug affecting only the commercial Luratech image
+decoder/encoder code integration.
<p> Highlights in this release include:
<ul>
@@ -91,11 +92,11 @@ substitutes for the PDF base 14 fonts.
<p>For a list of open issues, or to report problems,
please visit <a href="http://bugs.ghostscript.com/">bugs.ghostscript.com</a>.
-<h3><a name="9.16_Incompatible_changes"></a>Incompatible changes</h3>
+<h3><a name="9.17_Incompatible_changes"></a>Incompatible changes</h3>
<p>
No recorded incompatible changes.
-<h3><a name="9.16_changelog"></a>Changelog</h3>
+<h3><a name="9.17_changelog"></a>Changelog</h3>
<p>See the <a href="History9.htm">history file</a> for complete log
of changes.
@@ -120,7 +121,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Projects.htm b/gs/doc/Projects.htm
index ad1772e9b..6ac1f5985 100644
--- a/gs/doc/Projects.htm
+++ b/gs/doc/Projects.htm
@@ -634,7 +634,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps-style.htm b/gs/doc/Ps-style.htm
index 3577fa08e..4640a7801 100644
--- a/gs/doc/Ps-style.htm
+++ b/gs/doc/Ps-style.htm
@@ -505,7 +505,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps2epsi.htm b/gs/doc/Ps2epsi.htm
index fde40cfd1..5db0ede5d 100644
--- a/gs/doc/Ps2epsi.htm
+++ b/gs/doc/Ps2epsi.htm
@@ -176,7 +176,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps2pdf.htm b/gs/doc/Ps2pdf.htm
index 1ac462213..bacf4261c 100644
--- a/gs/doc/Ps2pdf.htm
+++ b/gs/doc/Ps2pdf.htm
@@ -1143,7 +1143,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps2ps2.htm b/gs/doc/Ps2ps2.htm
index bb629eb51..69d24783d 100644
--- a/gs/doc/Ps2ps2.htm
+++ b/gs/doc/Ps2ps2.htm
@@ -284,7 +284,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Psfiles.htm b/gs/doc/Psfiles.htm
index 969b8ca08..a3820d0b3 100644
--- a/gs/doc/Psfiles.htm
+++ b/gs/doc/Psfiles.htm
@@ -1003,7 +1003,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Readme.htm b/gs/doc/Readme.htm
index 2f97b6ff1..d7991f250 100644
--- a/gs/doc/Readme.htm
+++ b/gs/doc/Readme.htm
@@ -602,7 +602,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Release.htm b/gs/doc/Release.htm
index a7d581e92..0fbc07ec8 100644
--- a/gs/doc/Release.htm
+++ b/gs/doc/Release.htm
@@ -844,7 +844,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/SavedPages.htm b/gs/doc/SavedPages.htm
index 013c1a80e..2fcc01306 100644
--- a/gs/doc/SavedPages.htm
+++ b/gs/doc/SavedPages.htm
@@ -276,7 +276,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Source.htm b/gs/doc/Source.htm
index 7ffac6b3c..6a20447d4 100644
--- a/gs/doc/Source.htm
+++ b/gs/doc/Source.htm
@@ -376,7 +376,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Unix-lpr.htm b/gs/doc/Unix-lpr.htm
index 7b7a6bb24..2af5f0e45 100644
--- a/gs/doc/Unix-lpr.htm
+++ b/gs/doc/Unix-lpr.htm
@@ -260,7 +260,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Use.htm b/gs/doc/Use.htm
index 96c9c8e9c..d92de5837 100644
--- a/gs/doc/Use.htm
+++ b/gs/doc/Use.htm
@@ -4315,7 +4315,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/WhatIsGS.htm b/gs/doc/WhatIsGS.htm
index cc5b458b0..cfaa389bb 100644
--- a/gs/doc/WhatIsGS.htm
+++ b/gs/doc/WhatIsGS.htm
@@ -196,7 +196,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Xfonts.htm b/gs/doc/Xfonts.htm
index 42a1c9a3e..93de6d339 100644
--- a/gs/doc/Xfonts.htm
+++ b/gs/doc/Xfonts.htm
@@ -271,7 +271,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/gs-vms.hlp b/gs/doc/gs-vms.hlp
index 4c75abbcc..1b661ed70 100644
--- a/gs/doc/gs-vms.hlp
+++ b/gs/doc/gs-vms.hlp
@@ -1,6 +1,6 @@
1 gs
gs - GPL Ghostscript interpreter/previewer
-! Ghostscript version 9.16, 30 March 2015
+! Ghostscript version 9.17, 7 April 2015
Usage:
$ gs [options] [file ...]
diff --git a/gs/doc/thirdparty.htm b/gs/doc/thirdparty.htm
index fe4a1bcd4..f026a3aa4 100644
--- a/gs/doc/thirdparty.htm
+++ b/gs/doc/thirdparty.htm
@@ -495,7 +495,7 @@ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 9.16, 30 March 2015
+<small>Ghostscript version 9.17, 7 April 2015
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/man/dvipdf.1 b/gs/man/dvipdf.1
index cf2b8aec1..975862179 100644
--- a/gs/man/dvipdf.1
+++ b/gs/man/dvipdf.1
@@ -1,4 +1,4 @@
-.TH DVIPDF 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH DVIPDF 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips
.SH SYNOPSIS
@@ -21,7 +21,7 @@ and any options from the command-line.
.SH SEE ALSO
gs(1), dvips(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/font2c.1 b/gs/man/font2c.1
index ec3fa0454..06b016d50 100644
--- a/gs/man/font2c.1
+++ b/gs/man/font2c.1
@@ -1,4 +1,4 @@
-.TH FONT2C 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH FONT2C 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
font2c \- Write PostScript Type 0 or Type 1 font as C code
.SH SYNOPSIS
@@ -17,7 +17,7 @@ that can be linked with the interpreter.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/gs.1 b/gs/man/gs.1
index 604acfe6e..c61a45d18 100644
--- a/gs/man/gs.1
+++ b/gs/man/gs.1
@@ -1,4 +1,4 @@
-.TH GS 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH GS 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
gs \- Ghostscript (PostScript and PDF language interpreter and previewer)
.SH SYNOPSIS
@@ -448,7 +448,7 @@ The various Ghostscript document files (above), especially \fBUse.htm\fR.
See http://bugs.ghostscript.com/ and the Usenet news group
comp.lang.postscript.
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the primary maintainers
of Ghostscript.
diff --git a/gs/man/gslp.1 b/gs/man/gslp.1
index 85a2b52e3..0b1a3bfde 100644
--- a/gs/man/gslp.1
+++ b/gs/man/gslp.1
@@ -1,4 +1,4 @@
-.TH GSLP 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH GSLP 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
gslp \- Format and print text using ghostscript
.br
@@ -92,7 +92,7 @@ Also, the string %# in a heading or footing is replaced with the page #.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/gsnd.1 b/gs/man/gsnd.1
index 16973bd03..1876aa5c8 100644
--- a/gs/man/gsnd.1
+++ b/gs/man/gsnd.1
@@ -1,4 +1,4 @@
-.TH GSND 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH GSND 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
gsnd \- Run ghostscript (PostScript and PDF engine) without display
.SH SYNOPSIS
@@ -12,7 +12,7 @@ flag, followed by any other arguments from the command-line.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/pdf2dsc.1 b/gs/man/pdf2dsc.1
index 7eb9c1bd9..067ea11e8 100644
--- a/gs/man/pdf2dsc.1
+++ b/gs/man/pdf2dsc.1
@@ -1,4 +1,4 @@
-.TH PDF2DSC 1 "30 March 2015" 9.16 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2DSC 1 "7 April 2015" 9.17 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2dsc \- generate a PostScript page list of a PDF document
.SH SYNOPSIS
@@ -28,6 +28,6 @@ Ghostscript since release 3.53.
.SH SEE ALSO
gs(1), ghostview(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Yves Arrouye <yves.arrouye@usa.net> and Russell Lang gsview at ghostgum.com.au
diff --git a/gs/man/pdf2ps.1 b/gs/man/pdf2ps.1
index 66a55ab6e..4325e6e18 100644
--- a/gs/man/pdf2ps.1
+++ b/gs/man/pdf2ps.1
@@ -1,4 +1,4 @@
-.TH PDF2PS 1 "30 March 2015" 9.16 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2PS 1 "7 April 2015" 9.17 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2ps \- Ghostscript PDF to PostScript translator
.SH SYNOPSIS
@@ -14,7 +14,7 @@ LanguageLevel 3 in the output.
Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your
system, from which you can get more details.
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/pf2afm.1 b/gs/man/pf2afm.1
index 4141be455..b26d1e2d5 100644
--- a/gs/man/pf2afm.1
+++ b/gs/man/pf2afm.1
@@ -1,4 +1,4 @@
-.TH PF2AFM 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH PF2AFM 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
pf2afm \- Make an AFM file from Postscript (PFB/PFA/PFM) font files using ghostscript
.SH SYNOPSIS
@@ -15,7 +15,7 @@ gs(1)
.br
pf2afm.ps in the Ghostscript lib directory.
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/pfbtopfa.1 b/gs/man/pfbtopfa.1
index 36c067eaa..3a130effb 100644
--- a/gs/man/pfbtopfa.1
+++ b/gs/man/pfbtopfa.1
@@ -1,4 +1,4 @@
-.TH PFBTOPFA 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH PFBTOPFA 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
pfbtopfa \- Convert Postscript .pfb fonts to .pfa format using ghostscript
.SH SYNOPSIS
@@ -10,7 +10,7 @@ to convert a .pfb file into a .pfa file.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/printafm.1 b/gs/man/printafm.1
index c43867c2a..d5c6d4b0f 100644
--- a/gs/man/printafm.1
+++ b/gs/man/printafm.1
@@ -1,4 +1,4 @@
-.TH PRINTAFM 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH PRINTAFM 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
printafm \- Print the metrics from a Postscript font in AFM format using ghostscript
.SH SYNOPSIS
@@ -11,7 +11,7 @@ Output goes to stdout.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/ps2ascii.1 b/gs/man/ps2ascii.1
index ec710d8b4..190d35a7c 100644
--- a/gs/man/ps2ascii.1
+++ b/gs/man/ps2ascii.1
@@ -1,4 +1,4 @@
-.TH PS2ASCII 1 "30 March 2015" 9.16 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2ASCII 1 "7 April 2015" 9.17 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII
.SH SYNOPSIS
@@ -22,7 +22,7 @@ system, from which you can get more details.
.SH SEE ALSO
pstotext(1), http://www.research.digital.com/SRC/virtualpaper/pstotext.html
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/ps2epsi.1 b/gs/man/ps2epsi.1
index 2d5ae148b..949204748 100644
--- a/gs/man/ps2epsi.1
+++ b/gs/man/ps2epsi.1
@@ -1,4 +1,4 @@
-.TH PS2EPSI 1 "30 March 2015" 9.16 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2EPSI 1 "7 April 2015" 9.17 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2epsi \- generate conforming Encapsulated PostScript
.SH SYNOPSIS
@@ -59,7 +59,7 @@ ps2epsi.ps>the Ghostscript program which does the work
.SH SEE ALSO
gs (1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
However, the content may be obsolete, or inconsistent with ps2epsi.txt.
.SH AUTHOR
George Cameron
diff --git a/gs/man/ps2pdf.1 b/gs/man/ps2pdf.1
index 6ed3c1f5a..db91ba35f 100644
--- a/gs/man/ps2pdf.1
+++ b/gs/man/ps2pdf.1
@@ -1,4 +1,4 @@
-.TH PS2PDF 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH PS2PDF 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdf \- Convert PostScript to PDF using ghostscript
.br
@@ -89,7 +89,7 @@ Ps2pdf.htm in the Ghostscript documentation
See http://bugs.ghostscript.com/ and the Usenet news group
comp.lang.postscript.
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/ps2pdfwr.1 b/gs/man/ps2pdfwr.1
index 12dcd77cd..44dcb13c6 100644
--- a/gs/man/ps2pdfwr.1
+++ b/gs/man/ps2pdfwr.1
@@ -1,4 +1,4 @@
-.TH PS2PDFWR 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH PS2PDFWR 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
.SH SYNOPSIS
@@ -23,7 +23,7 @@ scripts all invoke this one with the addition of the respective compatibility le
.SH SEE ALSO
gs(1), ps2pdf(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/ps2ps.1 b/gs/man/ps2ps.1
index bc7dae97f..ef099fa02 100644
--- a/gs/man/ps2ps.1
+++ b/gs/man/ps2ps.1
@@ -1,4 +1,4 @@
-.TH PS2PS 1 "30 March 2015" 9.16 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2PS 1 "7 April 2015" 9.17 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ps, eps2eps \- Ghostscript PostScript "distiller"
.SH SYNOPSIS
@@ -22,7 +22,7 @@ system, from which you can get more details.
.SH SEE ALSO
ps2pdf(1), ps2ascii(1), ps2epsi(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/wftopfa.1 b/gs/man/wftopfa.1
index 9cd2af057..41830f6ea 100644
--- a/gs/man/wftopfa.1
+++ b/gs/man/wftopfa.1
@@ -1,4 +1,4 @@
-.TH WFTOPFA 1 "30 March 2015" 9.16 Ghostscript \" -*- nroff -*-
+.TH WFTOPFA 1 "7 April 2015" 9.17 Ghostscript \" -*- nroff -*-
.SH NAME
wftopfa \- Convert a Wadalab base font to Postscript .PFA (or .PFB)
format using ghostscript
@@ -12,7 +12,7 @@ format.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 9.16.
+This document was last revised for Ghostscript version 9.17.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.