From ba50b3c6061d35275b7067204da6f032fb46cf62 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Wed, 4 Oct 2017 09:50:33 +0100 Subject: Dates, product, changelog for 9.22 release --- base/gscdef.c | 2 +- base/version.mak | 2 +- doc/API.htm | 2 +- doc/C-style.htm | 2 +- doc/Commprod.htm | 2 +- doc/DLL.htm | 2 +- doc/Deprecated.htm | 2 +- doc/Details8.htm | 2 +- doc/Details9.htm | 2 +- doc/Develop.htm | 2 +- doc/Devices.htm | 2 +- doc/Drivers.htm | 2 +- doc/Fonts.htm | 2 +- doc/Helpers.htm | 2 +- doc/History1.htm | 2 +- doc/History2.htm | 2 +- doc/History3.htm | 2 +- doc/History4.htm | 2 +- doc/History5.htm | 2 +- doc/History6.htm | 2 +- doc/History7.htm | 2 +- doc/History8.htm | 2 +- doc/History9.htm | 57 ++++++++++++++++++++++++++++++++++++++--- doc/Install.htm | 2 +- doc/Issues.htm | 2 +- doc/Language.htm | 2 +- doc/Lib.htm | 2 +- doc/Make.htm | 2 +- doc/News.htm | 4 +-- doc/Projects.htm | 2 +- doc/Ps-style.htm | 2 +- doc/Ps2epsi.htm | 2 +- doc/Psfiles.htm | 2 +- doc/Readme.htm | 2 +- doc/Release.htm | 2 +- doc/SavedPages.htm | 2 +- doc/Source.htm | 2 +- doc/Unix-lpr.htm | 2 +- doc/Use.htm | 2 +- doc/VectorDevices.htm | 2 +- doc/WhatIsGS.htm | 2 +- doc/Xfonts.htm | 2 +- doc/gs-vms.hlp | 2 +- doc/sample_downscale_device.htm | 2 +- doc/thirdparty.htm | 2 +- man/dvipdf.1 | 2 +- man/gs.1 | 2 +- man/gslp.1 | 2 +- man/gsnd.1 | 2 +- man/pdf2dsc.1 | 2 +- man/pdf2ps.1 | 2 +- man/pf2afm.1 | 2 +- man/pfbtopfa.1 | 2 +- man/printafm.1 | 2 +- man/ps2ascii.1 | 2 +- man/ps2epsi.1 | 2 +- man/ps2pdf.1 | 2 +- man/ps2pdfwr.1 | 2 +- man/ps2ps.1 | 2 +- 59 files changed, 113 insertions(+), 62 deletions(-) diff --git a/base/gscdef.c b/base/gscdef.c index c9c19e628..a232a90d3 100644 --- a/base/gscdef.c +++ b/base/gscdef.c @@ -51,7 +51,7 @@ gs_program_family_name(void) #ifndef GS_PRODUCT # define GS_PRODUCT\ - GS_PRODUCTFAMILY " RELEASE CANDIDATE 2" + GS_PRODUCTFAMILY "" #endif const char *const gs_product = GS_PRODUCT; diff --git a/base/version.mak b/base/version.mak index 8b8a13b8c..8046f9756 100644 --- a/base/version.mak +++ b/base/version.mak @@ -18,7 +18,7 @@ GS_VERSION_MAJOR=9 GS_VERSION_MINOR=22 GS_VERSION_MINOR0=22 # Revision date: year x 10000 + month x 100 + day. -GS_REVISIONDATE=20170928 +GS_REVISIONDATE=20171004 # Derived values GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0) GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0) diff --git a/doc/API.htm b/doc/API.htm index 1a847afba..1e62c3696 100644 --- a/doc/API.htm +++ b/doc/API.htm @@ -821,7 +821,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/C-style.htm b/doc/C-style.htm index f15fe9bac..0a74f1dc0 100644 --- a/doc/C-style.htm +++ b/doc/C-style.htm @@ -1569,7 +1569,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Commprod.htm b/doc/Commprod.htm index 4c4545dde..cd949224b 100644 --- a/doc/Commprod.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/DLL.htm b/doc/DLL.htm index 92e684191..b98d4c28c 100644 --- a/doc/DLL.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Deprecated.htm b/doc/Deprecated.htm index bef32b732..4ae032672 100644 --- a/doc/Deprecated.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Details8.htm b/doc/Details8.htm index 26abf5d0f..9e1254ce1 100644 --- a/doc/Details8.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Details9.htm b/doc/Details9.htm index 463bde548..6931de8f6 100644 --- a/doc/Details9.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Develop.htm b/doc/Develop.htm index d1c4b340c..812ab070f 100644 --- a/doc/Develop.htm +++ b/doc/Develop.htm @@ -4749,7 +4749,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Devices.htm b/doc/Devices.htm index a42e476a5..35af480aa 100644 --- a/doc/Devices.htm +++ b/doc/Devices.htm @@ -1917,7 +1917,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Drivers.htm b/doc/Drivers.htm index dcff3db95..074de8879 100644 --- a/doc/Drivers.htm +++ b/doc/Drivers.htm @@ -3563,7 +3563,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Fonts.htm b/doc/Fonts.htm index 6d6eb0aec..cd98839fe 100644 --- a/doc/Fonts.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Helpers.htm b/doc/Helpers.htm index df828a47f..89978b857 100644 --- a/doc/Helpers.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/History1.htm b/doc/History1.htm index 73b1ed23a..a1dd5fb5c 100644 --- a/doc/History1.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/History2.htm b/doc/History2.htm index c4a69ce43..9ce7806d3 100644 --- a/doc/History2.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/History3.htm b/doc/History3.htm index 29550af47..58be5f0dc 100644 --- a/doc/History3.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/History4.htm b/doc/History4.htm index 89e5bb91c..2145a571c 100644 --- a/doc/History4.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/History5.htm b/doc/History5.htm index f002e481b..e7c1c6b12 100644 --- a/doc/History5.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/History6.htm b/doc/History6.htm index 82deb0d15..0ecaf6bfd 100644 --- a/doc/History6.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/History7.htm b/doc/History7.htm index 11c361581..77ad0661e 100644 --- a/doc/History7.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/History8.htm b/doc/History8.htm index c22b6288d..dd4bf7230 100644 --- a/doc/History8.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/History9.htm b/doc/History9.htm index 7072d2797..481a9b757 100644 --- a/doc/History9.htm +++ b/doc/History9.htm @@ -29,7 +29,7 @@ TOC to see how to edit it for visual conciseness.

