[gs-cvs] rev 7790 - in trunk/gs: doc lib src
giles at ghostscript.com
giles at ghostscript.com
Wed Mar 14 17:44:21 PDT 2007
Author: giles
Date: 2007-03-14 17:44:21 -0700 (Wed, 14 Mar 2007)
New Revision: 7790
Modified:
trunk/gs/doc/News.htm
trunk/gs/lib/gs_init.ps
trunk/gs/src/gscdef.c
trunk/gs/src/version.mak
Log:
Bump the revision number after the 8.56 release.
Modified: trunk/gs/doc/News.htm
===================================================================
--- trunk/gs/doc/News.htm 2007-03-15 00:26:09 UTC (rev 7789)
+++ trunk/gs/doc/News.htm 2007-03-15 00:44:21 UTC (rev 7790)
@@ -55,24 +55,13 @@
<!-- [2.0 begin contents] ================================================== -->
-<h3><a name="Version8.56"></a>Version 8.56 (2007-03-14)</h3>
+<h3><a name="Version8.56"></a>Version 8.56 (PRE-RELEASE SNAPSHOT)</h3>
-<!--
<p>
This is an unstable development snapshot of Ghostscript.
--->
-<p>This is a stable release in the 8.5x series of Ghostscript.
-It contains a numerous bug fixes and improvements. Most significantly,
-comformance with the Quality Logic CET suite for Postscript has been
-improved, and a special 'gs_cet.ps' prefix file can be sent with a
-job to produce output closer to that of the reference implementation.
-
-<p>This is our first release since Ghostscript 8.54. The 8.55 version
-number was skipped to avoid confusion with a GNU release.
-
<p> The following <a href="http://bugs.ghostscript.com/">bugs</a> were
-open at the time of this release: <blockquote>
+open at the time of the last release: <blockquote>
226943,
405501,
430175,
@@ -493,7 +482,7 @@
689138.
</blockquote>
-<h3><a name="8.56_Incompatible_changes"></a>Incompatible changes</h3>
+<h3><a name="8.57_Incompatible_changes"></a>Incompatible changes</h3>
<p>
There are no known incompatible changes at this point.
@@ -517,7 +506,7 @@
San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
<p>
-<small>Ghostscript version 8.56, 14 March 2007
+<small>Ghostscript version 8.57, 15 March 2007
<!-- [3.0 end visible trailer] ============================================= -->
Modified: trunk/gs/lib/gs_init.ps
===================================================================
--- trunk/gs/lib/gs_init.ps 2007-03-15 00:26:09 UTC (rev 7789)
+++ trunk/gs/lib/gs_init.ps 2007-03-15 00:44:21 UTC (rev 7790)
@@ -29,7 +29,7 @@
% Check the interpreter revision. NOTE: the interpreter code requires
% that the first non-comment token in this file be an integer.
-856
+857
dup revision ne
{ (gs: Interpreter revision \() print revision 10 string cvs print
(\) does not match gs_init.ps revision \() print 10 string cvs print
Modified: trunk/gs/src/gscdef.c
===================================================================
--- trunk/gs/src/gscdef.c 2007-03-15 00:26:09 UTC (rev 7789)
+++ trunk/gs/src/gscdef.c 2007-03-15 00:44:21 UTC (rev 7790)
@@ -43,7 +43,7 @@
#ifndef GS_PRODUCT
# define GS_PRODUCT\
- GS_PRODUCTFAMILY ""
+ GS_PRODUCTFAMILY " SVN PRE-RELEASE"
#endif
const char *CONFIG_CONST gs_product = GS_PRODUCT;
Modified: trunk/gs/src/version.mak
===================================================================
--- trunk/gs/src/version.mak 2007-03-15 00:26:09 UTC (rev 7789)
+++ trunk/gs/src/version.mak 2007-03-15 00:44:21 UTC (rev 7790)
@@ -16,10 +16,10 @@
# Major and minor version numbers.
# MINOR0 is different from MINOR only if MINOR is a single digit.
GS_VERSION_MAJOR=8
-GS_VERSION_MINOR=56
-GS_VERSION_MINOR0=56
+GS_VERSION_MINOR=57
+GS_VERSION_MINOR0=57
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20070314
+GS_REVISIONDATE=20070315
# Derived values
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)
More information about the gs-cvs
mailing list