[latex3-commits] [git/LaTeX3-latex3-latex2e] gh519: Merge branch 'develop' into gh519 (187d622c)
GitHub
noreply at github.com
Fri Mar 5 21:40:00 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh519
Link : https://github.com/latex3/latex2e/commit/187d622c866bc6fe9075ad1719d741394613ca4e
>---------------------------------------------------------------
commit 187d622c866bc6fe9075ad1719d741394613ca4e
Merge: 3539ed80 9bb8f12d
Author: Phelype Oleinik <phelype.oleinik at latex-project.org>
Date: Fri Mar 5 17:40:00 2021 -0300
Merge branch 'develop' into gh519
>---------------------------------------------------------------
187d622c866bc6fe9075ad1719d741394613ca4e
base/changes.txt | 5 ++++
base/doc/ltnews.tex | 5 ++++
base/doc/ltnews12.tex | 3 +--
base/doc/ltnews33.tex | 27 ++++++++++++++++++++
base/letter.dtx | 4 +--
base/ltclass.dtx | 10 ++++----
base/testfiles/github-0415.luatex.tlg | 6 +++++
base/testfiles/github-0415.lvt | 14 +++++++++++
base/testfiles/github-0415.tlg | 5 ++++
base/testfiles/github-0415.xetex.tlg | 5 ++++
required/graphics/changes.txt | 12 +++++++++
required/graphics/graphics.dtx | 6 ++++-
required/graphics/grfguide.tex | 30 ++++++-----------------
required/graphics/testfiles/github-0516.lvt | 30 +++++++++++++++++++++++
required/graphics/testfiles/github-0516.tlg | 10 ++++++++
required/graphics/testfiles/github-0516.xetex.tlg | 10 ++++++++
16 files changed, 149 insertions(+), 33 deletions(-)
diff --cc base/doc/ltnews33.tex
index c4ce0978,65f46e18..bfe01dff
--- a/base/doc/ltnews33.tex
+++ b/base/doc/ltnews33.tex
@@@ -461,15 -473,18 +473,30 @@@ the file name
\section{Changes to packages in the \pkg{graphics} category}
++
+ \subsection{Removed spurious warning for generic graphics rules}
+
+ A previous release mistakenly caused a warning to appear when loading a graphics
+ file with an unknown extension through a generic graphics rule. The warning
+ would incorrectly say that the file was not found, whereas the file would be
+ included correctly. The warning now doesn't show up in that case.
+ %
+ \githubissue{516}
+
+
+\subsection{Fixed loading \texttt{gzip}ped PostScript graphics files}
+
+A previous release mistakenly changed the file searching mechanism and
+compressed graphics files would raise an error when being loaded with
+\cs{includegraphics}. This has been fixed and now \texttt{gzip}ped graphics
+load correctly.
+%
+\githubissue{519}
+
++
+ \subsection{\ldots}
+
++
%
\githubissue{xxx}
diff --cc required/graphics/changes.txt
index 58b85571,25ad5fdd..980d2b33
--- a/required/graphics/changes.txt
+++ b/required/graphics/changes.txt
@@@ -4,10 -4,18 +4,22 @@@ completeness or accuracy and it contain
are not part of the distribution.
=======================================================================
+2021-03-04 Phelype Oleinik <phelype.oleinik at latex-project.org>
+
+ * graphics.dtx: fix loading gzipped .(e)ps graphics files.
+
+ 2021-03-05 David Carlisle <David.Carlisle at latex-project.org>
+
+ * grfguide.tex: Remove the example of calling zcat via the
+ backtick special in dvips which has not worked for many years
+ for security reasons. dvips directly supports zip
+ uncompression, and does not allow arbitrary shell commands to
+ be executed via \special{`command..}
+
+ 2021-03-03 Phelype Oleinik <phelype.oleinik at latex-project.org>
+
+ * graphics.dtx: Avoid warning when loading a file using a generic rule (gh/516).
+
================================================================================
All changes above are only part of the development branch for the next release.
================================================================================
More information about the latex3-commits
mailing list.