summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-04-21 23:21:44 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-04-21 23:21:44 +0000
commit212430711df7cddb4af99a4e361965014433df78 (patch)
treee28d2117d9acdd844ed6f54400126403efc46e42
parentcc8e302dbb90cfe204956306e2d74b91dd07d6d8 (diff)
update a document
git-svn-id: svn://tug.org/texlive/trunk@58943 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/tlgs/README.TEXLIVE85
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/
+