diff options
Diffstat (limited to 'Master/tlpkg/tlgs')
-rw-r--r-- | Master/tlpkg/tlgs/README.TEXLIVE | 85 |
1 files changed, 47 insertions, 38 deletions
diff --git a/Master/tlpkg/tlgs/README.TEXLIVE b/Master/tlpkg/tlgs/README.TEXLIVE index a0a58a0f502..797d36b8fad 100644 --- a/Master/tlpkg/tlgs/README.TEXLIVE +++ b/Master/tlpkg/tlgs/README.TEXLIVE @@ -1,38 +1,47 @@ -
-This directory contains a subset of the Ghostscript 9.54.0 distribution
-for Windows. The only purpose of this package is to support programs
-shipped with TeX Live. It's not intended for general use.
-
-Changes:
-
- * The directories "doc", "examples", "libpng", "trio", "zlib",
- "openjpeg", lcms2{art,mt}", and "tesseract" were removed.
-
- * All executable files except Ghostscript itself were removed.
-
- * All upp, ppd, xbm, and xpm files were removed.
-
- * All scripts were removed.
-
- * The standard fonts were replaced by the original URW Fonts
- which are used by TeX.
-
- * The fonts Utopia (Adobe) and Charter (Bitstream) were added.
-
- * A cidfmap file supporting CJK fonts provided by Windows XP and
- newer releases as well as the Japanese IPA fonts was added.
-
- * kanji directory copied from w32tex.
-
- * Binaries compiled by Akira Kakuto with --disable-compile-inits.
-
-This version of Ghostscript will not be installed on your system and
-will not interfere with other versions of Ghostscript which might be
-installed already.
-
-If you need Ghostscript for any purpose other than running the
-programs provided by TeX Live, we recommand to install the full
-version which can be downloaded from
-
- http://www.ghostscript.com/
-
+ +This directory contains a subset of the Ghostscript 9.54.0 distribution +for Windows. The only purpose of this package is to support programs +shipped with TeX Live. It's not intended for general use. + +The following patch is applied: + +From 50dd527e638463fe036fec4b38915151aab9f940 Mon Sep 17 00:00:00 2001 +From: Ken Sharp <ken.sharp@artifex.com> +Date: Mon, 19 Apr 2021 10:59:02 +0100 +Subject: [PATCH] pdfwrite - defer freeing annotations which are named objects + +Bug 703783 "Segmentation fault with named ANN pdfmark" + +Changes: + + * The directories "doc", "examples", "libpng", "trio", "zlib", + "openjpeg", lcms2{art,mt}", and "tesseract" were removed. + + * All executable files except Ghostscript itself were removed. + + * All upp, ppd, xbm, and xpm files were removed. + + * All scripts were removed. + + * The standard fonts were replaced by the original URW Fonts + which are used by TeX. + + * The fonts Utopia (Adobe) and Charter (Bitstream) were added. + + * A cidfmap file supporting CJK fonts provided by Windows XP and + newer releases as well as the Japanese IPA fonts was added. + + * kanji directory copied from w32tex. + + * Binaries compiled by Akira Kakuto with --disable-compile-inits. + +This version of Ghostscript will not be installed on your system and +will not interfere with other versions of Ghostscript which might be +installed already. + +If you need Ghostscript for any purpose other than running the +programs provided by TeX Live, we recommand to install the full +version which can be downloaded from + + http://www.ghostscript.com/ + |