summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2023-03-02 09:05:27 +0000
committerChris Liddell <chris.liddell@artifex.com>2023-03-22 15:40:30 +0000
commit7813261a42912317a6da6a94b0a39749dad3d1a3 (patch)
treef39db144092e8fc66faa22f4c6d50a4edac63d9a
parent3abb368c6262e657402ea5ae01e6d91217427e0e (diff)
downloadghostpdl-7813261a42912317a6da6a94b0a39749dad3d1a3.tar.gz
Bring master up to date with 10.01.0 release branch
Product family, date docs version for 10.01.0 RC 1 Update News.htm for 10.01.0 Version and dates in man pages Dates and product string for 10.01.0rc2 Dates and product string for 10.01.0 release
-rw-r--r--base/version.mak2
-rw-r--r--doc/News.htm22
-rw-r--r--man/dvipdf.14
-rw-r--r--man/gs.14
-rw-r--r--man/gslp.14
-rw-r--r--man/gsnd.14
-rw-r--r--man/pdf2dsc.14
-rw-r--r--man/pdf2ps.14
-rw-r--r--man/pf2afm.14
-rw-r--r--man/pfbtopfa.14
-rw-r--r--man/printafm.14
-rw-r--r--man/ps2ascii.14
-rw-r--r--man/ps2epsi.14
-rw-r--r--man/ps2pdf.14
-rw-r--r--man/ps2pdfwr.14
-rw-r--r--man/ps2ps.14
16 files changed, 35 insertions, 45 deletions
diff --git a/base/version.mak b/base/version.mak
index 58c5c41db..d74e2e6ce 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -17,7 +17,7 @@ GS_VERSION_MAJOR=10
GS_VERSION_MINOR=02
GS_VERSION_PATCH=0
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20230302
+GS_REVISIONDATE=20230322
# 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/News.htm b/doc/News.htm
index 4e76ff350..2ce39a51c 100644
--- a/doc/News.htm
+++ b/doc/News.htm
@@ -5,22 +5,12 @@
<!-- [1.0 end visible header] ============================================== -->
<!-- [2.0 begin contents] ================================================== -->
-<h2><a name="Version10.00.0"></a>Version 10.00.0 (2022-08-18)</h2>
+<h2><a name="Version10.01.0"></a>Version 10.01.0 (2023-03-22)</h2>
<p> Highlights in this release include:
<ul>
<li>
-<p>The big change in this release is that the old PDF interpreter (written in PostScript)
-is now fully deprecated. We will not be making any further changes to it. For this release,
-the <code>-dNEWPDF=false</code> option remains for &quot;emergency&quot; use, but the option
-to fall back to the old intepreter will also be removed in the next full release (10.01.0) in
-spring 2023.
-<p>So we once again encourage all users to test the new interpreter in their use cases, and
-report any problems.
-</li>
-<li>
-<p>The new PDF interpreter written in C has had several performance improvements. It was already
-quicker for the majority of cases than the PostScript implementation, but we found further improvements
-for common cases, and also several speed improvements in edge cases.
+<p>We've continued to improve the performance of the PDF interpreter written in C
+and improve it's behaviour in edge and out-of-specification cases.
</li>
<li>
<p>Our efforts in code hygiene and maintainability continue.
@@ -101,7 +91,7 @@ alternative solution or return the previous functionality, if there is genuinely
option.
</li>
</ul>
-<h3><a name="10.00.0_changelog"></a>Changelog</h3>
+<h3><a name="10.01.0_changelog"></a>Changelog</h3>
<p>From 9.55.0 onwards, in recognition of how unwieldy very large HTML files can become
(History9.html had reached 8.1Mb!), we intend to only include the summary highlights (above).
<p>For anyone wanting the full details of the changes in
@@ -115,7 +105,7 @@ a release, we ask them to look at the history in our public git repository:
<hr>
<p>
-<small>Copyright &copy; 2005-2022 Artifex Software, Inc.
+<small>Copyright &copy; 2005-2023 Artifex Software, Inc.
All rights reserved.</small>
<p>
@@ -129,7 +119,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 10.00.0, 17 August 2022
+<small>Ghostscript version 10.01.0, 22 March 2023
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/man/dvipdf.1 b/man/dvipdf.1
index a1ff49c95..af9653365 100644
--- a/man/dvipdf.1
+++ b/man/dvipdf.1
@@ -1,4 +1,4 @@
-.TH DVIPDF 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH DVIPDF 1 "22 March 2023" 10.01.0 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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/gs.1 b/man/gs.1
index 76116447b..b93d60f41 100644
--- a/man/gs.1
+++ b/man/gs.1
@@ -1,4 +1,4 @@
-.TH GS 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH GS 1 "22 March 2023" 10.01.0 Ghostscript \" -*- nroff -*-
.SH NAME
gs \- Ghostscript (PostScript and PDF language interpreter and previewer)
.SH SYNOPSIS
@@ -423,7 +423,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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the primary maintainers
of Ghostscript.
diff --git a/man/gslp.1 b/man/gslp.1
index f36fc02a8..4ad316f44 100644
--- a/man/gslp.1
+++ b/man/gslp.1
@@ -1,4 +1,4 @@
-.TH GSLP 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH GSLP 1 "22 March 2023" 10.01.0 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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/gsnd.1 b/man/gsnd.1
index 0f438e6ab..a08437d9f 100644
--- a/man/gsnd.1
+++ b/man/gsnd.1
@@ -1,4 +1,4 @@
-.TH GSND 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH GSND 1 "22 March 2023" 10.01.0 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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/pdf2dsc.1 b/man/pdf2dsc.1
index 90425ecdc..3ed77518b 100644
--- a/man/pdf2dsc.1
+++ b/man/pdf2dsc.1
@@ -1,4 +1,4 @@
-.TH PDF2DSC 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2DSC 1 "22 March 2023" 10.01.0 "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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Yves Arrouye <yves.arrouye@usa.net> and Russell Lang gsview at ghostgum.com.au
diff --git a/man/pdf2ps.1 b/man/pdf2ps.1
index 3875ed944..153b0cdf1 100644
--- a/man/pdf2ps.1
+++ b/man/pdf2ps.1
@@ -1,4 +1,4 @@
-.TH PDF2PS 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2PS 1 "22 March 2023" 10.01.0 "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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/pf2afm.1 b/man/pf2afm.1
index 942051c66..a5c580611 100644
--- a/man/pf2afm.1
+++ b/man/pf2afm.1
@@ -1,4 +1,4 @@
-.TH PF2AFM 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PF2AFM 1 "22 March 2023" 10.01.0 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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/pfbtopfa.1 b/man/pfbtopfa.1
index 64f0d9b6b..4db422d2a 100644
--- a/man/pfbtopfa.1
+++ b/man/pfbtopfa.1
@@ -1,4 +1,4 @@
-.TH PFBTOPFA 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PFBTOPFA 1 "22 March 2023" 10.01.0 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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/printafm.1 b/man/printafm.1
index ce3433bec..c87443588 100644
--- a/man/printafm.1
+++ b/man/printafm.1
@@ -1,4 +1,4 @@
-.TH PRINTAFM 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PRINTAFM 1 "22 March 2023" 10.01.0 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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/ps2ascii.1 b/man/ps2ascii.1
index fe5ed7e63..decde0f35 100644
--- a/man/ps2ascii.1
+++ b/man/ps2ascii.1
@@ -1,4 +1,4 @@
-.TH PS2ASCII 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2ASCII 1 "22 March 2023" 10.01.0 "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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/ps2epsi.1 b/man/ps2epsi.1
index 0b369f06e..c3dd4674c 100644
--- a/man/ps2epsi.1
+++ b/man/ps2epsi.1
@@ -1,4 +1,4 @@
-.TH PS2EPSI 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2EPSI 1 "22 March 2023" 10.01.0 "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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
However, the content may be obsolete, or inconsistent with ps2epsi.txt.
.SH AUTHOR
George Cameron
diff --git a/man/ps2pdf.1 b/man/ps2pdf.1
index afe43e1a9..c535a7ff4 100644
--- a/man/ps2pdf.1
+++ b/man/ps2pdf.1
@@ -1,4 +1,4 @@
-.TH PS2PDF 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PS2PDF 1 "22 March 2023" 10.01.0 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdf \- Convert PostScript to PDF using ghostscript
.br
@@ -89,7 +89,7 @@ VectorDevices.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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/ps2pdfwr.1 b/man/ps2pdfwr.1
index 0798717bb..e7cb21f92 100644
--- a/man/ps2pdfwr.1
+++ b/man/ps2pdfwr.1
@@ -1,4 +1,4 @@
-.TH PS2PDFWR 1 "29 March 2022" 9.56.0 Ghostscript \" -*- nroff -*-
+.TH PS2PDFWR 1 "22 March 2023" 10.01.0 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
.SH SYNOPSIS
@@ -24,7 +24,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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/man/ps2ps.1 b/man/ps2ps.1
index b46368725..796eef84b 100644
--- a/man/ps2ps.1
+++ b/man/ps2ps.1
@@ -1,4 +1,4 @@
-.TH PS2PS 1 "29 March 2022" 9.56.0 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2PS 1 "22 March 2023" 10.01.0 "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.56.0.
+This document was last revised for Ghostscript version 10.01.0.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.