diff options
Diffstat (limited to 'doc/History9.htm')
-rw-r--r-- | doc/History9.htm | 167 |
1 files changed, 163 insertions, 4 deletions
diff --git a/doc/History9.htm b/doc/History9.htm index fe8dd1d12..0fb2c86ac 100644 --- a/doc/History9.htm +++ b/doc/History9.htm @@ -80,7 +80,7 @@ TOC to see how to edit it for visual conciseness. <h2>Table of contents</h2> <blockquote><ul> -<li><a href="#Version9.24">Version 9.25 (2018-09-10)</a> +<li><a href="#Version9.25">Version 9.25 (2018-09-13)</a> <li><a href="#Version9.24">Version 9.24 (2018-09-03)</a> <li><a href="#Version9.23">Version 9.23 (2018-03-21)</a> <li><a href="#Version9.22">Version 9.22 (2017-10-04)</a> @@ -131,7 +131,7 @@ overview</a>. <!-- [1.0 end visible header] ============================================== --> <!-- [2.0 begin contents] ================================================== --> -<h2><a name="Version9.25"></a>Version 9.25 (2018-09-10)</h2> +<h2><a name="Version9.25"></a>Version 9.25 (2018-09-13)</h2> <p> Highlights in this release include: <ul> <li> @@ -173,13 +173,172 @@ Our fork will be available as its own package separately from Ghostscript (and M <p>For a list of open issues, or to report problems, please visit <a href="http://bugs.ghostscript.com/">bugs.ghostscript.com</a>. -<h3><a name="9.24_Incompatible_changes"></a>Incompatible changes</h3> +<h3><a name="9.25_Incompatible_changes"></a>Incompatible changes</h3> <ul> <li> <p>None </li> </ul> <h3><a name="9.25_changelog"></a>Changelog</h3> +<p><strong>2018-09-13 10:54:33 +0100 +</strong> +<br>Chris Liddell <chris.liddell@artifex.com><br> +<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=2f00215a28bcc43bb5857081378a6d956ef8b9d5">2f00215a28bcc43bb5857081378a6d956ef8b9d5</a> +<blockquote> +<p> + Dates, product string, etc for 9.25 release<br> +<br> +base/gscdef.c<br> +base/version.mak<br> +doc/DLL.htm<br> +doc/Deprecated.htm<br> +doc/Develop.htm<br> +doc/Devices.htm<br> +doc/Drivers.htm<br> +doc/Fonts.htm<br> +doc/History9.htm<br> +doc/Install.htm<br> +doc/Language.htm<br> +doc/Lib.htm<br> +doc/Make.htm<br> +doc/News.htm<br> +doc/Ps-style.htm<br> +doc/Ps2epsi.htm<br> +doc/Psfiles.htm<br> +doc/Readme.htm<br> +doc/Release.htm<br> +doc/SavedPages.htm<br> +doc/Source.htm<br> +doc/Unix-lpr.htm<br> +doc/Use.htm<br> +doc/VectorDevices.htm<br> +doc/WhatIsGS.htm<br> +doc/gs-vms.hlp<br> +doc/sample_downscale_device.htm<br> +doc/subclass.htm<br> +doc/thirdparty.htm<br> +man/dvipdf.1<br> +man/gs.1<br> +man/gslp.1<br> +man/gsnd.1<br> +man/pdf2dsc.1<br> +man/pdf2ps.1<br> +man/pf2afm.1<br> +man/pfbtopfa.1<br> +man/printafm.1<br> +man/ps2ascii.1<br> +man/ps2epsi.1<br> +man/ps2pdf.1<br> +man/ps2pdfwr.1<br> +man/ps2ps.1<br> +<p> +</blockquote> +<hr> +<p><strong>2018-09-11 10:59:24 +0100 +</strong> +<br>Chris Liddell <chris.liddell@artifex.com><br> +<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=4b3fbf2bca24b2833322985be390fc739d237f7d">4b3fbf2bca24b2833322985be390fc739d237f7d</a> +<blockquote> +<p> + Bug 699757: disable epo device for x11 devices<br> +<br> + The epo device interferes with the operation of the x11 devices when those<br> + are integrating with an existing X application (i.e. xv, or other application<br> + that relies on the 'GHOSTVIEW' functionality).<br> +<br> + Disable epo by adding an x11 specific fillpage method.<br> +<br> +devices/gdevx.c<br> +<p> +</blockquote> +<hr> +<p><strong>2018-09-11 11:12:13 +0100 +</strong> +<br>Ken Sharp <ken.sharp@artifex.com><br> +<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=5ac63e47077e0e7d02e99e247e0c47c4737e0cb8">5ac63e47077e0e7d02e99e247e0c47c4737e0cb8</a> +<blockquote> +<p> + PDF interpreter - work around GSView 5 and PAGELABEL pdfmarks<br> +<br> + We added the ability to process PDF page labels as pdfmarks, instead of<br> + using the .pagelabels operator (as used by pdfwrite) for the benefit of<br> + DejaVu.<br> +<br> + Unfortunately, GSView 5 redefines the pdfmark operator, and attempts<br> + to process the information itself. This is a problem when it doesn't<br> + recognise the pdfmark in question, which it does not with PAGELABEL.<br> +<br> + There's no way for us to fix GSView 5, and we don't want to revert the<br> + enhancement for DejaVu because that is still being actively maintained.<br> +<br> + This commit is a rather ugly hack which relies upon the presence of a<br> + specific named dictionary in userdict when GSView is executing. If that<br> + dictionary is present then we don't create PAGELABEL pdfmarks, thus<br> + avoiding confusing GSView 5.<br> +<br> +Resource/Init/pdf_main.ps<br> +<p> +</blockquote> +<hr> +<p><strong>2018-09-10 17:05:47 +0100 +</strong> +<br>Chris Liddell <chris.liddell@artifex.com><br> +<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=b3974730243cb449299524768fc810ad7bac4f73">b3974730243cb449299524768fc810ad7bac4f73</a> +<blockquote> +<p> + Bug 699753: Windows uninstall: remove all installed files etc<br> +<br> + This was partly caused by a subtlety of the nsis installer syntax which means<br> + the '/r' option for the 'File' operation will match and install all<br> + files/directories in the file heirarchy that match the search term, unless they<br> + are explicitly excluded.<br> +<br> + For example:<br> + File /r doc<br> +<br> + will end up matching:<br> + doc/<br> + something/doc<br> + another/thing/doc<br> +<br> + So, ensure we exclude subtrees so we no longer accidentally include files we<br> + don't intend.<br> +<br> + Also, add the missing removals, so we do remove eveything we intended to<br> + install.<br> +<br> + Lastly add in (and include removal of!) the Resource/* tree, and the iccprofiles<br> + directories - both of which users have asked to be included.<br> +<br> +psi/nsisinst.nsi<br> +<p> +</blockquote> +<hr> +<p><strong>2018-09-10 07:42:13 -0700 +</strong> +<br>Ray Johnston <ray.johnston@artifex.com><br> +<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=7738ffa5136549dd0cdcdf89974e339187246998">7738ffa5136549dd0cdcdf89974e339187246998</a> +<blockquote> +<p> + Correct getdeviceprops documentation<br> +<br> +doc/Language.htm<br> +<p> +</blockquote> +<hr> +<p><strong>2018-09-10 09:54:14 +0100 +</strong> +<br>Chris Liddell <chris.liddell@artifex.com><br> +<a href="http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=7146378240f90bf4171ae7a2a00cc9d46eaec86d">7146378240f90bf4171ae7a2a00cc9d46eaec86d</a> +<blockquote> +<p> + Add a note about unSAFERness of ps2epsi<br> +<br> +doc/History9.htm<br> +doc/News.htm<br> +<p> +</blockquote> +<hr> <p><strong>2018-09-10 09:25:22 +0100 </strong> <br>Chris Liddell <chris.liddell@artifex.com><br> @@ -190296,7 +190455,7 @@ or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information. <p> -<small>Ghostscript version 9.25, 10 September 2018 +<small>Ghostscript version 9.25, 13 September 2018 <!-- [3.0 end visible trailer] ============================================= --> |