Table of contents

Changelog

+ +

2017-10-03 10:01:14 +0100 + +
Chris Liddell <chris.liddell@artifex.com>
+dcba89978e3cd6e8e55b44e0830594a385a8e07e +

+

+ Bug 698615: pdf_add_ToUnicode() correct size of buffer
+
+ We allocate a buffer to store the Unicode value, but failing to account for
+ the fact that the Unicode value is two bytes, rather than a byte
+
+devices/vector/gdevpdte.c
+

+

+
+

2017-10-02 16:32:25 +0100 + +
Ken Sharp <ken.sharp@artifex.com>
+5751e508f72238c1fcaad1a4c284aa875542dd70 +

+

+ PDF interpreter - fix default /Decode for Lab images
+
+ When we get an image with no /Decode array we create a default one for
+ it by looking at the image colour space.
+
+ For Lab we use the /Range array, but unfortunately this only covers the
+ a and b channels, not the L. However, L always ranges from 0 - 100 so
+ here we just pull the Range array apart, add in that range, and create
+ a new array for the /Decode.
+
+Resource/Init/pdf_draw.ps
+

+

+
+

2017-09-28 18:04:20 -0600 + +
Henry Stiles <henry.stiles@artifex.com>
+3c2974bcd2e638be13c0ec814342a1a35ca0872b +

