[gs-cvs] rev 7956 - in trunk/gs: doc lib src
giles at ghostscript.com
giles at ghostscript.com
Fri May 11 15:29:09 PDT 2007
Author: giles
Date: 2007-05-11 15:29:09 -0700 (Fri, 11 May 2007)
New Revision: 7956
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 version number and date after the 8.57 release. We're skipping
to 8.60 for the next release because of some reorganization to the
source tree and the merge of the ESP Ghostscript patch set, both
scheduled for the next release.
Modified: trunk/gs/doc/News.htm
===================================================================
--- trunk/gs/doc/News.htm 2007-05-11 18:56:54 UTC (rev 7955)
+++ trunk/gs/doc/News.htm 2007-05-11 22:29:09 UTC (rev 7956)
@@ -55,19 +55,12 @@
<!-- [2.0 begin contents] ================================================== -->
-<h3><a name="Version8.57"></a>Version 8.57 (2007-05-11)</h3>
+<h3><a name="Version8.60"></a>Version 8.60 (UNRELEASED)</h3>
-<p>This is a stable release in the 8.5x series of Ghostscript.
-In addition to the usual bug fixes, there are specific performance
-and quality improvements in the areas of patterns, shading and
-image filtering.
+<p>This is an unreleased development snapshot.
-<p>Also new in this release is an implementation of the Well Tempered
-Screening algorithm in an output device, using Graeme Gill's IMDI
-library for efficient color mapping.
-
<p> The following <a href="http://bugs.ghostscript.com/">bugs</a> were
-open at the time of release: <blockquote>
+open at the time of the last release: <blockquote>
226943,
430175,
465936,
@@ -469,7 +462,7 @@
689230.
</blockquote>
-<h3><a name="8.57_Incompatible_changes"></a>Incompatible changes</h3>
+<h3><a name="8.60_Incompatible_changes"></a>Incompatible changes</h3>
<p>
There are no known incompatible changes at this point.
Modified: trunk/gs/lib/gs_init.ps
===================================================================
--- trunk/gs/lib/gs_init.ps 2007-05-11 18:56:54 UTC (rev 7955)
+++ trunk/gs/lib/gs_init.ps 2007-05-11 22:29:09 UTC (rev 7956)
@@ -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.
-857
+860
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-05-11 18:56:54 UTC (rev 7955)
+++ trunk/gs/src/gscdef.c 2007-05-11 22:29:09 UTC (rev 7956)
@@ -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-05-11 18:56:54 UTC (rev 7955)
+++ trunk/gs/src/version.mak 2007-05-11 22:29:09 UTC (rev 7956)
@@ -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=57
-GS_VERSION_MINOR0=57
+GS_VERSION_MINOR=60
+GS_VERSION_MINOR0=60
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20070511
+GS_REVISIONDATE=20070512
# 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