[gs-cvs] rev 8165 - in trunk/gs: doc lib src

giles at ghostscript.com giles at ghostscript.com
Wed Aug 1 16:56:58 PDT 2007


Author: giles
Date: 2007-08-01 16:56:58 -0700 (Wed, 01 Aug 2007)
New Revision: 8165

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 post release.


Modified: trunk/gs/doc/News.htm
===================================================================
--- trunk/gs/doc/News.htm	2007-08-01 22:40:43 UTC (rev 8164)
+++ trunk/gs/doc/News.htm	2007-08-01 23:56:58 UTC (rev 8165)
@@ -55,33 +55,12 @@
 
 <!-- [2.0 begin contents] ================================================== -->
 
-<h3><a name="Version8.60"></a>Version 8.60 (2007-08-01)</h3>
+<h3><a name="Version8.61"></a>Version 8.61 (SVN PRE-RELEASE)</h3>
 
-<p>This is a new stable release of the Ghostscript codebase. The most 
-significant change is the merge of drivers and other patches from
-ESP Ghostscript. This version of Ghostscript work with CUPS and is 
-intended to be a replacement for the Easy Software fork going forward.
-We extend a special thanks to Till Kamppeter and Mike Sweet for making 
-this happen.
+<p>This is an unreleased development snapshot.
 
-<p>In addition to CUPS support, the ESP merge includes a number of other 
-notable changes. The contrib directory of the GPL Ghostscript source 
-tree now includes a much larger complement of drivers. These are not
-maintained by Artifex Software, Inc. and are not included in the 
-commercially licensed version, but are of great assistance maintaining 
-support for older printers in Linux distribution. The X11 device is now 
-modularized on Linux and Solaris systems when built with GNU ld, meaning 
-this device is compiled as a separate shared object which can be 
-optionally loaded at runtime, allowing the main binary to work on 
-systems without X client support installed.
-
-<p>This release also includes numerous important bug fixes over the 
-previous stable version, as well as improvements to performance, memory 
-footprint, shading and image handling. We recommend upgrading to all 
-users.
-
 <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,
@@ -515,7 +494,7 @@
 689386.
 </blockquote>
 
-<h3><a name="8.60_Incompatible_changes"></a>Incompatible changes</h3>
+<h3><a name="8.61_Incompatible_changes"></a>Incompatible changes</h3>
 
 <p>
 The default device on unix-oriented builds has temporarily switched to 
@@ -525,6 +504,11 @@
 change is a side effect of the X11 modularization patch, and will
 be remedied in a future release.
 
+<h3><a name="8.61_changelog"></a>Changelog</h3>
+
+<p>See the <a href="History8.htm">history file</a> for complete log 
+of changes.
+
 <!-- [2.0 end contents] ==================================================== -->
 
 <!-- [3.0 begin visible trailer] =========================================== -->

Modified: trunk/gs/lib/gs_init.ps
===================================================================
--- trunk/gs/lib/gs_init.ps	2007-08-01 22:40:43 UTC (rev 8164)
+++ trunk/gs/lib/gs_init.ps	2007-08-01 23:56:58 UTC (rev 8165)
@@ -27,9 +27,12 @@
 % initialization files, have names that begin with %, e.g.,
 % (%Type1BuildChar) cvn.
 
-% Check the interpreter revision.  NOTE: the interpreter code requires
-% that the first non-comment token in this file be an integer.
+% Interpreter library version number
+% NOTE: the interpreter code requires that the first non-comment token
+% in this file be an integer, and that it match the compiled-in version!
 860
+
+% Check the interpreter revision.
 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-08-01 22:40:43 UTC (rev 8164)
+++ trunk/gs/src/gscdef.c	2007-08-01 23:56:58 UTC (rev 8165)
@@ -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-08-01 22:40:43 UTC (rev 8164)
+++ trunk/gs/src/version.mak	2007-08-01 23:56:58 UTC (rev 8165)
@@ -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=60
-GS_VERSION_MINOR0=60
+GS_VERSION_MINOR=61
+GS_VERSION_MINOR0=61
 # Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20070801
+GS_REVISIONDATE=20070802
 # 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