+

+ Fix buffer overflow regression.
+
+ The commit to address 694653 (3749bc274) was incorrect, the
+ font_data_size variable is not necessarily the size of the buffer.
+
+pcl/pcl/pcsfont.c
+

+

+

2017-09-28 11:35:58 +0100
Chris Liddell <chris.liddell@artifex.com>
@@ -166283,7 +166334,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Install.htm b/doc/Install.htm index a74e26fae..da35acfeb 100644 --- a/doc/Install.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Issues.htm b/doc/Issues.htm index 0a4043730..0bcaa8722 100644 --- a/doc/Issues.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Language.htm b/doc/Language.htm index 593207864..d3a22776a 100644 --- a/doc/Language.htm +++ b/doc/Language.htm @@ -1834,7 +1834,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Lib.htm b/doc/Lib.htm index 678f16a6a..00e3627f8 100644 --- a/doc/Lib.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Make.htm b/doc/Make.htm index 715a4e92b..a7dc6dd95 100644 --- a/doc/Make.htm +++ b/doc/Make.htm @@ -1470,7 +1470,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/News.htm b/doc/News.htm index 1df40db45..4541ae3da 100644 --- a/doc/News.htm +++ b/doc/News.htm @@ -56,7 +56,7 @@ overview. -

Version 9.22 (2017-09-28)

+

Version 9.22 (2017-10-04)

This is the sixteeth full release in the stable 9.x series. @@ -117,7 +117,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Projects.htm b/doc/Projects.htm index 100d62f3b..29dee1eba 100644 --- a/doc/Projects.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Ps-style.htm b/doc/Ps-style.htm index bc501adc4..598d99ceb 100644 --- a/doc/Ps-style.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Ps2epsi.htm b/doc/Ps2epsi.htm index 4040f4cf5..ec4561042 100644 --- a/doc/Ps2epsi.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Psfiles.htm b/doc/Psfiles.htm index e78a0eeb9..93d6a376f 100644 --- a/doc/Psfiles.htm +++ b/doc/Psfiles.htm @@ -917,7 +917,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Readme.htm b/doc/Readme.htm index 5718c6352..d7f97018f 100644 --- a/doc/Readme.htm +++ b/doc/Readme.htm @@ -574,7 +574,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Release.htm b/doc/Release.htm index a3694b10c..809b320e0 100644 --- a/doc/Release.htm +++ b/doc/Release.htm @@ -799,7 +799,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/SavedPages.htm b/doc/SavedPages.htm index 142ba595d..5ab2b404d 100644 --- a/doc/SavedPages.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Source.htm b/doc/Source.htm index 8107fe133..0ceb67b1c 100644 --- a/doc/Source.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Unix-lpr.htm b/doc/Unix-lpr.htm index 1124f06ff..c74a3cad8 100644 --- a/doc/Unix-lpr.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Use.htm b/doc/Use.htm index abfa4c9b5..c6c65c8f1 100644 --- a/doc/Use.htm +++ b/doc/Use.htm @@ -4460,7 +4460,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/VectorDevices.htm b/doc/VectorDevices.htm index 6a505a05e..92149446a 100644 --- a/doc/VectorDevices.htm +++ b/doc/VectorDevices.htm @@ -1343,7 +1343,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/WhatIsGS.htm b/doc/WhatIsGS.htm index 5db67b779..ab22304af 100644 --- a/doc/WhatIsGS.htm +++ b/doc/WhatIsGS.htm @@ -146,7 +146,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/Xfonts.htm b/doc/Xfonts.htm index 2c0499504..fe5311c51 100644 --- a/doc/Xfonts.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/gs-vms.hlp b/doc/gs-vms.hlp index 9b3a2b1db..3f40ec112 100644 --- a/doc/gs-vms.hlp +++ b/doc/gs-vms.hlp @@ -1,6 +1,6 @@ 1 gs gs - GPL Ghostscript interpreter/previewer -! Ghostscript version 9.22, 28 September 2017 +! Ghostscript version 9.22, 4 October 2017 Usage: $ gs [options] [file ...] diff --git a/doc/sample_downscale_device.htm b/doc/sample_downscale_device.htm index b59ed2a58..358b39c2a 100644 --- a/doc/sample_downscale_device.htm +++ b/doc/sample_downscale_device.htm @@ -220,7 +220,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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/doc/thirdparty.htm b/doc/thirdparty.htm index 9625b8206..6f46164c0 100644 --- a/doc/thirdparty.htm +++ b/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.

