summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gs/base/gscdef.c4
-rw-r--r--gs/base/version.mak2
-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/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/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.htm8
-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/Source.htm2
-rw-r--r--gs/doc/Unix-lpr.htm2
-rw-r--r--gs/doc/Use.htm2
-rw-r--r--gs/doc/Xfonts.htm2
-rw-r--r--gs/doc/gs-vms.hlp2
-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/pdfopt.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
57 files changed, 78 insertions, 78 deletions
diff --git a/gs/base/gscdef.c b/gs/base/gscdef.c
index cf2424f3b..e64a7d5fb 100644
--- a/gs/base/gscdef.c
+++ b/gs/base/gscdef.c
@@ -31,7 +31,7 @@ const long gs_buildtime = GS_BUILDTIME;
#ifndef GS_COPYRIGHT
# define GS_COPYRIGHT\
- "Copyright (C) 2009 Artifex Software, Inc. All rights reserved."
+ "Copyright (C) 2010 Artifex Software, Inc. All rights reserved."
#endif
const char *const gs_copyright = GS_COPYRIGHT;
@@ -43,7 +43,7 @@ const char *const gs_productfamily = GS_PRODUCTFAMILY;
#ifndef GS_PRODUCT
# define GS_PRODUCT\
- GS_PRODUCTFAMILY " SVN PRE-RELEASE"
+ GS_PRODUCTFAMILY " Release Candidate"
#endif
const char *const gs_product = GS_PRODUCT;
diff --git a/gs/base/version.mak b/gs/base/version.mak
index f9da270ce..99d79a06d 100644
--- a/gs/base/version.mak
+++ b/gs/base/version.mak
@@ -19,7 +19,7 @@ GS_VERSION_MAJOR=8
GS_VERSION_MINOR=71
GS_VERSION_MINOR0=71
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20090801
+GS_REVISIONDATE=20100203
# 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 476c9335c..215243364 100644
--- a/gs/doc/API.htm
+++ b/gs/doc/API.htm
@@ -760,7 +760,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/C-style.htm b/gs/doc/C-style.htm
index dfe8f3ea7..964ad0b17 100644
--- a/gs/doc/C-style.htm
+++ b/gs/doc/C-style.htm
@@ -1578,7 +1578,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Commprod.htm b/gs/doc/Commprod.htm
index dd054c295..ca85fab1f 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/DLL.htm b/gs/doc/DLL.htm
index dbe19e379..a05109541 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Deprecated.htm b/gs/doc/Deprecated.htm
index fa3c6fca2..f9f9ee5e2 100644
--- a/gs/doc/Deprecated.htm
+++ b/gs/doc/Deprecated.htm
@@ -5594,7 +5594,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Details8.htm b/gs/doc/Details8.htm
index 1fa4fa6e7..2533e7f1c 100644
--- a/gs/doc/Details8.htm
+++ b/gs/doc/Details8.htm
@@ -98069,7 +98069,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Develop.htm b/gs/doc/Develop.htm
index 9cf9abcde..ec3e329b9 100644
--- a/gs/doc/Develop.htm
+++ b/gs/doc/Develop.htm
@@ -4866,7 +4866,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Devices.htm b/gs/doc/Devices.htm
index 98f50efde..fa9af49a9 100644
--- a/gs/doc/Devices.htm
+++ b/gs/doc/Devices.htm
@@ -1618,7 +1618,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Drivers.htm b/gs/doc/Drivers.htm
index 9dbc1aaf7..a09479367 100644
--- a/gs/doc/Drivers.htm
+++ b/gs/doc/Drivers.htm
@@ -3261,7 +3261,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Fonts.htm b/gs/doc/Fonts.htm
index 4f45208a8..aaac20326 100644
--- a/gs/doc/Fonts.htm
+++ b/gs/doc/Fonts.htm
@@ -774,7 +774,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Helpers.htm b/gs/doc/Helpers.htm
index 3a4f32c97..b0b1a2dbe 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History1.htm b/gs/doc/History1.htm
index ee9e89608..236c99ec3 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History2.htm b/gs/doc/History2.htm
index fe6fb517a..a2d7ca692 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History3.htm b/gs/doc/History3.htm
index ea2a3fea2..c80d47595 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History4.htm b/gs/doc/History4.htm
index e1931cc2e..3d7178ba5 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History5.htm b/gs/doc/History5.htm
index d29781b0b..ec18c9958 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History6.htm b/gs/doc/History6.htm
index 42a25f182..208d98bca 100644
--- a/gs/doc/History6.htm
+++ b/gs/doc/History6.htm
@@ -7329,7 +7329,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History7.htm b/gs/doc/History7.htm
index 494853337..965e45990 100644
--- a/gs/doc/History7.htm
+++ b/gs/doc/History7.htm
@@ -15715,7 +15715,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History8.htm b/gs/doc/History8.htm
index 28de4a4ad..93f48a8b1 100644
--- a/gs/doc/History8.htm
+++ b/gs/doc/History8.htm
@@ -56824,7 +56824,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Install.htm b/gs/doc/Install.htm
index 231df7f18..65b2da2f4 100644
--- a/gs/doc/Install.htm
+++ b/gs/doc/Install.htm
@@ -533,7 +533,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Issues.htm b/gs/doc/Issues.htm
index daedb7694..e3584bea8 100644
--- a/gs/doc/Issues.htm
+++ b/gs/doc/Issues.htm
@@ -588,7 +588,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Language.htm b/gs/doc/Language.htm
index 24572ca20..3c9d9f591 100644
--- a/gs/doc/Language.htm
+++ b/gs/doc/Language.htm
@@ -2367,7 +2367,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Lib.htm b/gs/doc/Lib.htm
index b2d82a79f..55c394508 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Make.htm b/gs/doc/Make.htm
index 5a94313e4..4b738ed14 100644
--- a/gs/doc/Make.htm
+++ b/gs/doc/Make.htm
@@ -2807,7 +2807,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/News.htm b/gs/doc/News.htm
index 60c8ae3ed..3eafb9aba 100644
--- a/gs/doc/News.htm
+++ b/gs/doc/News.htm
@@ -55,10 +55,10 @@ overview</a>.
<!-- [2.0 begin contents] ================================================== -->
-<h3><a name="Version8.71"></a>Version 8.71 (SVN PRE-RELEASE)</h3>
+<h3><a name="Version8.71"></a>Version 8.71 (2010-02-03)</h3>
<p>
-This is an unreleased development snapshot.
+This is a candidate release for the version 8.71.
<p> The following <a href="http://bugs.ghostscript.com/">bugs</a> were
open at the time of the last release: <blockquote>
@@ -141,7 +141,7 @@ of changes.
<hr>
<p>
-<small>Copyright &copy; 2005-2009 Artifex Software, Inc.
+<small>Copyright &copy; 2005-2010 Artifex Software, Inc.
All rights reserved.</small>
<p>
@@ -155,7 +155,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 8.71, 1 August 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Projects.htm b/gs/doc/Projects.htm
index 07274a8eb..b0bb5c66d 100644
--- a/gs/doc/Projects.htm
+++ b/gs/doc/Projects.htm
@@ -669,7 +669,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps-style.htm b/gs/doc/Ps-style.htm
index 3bb8f6342..0d3606907 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps2epsi.htm b/gs/doc/Ps2epsi.htm
index b4ecd2258..dc9f30a73 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps2pdf.htm b/gs/doc/Ps2pdf.htm
index 61d79b918..40f8f4c12 100644
--- a/gs/doc/Ps2pdf.htm
+++ b/gs/doc/Ps2pdf.htm
@@ -1061,7 +1061,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps2ps2.htm b/gs/doc/Ps2ps2.htm
index 3d5d7b251..1b940a429 100644
--- a/gs/doc/Ps2ps2.htm
+++ b/gs/doc/Ps2ps2.htm
@@ -268,7 +268,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Psfiles.htm b/gs/doc/Psfiles.htm
index 0a5adf173..a34984d26 100644
--- a/gs/doc/Psfiles.htm
+++ b/gs/doc/Psfiles.htm
@@ -1014,7 +1014,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Readme.htm b/gs/doc/Readme.htm
index 89c20c81b..3c4cee8c5 100644
--- a/gs/doc/Readme.htm
+++ b/gs/doc/Readme.htm
@@ -583,7 +583,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Release.htm b/gs/doc/Release.htm
index 9b556da6b..d9938da1e 100644
--- a/gs/doc/Release.htm
+++ b/gs/doc/Release.htm
@@ -829,7 +829,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Source.htm b/gs/doc/Source.htm
index 4b13e3278..a789cdbd8 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Unix-lpr.htm b/gs/doc/Unix-lpr.htm
index 04c239da3..0b6191463 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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Use.htm b/gs/doc/Use.htm
index 72501e41b..94698f35c 100644
--- a/gs/doc/Use.htm
+++ b/gs/doc/Use.htm
@@ -3685,7 +3685,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Xfonts.htm b/gs/doc/Xfonts.htm
index cb2488570..ef4afc0e8 100644
--- a/gs/doc/Xfonts.htm
+++ b/gs/doc/Xfonts.htm
@@ -258,7 +258,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 8.70, 31 July 2009
+<small>Ghostscript version 8.71, 3 February 2010
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/gs-vms.hlp b/gs/doc/gs-vms.hlp
index 645e0d080..523adbdae 100644
--- a/gs/doc/gs-vms.hlp
+++ b/gs/doc/gs-vms.hlp
@@ -1,7 +1,7 @@
1 gs
gs - GPL Ghostscript interpreter/previewer
! $Id$
-! Ghostscript version 8.70, 31 July 2009
+! Ghostscript version 8.71, 3 February 2010
Usage:
$ gs [options] [file ...]
diff --git a/gs/man/dvipdf.1 b/gs/man/dvipdf.1
index fec672b1e..8360271f5 100644
--- a/gs/man/dvipdf.1
+++ b/gs/man/dvipdf.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH DVIPDF 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH DVIPDF 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips
.SH SYNOPSIS
@@ -22,7 +22,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 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/font2c.1 b/gs/man/font2c.1
index c6621cebf..507cbac7f 100644
--- a/gs/man/font2c.1
+++ b/gs/man/font2c.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH FONT2C 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH FONT2C 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
font2c \- Write PostScript Type 0 or Type 1 font as C code
.SH SYNOPSIS
@@ -18,7 +18,7 @@ that can be linked with the interpreter.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/gs.1 b/gs/man/gs.1
index 9ec8235bf..179465a7a 100644
--- a/gs/man/gs.1
+++ b/gs/man/gs.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH GS 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH GS 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
gs \- Ghostscript (PostScript and PDF language interpreter and previewer)
.SH SYNOPSIS
@@ -397,7 +397,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 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the primary maintainers
of Ghostscript.
diff --git a/gs/man/gslp.1 b/gs/man/gslp.1
index 5b4bbc03b..c98b2bbef 100644
--- a/gs/man/gslp.1
+++ b/gs/man/gslp.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH GSLP 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH GSLP 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
gslp \- Format and print text using ghostscript
.br
@@ -93,7 +93,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 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/gsnd.1 b/gs/man/gsnd.1
index e087bd614..17b30753b 100644
--- a/gs/man/gsnd.1
+++ b/gs/man/gsnd.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH GSND 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH GSND 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
gsnd \- Run ghostscript (PostScript and PDF engine) without display
.SH SYNOPSIS
@@ -13,7 +13,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 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/pdf2dsc.1 b/gs/man/pdf2dsc.1
index 175e8ed07..9a31ae8ae 100644
--- a/gs/man/pdf2dsc.1
+++ b/gs/man/pdf2dsc.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PDF2DSC 1 "31 July 2009" 8.70 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2DSC 1 "3 February 2010" 8.71 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2dsc \- generate a PostScript page list of a PDF document
.SH SYNOPSIS
@@ -29,6 +29,6 @@ Ghostscript since release 3.53.
.SH SEE ALSO
gs(1), ghostview(1)
.SH VERSION
-This document was last revised for Ghostscript version 8.70.
+This document was last revised for Ghostscript version 8.71.
.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 3c7cf26c1..41964e42d 100644
--- a/gs/man/pdf2ps.1
+++ b/gs/man/pdf2ps.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PDF2PS 1 "31 July 2009" 8.70 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2PS 1 "3 February 2010" 8.71 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2ps \- Ghostscript PDF to PostScript translator
.SH SYNOPSIS
@@ -15,7 +15,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 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/pdfopt.1 b/gs/man/pdfopt.1
index bd111ec24..c4c4b0288 100644
--- a/gs/man/pdfopt.1
+++ b/gs/man/pdfopt.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PDFOPT 1 "31 July 2009" 8.70 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDFOPT 1 "3 February 2010" 8.71 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdfopt \- Ghostscript PDF Optimizer
.SH SYNOPSIS
@@ -21,7 +21,7 @@ system, from which you can get more details.
"Linearized PDF" in Adobe's PDF reference manual,
http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf
.SH VERSION
-This document was last revised for Ghostscript version 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/pf2afm.1 b/gs/man/pf2afm.1
index b33c66631..18c9be788 100644
--- a/gs/man/pf2afm.1
+++ b/gs/man/pf2afm.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PF2AFM 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH PF2AFM 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
pf2afm \- Make an AFM file from Postscript (PFB/PFA/PFM) font files using ghostscript
.SH SYNOPSIS
@@ -16,7 +16,7 @@ gs(1)
.br
pf2afm.ps in the Ghostscript lib directory.
.SH VERSION
-This document was last revised for Ghostscript version 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/pfbtopfa.1 b/gs/man/pfbtopfa.1
index 6e7f744e8..1b8fbe263 100644
--- a/gs/man/pfbtopfa.1
+++ b/gs/man/pfbtopfa.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PFBTOPFA 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH PFBTOPFA 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
pfbtopfa \- Convert Postscript .pfb fonts to .pfa format using ghostscript
.SH SYNOPSIS
@@ -11,7 +11,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 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/printafm.1 b/gs/man/printafm.1
index a0d6b8afa..c26d2b1bb 100644
--- a/gs/man/printafm.1
+++ b/gs/man/printafm.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PRINTAFM 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH PRINTAFM 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
printafm \- Print the metrics from a Postscript font in AFM format using ghostscript
.SH SYNOPSIS
@@ -12,7 +12,7 @@ Output goes to stdout.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/ps2ascii.1 b/gs/man/ps2ascii.1
index 8b8932abb..8b2865d4b 100644
--- a/gs/man/ps2ascii.1
+++ b/gs/man/ps2ascii.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PS2ASCII 1 "31 July 2009" 8.70 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2ASCII 1 "3 February 2010" 8.71 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII
.SH SYNOPSIS
@@ -23,7 +23,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 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/ps2epsi.1 b/gs/man/ps2epsi.1
index 0e19762ad..c7da619cb 100644
--- a/gs/man/ps2epsi.1
+++ b/gs/man/ps2epsi.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PS2EPSI 1 "31 July 2009" 8.70 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2EPSI 1 "3 February 2010" 8.71 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2epsi \- generate conforming Encapsulated PostScript
.SH SYNOPSIS
@@ -60,7 +60,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 8.70.
+This document was last revised for Ghostscript version 8.71.
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 9dfe425c6..cb0511d1a 100644
--- a/gs/man/ps2pdf.1
+++ b/gs/man/ps2pdf.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PS2PDF 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH PS2PDF 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdf \- Convert PostScript to PDF using ghostscript
.br
@@ -81,7 +81,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 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/ps2pdfwr.1 b/gs/man/ps2pdfwr.1
index 1662df49d..710f833a0 100644
--- a/gs/man/ps2pdfwr.1
+++ b/gs/man/ps2pdfwr.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PS2PDFWR 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH PS2PDFWR 1 "3 February 2010" 8.71 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 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/ps2ps.1 b/gs/man/ps2ps.1
index a35c1f89d..9113acc21 100644
--- a/gs/man/ps2ps.1
+++ b/gs/man/ps2ps.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH PS2PS 1 "31 July 2009" 8.70 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2PS 1 "3 February 2010" 8.71 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ps, eps2eps \- Ghostscript PostScript "distiller"
.SH SYNOPSIS
@@ -27,7 +27,7 @@ lower level output than is desirable. Use with caution.
.SH SEE ALSO
ps2pdf(1), ps2ascii(1), ps2epsi(1)
.SH VERSION
-This document was last revised for Ghostscript version 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.
diff --git a/gs/man/wftopfa.1 b/gs/man/wftopfa.1
index 8f22d81ca..0b5164097 100644
--- a/gs/man/wftopfa.1
+++ b/gs/man/wftopfa.1
@@ -1,5 +1,5 @@
.\" $Id$
-.TH WFTOPFA 1 "31 July 2009" 8.70 Ghostscript \" -*- nroff -*-
+.TH WFTOPFA 1 "3 February 2010" 8.71 Ghostscript \" -*- nroff -*-
.SH NAME
wftopfa \- Convert a Wadalab base font to Postscript .PFA (or .PFB)
format using ghostscript
@@ -13,7 +13,7 @@ format.
.SH SEE ALSO
gs(1)
.SH VERSION
-This document was last revised for Ghostscript version 8.70.
+This document was last revised for Ghostscript version 8.71.
.SH AUTHOR
Artifex Software, Inc. are the
primary maintainers of Ghostscript.