summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2013-02-12 15:44:33 +0000
committerChris Liddell <chris.liddell@artifex.com>2013-02-13 09:09:17 +0000
commit76b4193e5d8cb280f4795b0e959657ad695ad54d (patch)
treefd8fa83c6893b4603699f856d7c77f7e1135e3de
parent8fbcb3a68ca46ff9f56863d19a7c3342b53c220e (diff)
downloadghostpdl-gs907.tar.gz
Revise release date and product string for 9.07 release.ghostscript-9.07ghostpdl-9.07gs907
Color feature news additions.
-rw-r--r--gs/base/gscdef.c2
-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/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.htm29
-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.htm27
-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/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.12
-rw-r--r--gs/man/font2c.12
-rw-r--r--gs/man/gs.12
-rw-r--r--gs/man/gslp.12
-rw-r--r--gs/man/gsnd.12
-rw-r--r--gs/man/pdf2dsc.12
-rw-r--r--gs/man/pdf2ps.12
-rw-r--r--gs/man/pdfopt.12
-rw-r--r--gs/man/pf2afm.12
-rw-r--r--gs/man/pfbtopfa.12
-rw-r--r--gs/man/printafm.12
-rw-r--r--gs/man/ps2ascii.12
-rw-r--r--gs/man/ps2epsi.12
-rw-r--r--gs/man/ps2pdf.12
-rw-r--r--gs/man/ps2pdfwr.12
-rw-r--r--gs/man/ps2ps.12
-rw-r--r--gs/man/wftopfa.12
61 files changed, 100 insertions, 74 deletions
diff --git a/gs/base/gscdef.c b/gs/base/gscdef.c
index 69f1b39c4..d76fa90b3 100644
--- a/gs/base/gscdef.c
+++ b/gs/base/gscdef.c
@@ -45,7 +45,7 @@ const char *const gs_productfamily = GS_PRODUCTFAMILY;
#ifndef GS_PRODUCT
# define GS_PRODUCT\
- GS_PRODUCTFAMILY " RELEASE CANDIDATE 1"
+ GS_PRODUCTFAMILY ""
#endif
const char *const gs_product = GS_PRODUCT;
diff --git a/gs/base/version.mak b/gs/base/version.mak
index a3e368391..62c99b5ff 100644
--- a/gs/base/version.mak
+++ b/gs/base/version.mak
@@ -18,7 +18,7 @@ GS_VERSION_MAJOR=9
GS_VERSION_MINOR=07
GS_VERSION_MINOR0=07
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20130131
+GS_REVISIONDATE=20130214
# 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 9bfbec2ce..043f345bf 100644
--- a/gs/doc/API.htm
+++ b/gs/doc/API.htm
@@ -814,7 +814,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/C-style.htm b/gs/doc/C-style.htm
index 539cd3f8e..35b047c29 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 9.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Commprod.htm b/gs/doc/Commprod.htm
index 1208ffb27..5eecd529f 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/DLL.htm b/gs/doc/DLL.htm
index d61988b4f..46b32c461 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Deprecated.htm b/gs/doc/Deprecated.htm
index 5ece63cbc..b4e2ee6da 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Details8.htm b/gs/doc/Details8.htm
index 03aa2c9b2..0c1093858 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Details9.htm b/gs/doc/Details9.htm
index b81cc1519..496ac9284 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Develop.htm b/gs/doc/Develop.htm
index de59a5118..0524dd27e 100644
--- a/gs/doc/Develop.htm
+++ b/gs/doc/Develop.htm
@@ -4837,7 +4837,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Devices.htm b/gs/doc/Devices.htm
index 52d964f79..530a3d062 100644
--- a/gs/doc/Devices.htm
+++ b/gs/doc/Devices.htm
@@ -1799,7 +1799,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Drivers.htm b/gs/doc/Drivers.htm
index 8e86d4931..89a2ad417 100644
--- a/gs/doc/Drivers.htm
+++ b/gs/doc/Drivers.htm
@@ -3397,7 +3397,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Fonts.htm b/gs/doc/Fonts.htm
index f544da9c4..2dac5e772 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 9.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Helpers.htm b/gs/doc/Helpers.htm
index bf252eb8e..e04a1a224 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History1.htm b/gs/doc/History1.htm
index fd38553a5..d2745cae5 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History2.htm b/gs/doc/History2.htm
index 286c5086a..6dd453009 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History3.htm b/gs/doc/History3.htm
index 6a1304dad..85249287e 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History4.htm b/gs/doc/History4.htm
index 8258181e7..5369a3c1a 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History5.htm b/gs/doc/History5.htm
index a969ed798..49d4d72d1 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History6.htm b/gs/doc/History6.htm
index 25f1904bc..2d12687a1 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History7.htm b/gs/doc/History7.htm
index 2f0411f54..945628b71 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History8.htm b/gs/doc/History8.htm
index b95b88a64..eeb407fe1 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/History9.htm b/gs/doc/History9.htm
index d08bbd5af..c8ef56137 100644
--- a/gs/doc/History9.htm
+++ b/gs/doc/History9.htm
@@ -29,7 +29,7 @@ TOC to see how to edit it for visual conciseness.
<h2>Table of contents</h2>
<blockquote><ul>
-<li><a href="#Version9.07">Version 9.07 (2013-01-31)</a>
+<li><a href="#Version9.07">Version 9.07 (2013-02-14)</a>
<li><a href="#Version9.06">Version 9.06 (2012-07-31)</a>
<li><a href="#Version9.05">Version 9.05 (2012-02-08)</a>
<li><a href="#Version9.04">Version 9.04 (2011-08-05)</a>
@@ -67,7 +67,7 @@ overview</a>.
<!-- [1.0 end visible header] ============================================== -->
<!-- [2.0 begin contents] ================================================== -->
-<h2><a name="Version9.07"></a>Version 9.07 (2013-01-31)</h2>
+<h2><a name="Version9.07"></a>Version 9.07 (2013-02-14)</h2>
<p>This is the seventh full release in the stable 9.x series.
@@ -106,15 +106,28 @@ supports 64 bit Postscript integer objects.
the &quot;-dSimulateOverprint&quot; command line option.
</li>
<li>
-<p> Support for use of DeviceN ICC color profiles as the output profile.
+<p> Support for use of DeviceN ICC color profiles as the output profile with
+the tiffsep and psdcmyk devices.
</li>
<li>
-<p> Provide ability to specify no color management from the srcgtag structure
-for different objects
+<p> Support for customized named color handling with DeviceN colors
</li>
<li>
-<p> New CMM option(s) for direct color replacement of text, graphic and image
-RGB or CMYK colors.
+<p> Support for black point compensation
+</li>
+<li>
+<p> Support for K preservation in CMYK to CMYK conversions
+</li>
+<li>
+<p> Support for DeviceLink profiles for graphic, image and text objects
+</li>
+<li>
+<p> Support for custom color replacement
+</li>
+<li>
+<p> Increased control in specifying color conversions as a function of object type
+<p> Full details of the color management features can be found in:
+<a href="GS9_Color_Management.pdf">GS9_Color_Management.pdf</a>
</li>
<li>
<p> Provide BigTIFF output option: the tiff devices can write BigTIFF files
@@ -81645,7 +81658,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Install.htm b/gs/doc/Install.htm
index 99288dfb3..16db7f1ae 100644
--- a/gs/doc/Install.htm
+++ b/gs/doc/Install.htm
@@ -564,7 +564,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Issues.htm b/gs/doc/Issues.htm
index 07d7be5b1..9e0e6f9d4 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 9.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Language.htm b/gs/doc/Language.htm
index a9d731eda..08c5bf098 100644
--- a/gs/doc/Language.htm
+++ b/gs/doc/Language.htm
@@ -2373,7 +2373,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Lib.htm b/gs/doc/Lib.htm
index 468d3a21f..3b27cb970 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Make.htm b/gs/doc/Make.htm
index dae148f8e..12620225b 100644
--- a/gs/doc/Make.htm
+++ b/gs/doc/Make.htm
@@ -2930,7 +2930,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/News.htm b/gs/doc/News.htm
index 007ec486c..d037b2279 100644
--- a/gs/doc/News.htm
+++ b/gs/doc/News.htm
@@ -56,7 +56,7 @@ overview</a>.
<!-- [2.0 begin contents] ================================================== -->
-<h2><a name="Version9.07"></a>Version 9.07 (2013-01-31)</h2>
+<h2><a name="Version9.07"></a>Version 9.07 (2013-02-14)</h2>
<p>This is the seventh full release in the stable 9.x series.
@@ -95,15 +95,28 @@ supports 64 bit Postscript integer objects.
the &quot;-dSimulateOverprint&quot; command line option.
</li>
<li>
-<p> Support for use of DeviceN ICC color profiles as the output profile.
+<p> Support for use of DeviceN ICC color profiles as the output profile with
+the tiffsep and psdcmyk devices.
</li>
<li>
-<p> Provide ability to specify no color management from the srcgtag structure
-for different objects
+<p> Support for customized named color handling with DeviceN colors
</li>
<li>
-<p> New CMM option(s) for direct color replacement of text, graphic and image
-RGB or CMYK colors.
+<p> Support for black point compensation
+</li>
+<li>
+<p> Support for K preservation in CMYK to CMYK conversions
+</li>
+<li>
+<p> Support for DeviceLink profiles for graphic, image and text objects
+</li>
+<li>
+<p> Support for custom color replacement
+</li>
+<li>
+<p> Increased control in specifying color conversions as a function of object type
+<p> Full details of the color management features can be found in:
+<a href="GS9_Color_Management.pdf">GS9_Color_Management.pdf</a>
</li>
<li>
<p> Provide BigTIFF output option: the tiff devices can write BigTIFF files
@@ -149,7 +162,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Projects.htm b/gs/doc/Projects.htm
index fff889319..a41238b28 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 9.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps-style.htm b/gs/doc/Ps-style.htm
index 4394ff087..c503e9bb8 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps2epsi.htm b/gs/doc/Ps2epsi.htm
index db09fac9d..aaee53bed 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps2pdf.htm b/gs/doc/Ps2pdf.htm
index 628f2f6b0..e89c756a8 100644
--- a/gs/doc/Ps2pdf.htm
+++ b/gs/doc/Ps2pdf.htm
@@ -1095,7 +1095,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Ps2ps2.htm b/gs/doc/Ps2ps2.htm
index 282bcff1b..e21c6789a 100644
--- a/gs/doc/Ps2ps2.htm
+++ b/gs/doc/Ps2ps2.htm
@@ -280,7 +280,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Psfiles.htm b/gs/doc/Psfiles.htm
index e1c193710..b99292a82 100644
--- a/gs/doc/Psfiles.htm
+++ b/gs/doc/Psfiles.htm
@@ -1012,7 +1012,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Readme.htm b/gs/doc/Readme.htm
index 142c5d709..2b92a1741 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Release.htm b/gs/doc/Release.htm
index ba7172b4e..b55008b33 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Source.htm b/gs/doc/Source.htm
index 32d7fa778..ad916d34b 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Unix-lpr.htm b/gs/doc/Unix-lpr.htm
index 23d4c2671..7f48bfa5f 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Use.htm b/gs/doc/Use.htm
index 5eb1cc346..2bbc2f065 100644
--- a/gs/doc/Use.htm
+++ b/gs/doc/Use.htm
@@ -4233,7 +4233,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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/WhatIsGS.htm b/gs/doc/WhatIsGS.htm
index 06e5f630c..e5be194cc 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/Xfonts.htm b/gs/doc/Xfonts.htm
index b86e7ece4..9725440b9 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/doc/gs-vms.hlp b/gs/doc/gs-vms.hlp
index 5931d4f58..62163928d 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.07, 31 January 2013
+! Ghostscript version 9.07, 12 February 2013
Usage:
$ gs [options] [file ...]
diff --git a/gs/doc/thirdparty.htm b/gs/doc/thirdparty.htm
index bd16a0c15..1519b7ade 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.07, 31 January 2013
+<small>Ghostscript version 9.07, 12 February 2013
<!-- [3.0 end visible trailer] ============================================= -->
diff --git a/gs/man/dvipdf.1 b/gs/man/dvipdf.1
index 329bde252..0a806126b 100644
--- a/gs/man/dvipdf.1
+++ b/gs/man/dvipdf.1
@@ -1,4 +1,4 @@
-.TH DVIPDF 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH DVIPDF 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
dvipdf \- Convert TeX DVI file to PDF using ghostscript and dvips
.SH SYNOPSIS
diff --git a/gs/man/font2c.1 b/gs/man/font2c.1
index 00734e58a..4707a210b 100644
--- a/gs/man/font2c.1
+++ b/gs/man/font2c.1
@@ -1,4 +1,4 @@
-.TH FONT2C 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH FONT2C 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
font2c \- Write PostScript Type 0 or Type 1 font as C code
.SH SYNOPSIS
diff --git a/gs/man/gs.1 b/gs/man/gs.1
index 85bc504f1..3a0ee7f90 100644
--- a/gs/man/gs.1
+++ b/gs/man/gs.1
@@ -1,4 +1,4 @@
-.TH GS 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH GS 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
gs \- Ghostscript (PostScript and PDF language interpreter and previewer)
.SH SYNOPSIS
diff --git a/gs/man/gslp.1 b/gs/man/gslp.1
index 26ba125bc..3a7dd4bb3 100644
--- a/gs/man/gslp.1
+++ b/gs/man/gslp.1
@@ -1,4 +1,4 @@
-.TH GSLP 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH GSLP 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
gslp \- Format and print text using ghostscript
.br
diff --git a/gs/man/gsnd.1 b/gs/man/gsnd.1
index c6b87b630..9e718f023 100644
--- a/gs/man/gsnd.1
+++ b/gs/man/gsnd.1
@@ -1,4 +1,4 @@
-.TH GSND 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH GSND 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
gsnd \- Run ghostscript (PostScript and PDF engine) without display
.SH SYNOPSIS
diff --git a/gs/man/pdf2dsc.1 b/gs/man/pdf2dsc.1
index 55b46c50c..2f877c6cc 100644
--- a/gs/man/pdf2dsc.1
+++ b/gs/man/pdf2dsc.1
@@ -1,4 +1,4 @@
-.TH PDF2DSC 1 "31 January 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2DSC 1 "12 February 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2dsc \- generate a PostScript page list of a PDF document
.SH SYNOPSIS
diff --git a/gs/man/pdf2ps.1 b/gs/man/pdf2ps.1
index dddfc0f1c..f623ea9b2 100644
--- a/gs/man/pdf2ps.1
+++ b/gs/man/pdf2ps.1
@@ -1,4 +1,4 @@
-.TH PDF2PS 1 "31 January 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDF2PS 1 "12 February 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdf2ps \- Ghostscript PDF to PostScript translator
.SH SYNOPSIS
diff --git a/gs/man/pdfopt.1 b/gs/man/pdfopt.1
index ac968c5c0..b3ed7c7e7 100644
--- a/gs/man/pdfopt.1
+++ b/gs/man/pdfopt.1
@@ -1,4 +1,4 @@
-.TH PDFOPT 1 "31 January 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
+.TH PDFOPT 1 "12 February 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
pdfopt \- Ghostscript PDF Optimizer
.SH SYNOPSIS
diff --git a/gs/man/pf2afm.1 b/gs/man/pf2afm.1
index ebd454983..24b62d14e 100644
--- a/gs/man/pf2afm.1
+++ b/gs/man/pf2afm.1
@@ -1,4 +1,4 @@
-.TH PF2AFM 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH PF2AFM 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
pf2afm \- Make an AFM file from Postscript (PFB/PFA/PFM) font files using ghostscript
.SH SYNOPSIS
diff --git a/gs/man/pfbtopfa.1 b/gs/man/pfbtopfa.1
index 71a7e1b79..8d108eea0 100644
--- a/gs/man/pfbtopfa.1
+++ b/gs/man/pfbtopfa.1
@@ -1,4 +1,4 @@
-.TH PFBTOPFA 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH PFBTOPFA 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
pfbtopfa \- Convert Postscript .pfb fonts to .pfa format using ghostscript
.SH SYNOPSIS
diff --git a/gs/man/printafm.1 b/gs/man/printafm.1
index ffd2859e5..fd4e6fe43 100644
--- a/gs/man/printafm.1
+++ b/gs/man/printafm.1
@@ -1,4 +1,4 @@
-.TH PRINTAFM 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH PRINTAFM 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
printafm \- Print the metrics from a Postscript font in AFM format using ghostscript
.SH SYNOPSIS
diff --git a/gs/man/ps2ascii.1 b/gs/man/ps2ascii.1
index 0788340e9..9c8eff6f5 100644
--- a/gs/man/ps2ascii.1
+++ b/gs/man/ps2ascii.1
@@ -1,4 +1,4 @@
-.TH PS2ASCII 1 "31 January 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2ASCII 1 "12 February 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII
.SH SYNOPSIS
diff --git a/gs/man/ps2epsi.1 b/gs/man/ps2epsi.1
index 226a421a4..0267f825e 100644
--- a/gs/man/ps2epsi.1
+++ b/gs/man/ps2epsi.1
@@ -1,4 +1,4 @@
-.TH PS2EPSI 1 "31 January 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2EPSI 1 "12 February 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2epsi \- generate conforming Encapsulated PostScript
.SH SYNOPSIS
diff --git a/gs/man/ps2pdf.1 b/gs/man/ps2pdf.1
index 0cb833ae3..18e329466 100644
--- a/gs/man/ps2pdf.1
+++ b/gs/man/ps2pdf.1
@@ -1,4 +1,4 @@
-.TH PS2PDF 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH PS2PDF 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdf \- Convert PostScript to PDF using ghostscript
.br
diff --git a/gs/man/ps2pdfwr.1 b/gs/man/ps2pdfwr.1
index da2a78f4c..43630094a 100644
--- a/gs/man/ps2pdfwr.1
+++ b/gs/man/ps2pdfwr.1
@@ -1,4 +1,4 @@
-.TH PS2PDFWR 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH PS2PDFWR 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
ps2pdfwr \- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
.SH SYNOPSIS
diff --git a/gs/man/ps2ps.1 b/gs/man/ps2ps.1
index 3b13a2296..bd51e991e 100644
--- a/gs/man/ps2ps.1
+++ b/gs/man/ps2ps.1
@@ -1,4 +1,4 @@
-.TH PS2PS 1 "31 January 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
+.TH PS2PS 1 "12 February 2013" 9.07 "Ghostscript Tools" \" -*- nroff -*-
.SH NAME
ps2ps, eps2eps \- Ghostscript PostScript "distiller"
.SH SYNOPSIS
diff --git a/gs/man/wftopfa.1 b/gs/man/wftopfa.1
index 0219f1d8e..4bc7f6dc9 100644
--- a/gs/man/wftopfa.1
+++ b/gs/man/wftopfa.1
@@ -1,4 +1,4 @@
-.TH WFTOPFA 1 "31 January 2013" 9.07 Ghostscript \" -*- nroff -*-
+.TH WFTOPFA 1 "12 February 2013" 9.07 Ghostscript \" -*- nroff -*-
.SH NAME
wftopfa \- Convert a Wadalab base font to Postscript .PFA (or .PFB)
format using ghostscript