-Ghostscript version 9.22, 28 September 2017 +Ghostscript version 9.22, 4 October 2017 diff --git a/man/dvipdf.1 b/man/dvipdf.1 index c70566e09..f8838cd80 100644 --- a/man/dvipdf.1 +++ b/man/dvipdf.1 @@ -1,4 +1,4 @@ -.TH DVIPDF 1 "28 September 2017" 9.22 Ghostscript \" -*- nroff -*- +.TH DVIPDF 1 "4 October 2017" 9.22 Ghostscript \" -*- nroff -*- .SH NAME dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips .SH SYNOPSIS diff --git a/man/gs.1 b/man/gs.1 index 7fca8d911..96152e087 100644 --- a/man/gs.1 +++ b/man/gs.1 @@ -1,4 +1,4 @@ -.TH GS 1 "28 September 2017" 9.22 Ghostscript \" -*- nroff -*- +.TH GS 1 "4 October 2017" 9.22 Ghostscript \" -*- nroff -*- .SH NAME gs \- Ghostscript (PostScript and PDF language interpreter and previewer) .SH SYNOPSIS diff --git a/man/gslp.1 b/man/gslp.1 index 70b472998..8eb1426a0 100644 --- a/man/gslp.1 +++ b/man/gslp.1 @@ -1,4 +1,4 @@ -.TH GSLP 1 "28 September 2017" 9.22 Ghostscript \" -*- nroff -*- +.TH GSLP 1 "4 October 2017" 9.22 Ghostscript \" -*- nroff -*- .SH NAME gslp \- Format and print text using ghostscript .br diff --git a/man/gsnd.1 b/man/gsnd.1 index 12f025f5b..b7467aab1 100644 --- a/man/gsnd.1 +++ b/man/gsnd.1 @@ -1,4 +1,4 @@ -.TH GSND 1 "28 September 2017" 9.22 Ghostscript \" -*- nroff -*- +.TH GSND 1 "4 October 2017" 9.22 Ghostscript \" -*- nroff -*- .SH NAME gsnd \- Run ghostscript (PostScript and PDF engine) without display .SH SYNOPSIS diff --git a/man/pdf2dsc.1 b/man/pdf2dsc.1 index 25ac1f689..a85b0f3ea 100644 --- a/man/pdf2dsc.1 +++ b/man/pdf2dsc.1 @@ -1,4 +1,4 @@ -.TH PDF2DSC 1 "28 September 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- +.TH PDF2DSC 1 "4 October 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- .SH NAME pdf2dsc \- generate a PostScript page list of a PDF document .SH SYNOPSIS diff --git a/man/pdf2ps.1 b/man/pdf2ps.1 index 89b5fd116..c8187d865 100644 --- a/man/pdf2ps.1 +++ b/man/pdf2ps.1 @@ -1,4 +1,4 @@ -.TH PDF2PS 1 "28 September 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- +.TH PDF2PS 1 "4 October 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- .SH NAME pdf2ps \- Ghostscript PDF to PostScript translator .SH SYNOPSIS diff --git a/man/pf2afm.1 b/man/pf2afm.1 index ca396f621..49d62b2e8 100644 --- a/man/pf2afm.1 +++ b/man/pf2afm.1 @@ -1,4 +1,4 @@ -.TH PF2AFM 1 "28 September 2017" 9.22 Ghostscript \" -*- nroff -*- +.TH PF2AFM 1 "4 October 2017" 9.22 Ghostscript \" -*- nroff -*- .SH NAME pf2afm \- Make an AFM file from Postscript (PFB/PFA/PFM) font files using ghostscript .SH SYNOPSIS diff --git a/man/pfbtopfa.1 b/man/pfbtopfa.1 index 05b6d2424..1b9633654 100644 --- a/man/pfbtopfa.1 +++ b/man/pfbtopfa.1 @@ -1,4 +1,4 @@ -.TH PFBTOPFA 1 "28 September 2017" 9.22 Ghostscript \" -*- nroff -*- +.TH PFBTOPFA 1 "4 October 2017" 9.22 Ghostscript \" -*- nroff -*- .SH NAME pfbtopfa \- Convert Postscript .pfb fonts to .pfa format using ghostscript .SH SYNOPSIS diff --git a/man/printafm.1 b/man/printafm.1 index 875dc9d44..e8848574a 100644 --- a/man/printafm.1 +++ b/man/printafm.1 @@ -1,4 +1,4 @@ -.TH PRINTAFM 1 "28 September 2017" 9.22 Ghostscript \" -*- nroff -*- +.TH PRINTAFM 1 "4 October 2017" 9.22 Ghostscript \" -*- nroff -*- .SH NAME printafm \- Print the metrics from a Postscript font in AFM format using ghostscript .SH SYNOPSIS diff --git a/man/ps2ascii.1 b/man/ps2ascii.1 index 9c61d1258..a9e0b2700 100644 --- a/man/ps2ascii.1 +++ b/man/ps2ascii.1 @@ -1,4 +1,4 @@ -.TH PS2ASCII 1 "28 September 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- +.TH PS2ASCII 1 "4 October 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- .SH NAME ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII .SH SYNOPSIS diff --git a/man/ps2epsi.1 b/man/ps2epsi.1 index 953b07b23..7416dc8bc 100644 --- a/man/ps2epsi.1 +++ b/man/ps2epsi.1 @@ -1,4 +1,4 @@ -.TH PS2EPSI 1 "28 September 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- +.TH PS2EPSI 1 "4 October 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- .SH NAME ps2epsi \- generate conforming Encapsulated PostScript .SH SYNOPSIS diff --git a/man/ps2pdf.1 b/man/ps2pdf.1 index 37c9a12ec..cc89eff66 100644 --- a/man/ps2pdf.1 +++ b/man/ps2pdf.1 @@ -1,4 +1,4 @@ -.TH PS2PDF 1 "28 September 2017" 9.22 Ghostscript \" -*- nroff -*- +.TH PS2PDF 1 "4 October 2017" 9.22 Ghostscript \" -*- nroff -*- .SH NAME ps2pdf \- Convert PostScript to PDF using ghostscript .br diff --git a/man/ps2pdfwr.1 b/man/ps2pdfwr.1 index 552902767..b318e25e2 100644 --- a/man/ps2pdfwr.1 +++ b/man/ps2pdfwr.1 @@ -1,4 +1,4 @@ -.TH PS2PDFWR 1 "28 September 2017" 9.22 Ghostscript \" -*- nroff -*- +.TH PS2PDFWR 1 "4 October 2017" 9.22 Ghostscript \" -*- nroff -*- .SH NAME ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript .SH SYNOPSIS diff --git a/man/ps2ps.1 b/man/ps2ps.1 index 01f0276cf..d8f090b9a 100644 --- a/man/ps2ps.1 +++ b/man/ps2ps.1 @@ -1,4 +1,4 @@ -.TH PS2PS 1 "28 September 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- +.TH PS2PS 1 "4 October 2017" 9.22 "Ghostscript Tools" \" -*- nroff -*- .SH NAME ps2ps, eps2eps \- Ghostscript PostScript "distiller" .SH SYNOPSIS -- cgit v1.2.1