[latex3-commits] [latex3/pdfresources] develop, main: step version (7dbb56e)
github at latex-project.org
github at latex-project.org
Sat Feb 24 00:37:22 CET 2024
Repository : https://github.com/latex3/pdfresources
On branches: develop,main
Link : https://github.com/latex3/pdfresources/commit/7dbb56e3a27dcdf55a1276db09d60780561e5d40
>---------------------------------------------------------------
commit 7dbb56e3a27dcdf55a1276db09d60780561e5d40
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Feb 24 00:37:22 2024 +0100
step version
>---------------------------------------------------------------
7dbb56e3a27dcdf55a1276db09d60780561e5d40
CHANGELOG.md | 3 ++-
README.md | 4 ++--
build.lua | 4 ++--
firstaid/color-ltx.sty | 2 +-
firstaid/colorspace-patches-tmp-ltx.sty | 2 +-
firstaid/xcolor-patches-tmp-ltx.sty | 2 +-
hyperref-generic.dtx | 6 +++---
l3backend-testphase.dtx | 16 ++++++++--------
l3pdfannot.dtx | 6 +++---
l3pdfdict.dtx | 6 +++---
l3pdffield-action.dtx | 4 ++--
l3pdffield-checkbox.dtx | 4 ++--
l3pdffield-choice.dtx | 4 ++--
l3pdffield-pushbutton.dtx | 4 ++--
l3pdffield-radiobutton.dtx | 4 ++--
l3pdffield-textfield.dtx | 4 ++--
l3pdffield.dtx | 6 +++---
l3pdffile.dtx | 6 +++---
l3pdfmanagement.dtx | 6 +++---
l3pdfmeta.dtx | 6 +++---
l3pdftools.dtx | 6 +++---
l3pdfxform.dtx | 6 +++---
ltdocinit.dtx | 6 +++---
pdfmanagement-firstaid.dtx | 6 +++---
pdfmanagement-testphase.dtx | 8 ++++----
resave.bat | 7 ++-----
26 files changed, 68 insertions(+), 70 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ebb68b..44ce7a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,13 @@ first release 0.95a, 2021-02-23 will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.
-## [Unreleased]
+## [2024-02-22]
### Changed
- date of UA-2 is now 2024
- tagpdf-base is now required
- xmp metadata use x-default for the main language for better compability with some viewers
+ - suppress info dictionary with pdf/ua-2
## [2023-12-09]
Version: 2023-12-09, 0.96d
diff --git a/README.md b/README.md
index e0b5273..19c948d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# LaTeX PDF management testphase bundle
-Version: 0.96d, 2023-12-09
+Version: 0.96e, 2024-02-22
This package is used during a test phase to load the new PDF management code
of LaTeX.
@@ -31,7 +31,7 @@ For manual installation: unpack by compiling the .ins, then move all
## Copyright (C)
-* 2021-2023 The LaTeX Project
+* 2021-2024 The LaTeX Project
## License
LaTeX Project Public License, version 1.3c or later.
diff --git a/build.lua b/build.lua
index 96cd814..db053ca 100644
--- a/build.lua
+++ b/build.lua
@@ -1,6 +1,6 @@
#!/usr/bin/env texlua
-packageversion="0.96d"
-packagedate="2023-12-09"
+packageversion="0.96e"
+packagedate="2024-02-22"
local luatexstatus = status.list()
diff --git a/firstaid/color-ltx.sty b/firstaid/color-ltx.sty
index fb44b9e..51437e0 100644
--- a/firstaid/color-ltx.sty
+++ b/firstaid/color-ltx.sty
@@ -24,7 +24,7 @@
%% This file has the LPPL maintenance status "maintained".
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{color-ltx}[2023-12-09 v0.96d
+\ProvidesPackage{color-ltx}[2024-02-22 v0.96e
Standard LaTeX Color (patched for l3color, part of pdfmanagement-testphase, original version 2022/01/06 v1.3d) (DPC)]
\edef\Gin at codes{%
\catcode`\noexpand\^^A\the\catcode`\^^A\relax
diff --git a/firstaid/colorspace-patches-tmp-ltx.sty b/firstaid/colorspace-patches-tmp-ltx.sty
index 21609d9..a18d10a 100644
--- a/firstaid/colorspace-patches-tmp-ltx.sty
+++ b/firstaid/colorspace-patches-tmp-ltx.sty
@@ -19,7 +19,7 @@
%
% for those people who are interested.
\NeedsTeXFormat{LaTeX2e}[2020/10/01]
-\ProvidesExplPackage{colorspace-patches-tmp-ltx}{2023-12-09}{0.96d}
+\ProvidesExplPackage{colorspace-patches-tmp-ltx}{2024-02-22}{0.96e}
{temporay patches to for the colorspace package to test pdfresource management ... UF}
% colorspace can define more models, that l3color can't yet handle.
diff --git a/firstaid/xcolor-patches-tmp-ltx.sty b/firstaid/xcolor-patches-tmp-ltx.sty
index a444924..7966d47 100644
--- a/firstaid/xcolor-patches-tmp-ltx.sty
+++ b/firstaid/xcolor-patches-tmp-ltx.sty
@@ -1,6 +1,6 @@
%% LaTeX2e file `xcolor-patches-tmp-ltx.sty'
%%
-\ProvidesPackage{xcolor-patches-tmp-ltx}[2023-12-09 v0.96d patch xcolor for l3color]
+\ProvidesPackage{xcolor-patches-tmp-ltx}[2024-02-22 v0.96e patch xcolor for l3color]
\@ifundefined{color_set:nn}{\RequirePackage{l3color}}{}
\ExplSyntaxOn
diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index 03b931f..95b10a0 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -2,7 +2,7 @@
%
%% File: hyperref-generic.dtx
%
-% Copyright (C) 2021-2023 The LaTeX Project
+% Copyright (C) 2021-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -82,7 +82,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -964,7 +964,7 @@
%<@@=hyp>
% \end{macrocode}
% \begin{macrocode}
-\ProvidesFile{hgeneric-testphase.def}[2023-12-09 v0.96d %
+\ProvidesFile{hgeneric-testphase.def}[2024-02-22 v0.96e %
generic Hyperref driver for the LaTeX PDF management testphase bundle]
\RequirePackage{etoolbox} %why?
diff --git a/l3backend-testphase.dtx b/l3backend-testphase.dtx
index 03e5036..0ec194a 100644
--- a/l3backend-testphase.dtx
+++ b/l3backend-testphase.dtx
@@ -2,7 +2,7 @@
%
%% File: l3backend-testphase.dtx
%
-% Copyright (C) 2019-2023 The LaTeX Project
+% Copyright (C) 2019-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -45,7 +45,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
%
@@ -56,27 +56,27 @@
% \begin{macrocode}
%<drivers>\ProvidesExplFile
%<*dvipdfmx>
- {l3backend-testphase-dvipdfmx.def}{2023-12-09}{}
+ {l3backend-testphase-dvipdfmx.def}{2024-02-22}{}
{LaTeX~PDF~management~testphase~bundle~backend~support: dvipdfmx}
%</dvipdfmx>
%<*dvips>
- {l3backend-testphase-dvips.def}{2023-12-09}{}
+ {l3backend-testphase-dvips.def}{2024-02-22}{}
{LaTeX~PDF~management~testphase~bundle~backend~support: dvips}
%</dvips>
%<*dvisvgm>
- {l3backend-testphase-dvisvgm.def}{2023-12-09}{}
+ {l3backend-testphase-dvisvgm.def}{2024-02-22}{}
{LaTeX~PDF~management~testphase~bundle~backend~support: dvisvgm}
%</dvisvgm>
%<*luatex>
- {l3backend-testphase-luatex.def}{2023-12-09}{}
+ {l3backend-testphase-luatex.def}{2024-02-22}{}
{LaTeX~PDF~management~testphase~bundle~backend~support: PDF output (LuaTeX)}
%</luatex>
%<*pdftex>
- {l3backend-testphase-pdftex.def}{2023-12-09}{}
+ {l3backend-testphase-pdftex.def}{2024-02-22}{}
{LaTeX~PDF~management~testphase~bundle~backend~support: PDF output (pdfTeX)}
%</pdftex>
%<*xdvipdfmx>
- {l3backend-testphase-xetex.def}{2023-12-09}{}
+ {l3backend-testphase-xetex.def}{2024-02-22}{}
{LaTeX~PDF~management~testphase~bundle~backend~support: XeTeX}
%</xdvipdfmx>
% \end{macrocode}
diff --git a/l3pdfannot.dtx b/l3pdfannot.dtx
index dfb1f12..51eb9a6 100644
--- a/l3pdfannot.dtx
+++ b/l3pdfannot.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfannot.dtx
%
-% Copyright (C) 2021-2023 The LaTeX Project
+% Copyright (C) 2021-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -48,7 +48,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -432,7 +432,7 @@
% \begin{macrocode}
%<@@=pdfannot>
%<*header>
-\ProvidesExplPackage{l3pdfannot}{2023-12-09}{0.96d}
+\ProvidesExplPackage{l3pdfannot}{2024-02-22}{0.96e}
{PDF-annotations}
\RequirePackage{l3pdfdict}
%</header>
diff --git a/l3pdfdict.dtx b/l3pdfdict.dtx
index d100732..c7cb243 100644
--- a/l3pdfdict.dtx
+++ b/l3pdfdict.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfdict.dtx
%
-% Copyright (C) 2018-2023 The LaTeX Project
+% Copyright (C) 2018-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -208,7 +208,7 @@
% \begin{macrocode}
%<@@=pdfdict>
%<*header>
-\ProvidesExplPackage{l3pdfdict}{2023-12-09}{0.96d}
+\ProvidesExplPackage{l3pdfdict}{2024-02-22}{0.96e}
{Tools for PDF dictionaries (LaTeX PDF management testphase bundle)}
%</header>
% \end{macrocode}
diff --git a/l3pdffield-action.dtx b/l3pdffield-action.dtx
index ef7f1a5..1bb30b3 100644
--- a/l3pdffield-action.dtx
+++ b/l3pdffield-action.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfpdffield-action.dtx
%
-% Copyright (C) 2021-2023 The LaTeX Project
+% Copyright (C) 2021-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
diff --git a/l3pdffield-checkbox.dtx b/l3pdffield-checkbox.dtx
index 6e6f5fe..42b9e91 100644
--- a/l3pdffield-checkbox.dtx
+++ b/l3pdffield-checkbox.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfpdffield-checkbox.dtx
%
-% Copyright (C) 2021-2023 The LaTeX Project
+% Copyright (C) 2021-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -64,7 +64,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
diff --git a/l3pdffield-choice.dtx b/l3pdffield-choice.dtx
index ae2cdec..e7478d0 100644
--- a/l3pdffield-choice.dtx
+++ b/l3pdffield-choice.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfpdffield-choice.dtx
%
-% Copyright (C) 2021-2023 The LaTeX Project
+% Copyright (C) 2021-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
diff --git a/l3pdffield-pushbutton.dtx b/l3pdffield-pushbutton.dtx
index cf01537..17e9619 100644
--- a/l3pdffield-pushbutton.dtx
+++ b/l3pdffield-pushbutton.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfpdffield-pushbutton.dtx
%
-% Copyright (C) 2021-2023 The LaTeX Project
+% Copyright (C) 2021-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -55,7 +55,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
diff --git a/l3pdffield-radiobutton.dtx b/l3pdffield-radiobutton.dtx
index 2f9ce89..bf302f6 100644
--- a/l3pdffield-radiobutton.dtx
+++ b/l3pdffield-radiobutton.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfpdffield-radiobutton.dtx
%
-% Copyright (C) 2021-2023 The LaTeX Project
+% Copyright (C) 2021-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -83,7 +83,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
diff --git a/l3pdffield-textfield.dtx b/l3pdffield-textfield.dtx
index 15fe26a..6680441 100644
--- a/l3pdffield-textfield.dtx
+++ b/l3pdffield-textfield.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfpdffield-textfield.dtx
%
-% Copyright (C) 2021-2023 The LaTeX Project
+% Copyright (C) 2021-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
diff --git a/l3pdffield.dtx b/l3pdffield.dtx
index 28ce093..7d1a693 100644
--- a/l3pdffield.dtx
+++ b/l3pdffield.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdffield.dtx
%
-% Copyright (C) 2021-2023 The LaTeX Project
+% Copyright (C) 2021-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -69,7 +69,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -972,7 +972,7 @@
%<*package>
%<@@=pdffield>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesExplPackage{l3pdffield-testphase}{2023-12-09}{0.96d}%
+\ProvidesExplPackage{l3pdffield-testphase}{2024-02-22}{0.96e}%
{form fields}
% \end{macrocode}
% \subsection{hyperref specific command}
diff --git a/l3pdffile.dtx b/l3pdffile.dtx
index 01d247b..8ba40c5 100644
--- a/l3pdffile.dtx
+++ b/l3pdffile.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdffile.dtx
%
-% Copyright (C) 2018-2023 The LaTeX Project
+% Copyright (C) 2018-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -398,7 +398,7 @@
%
% \begin{macrocode}
%<*header>
-\ProvidesExplPackage{l3pdffile}{2023-12-09}{0.96d}
+\ProvidesExplPackage{l3pdffile}{2024-02-22}{0.96e}
{embedding and referencing files in PDF---LaTeX PDF management testphase bundle}
\RequirePackage{l3pdftools} %temporarly!!
%</header>
diff --git a/l3pdfmanagement.dtx b/l3pdfmanagement.dtx
index 2a7ce89..f7c8ec0 100644
--- a/l3pdfmanagement.dtx
+++ b/l3pdfmanagement.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfmanagement.dtx
%
-% Copyright (C) 2018-2023 The LaTeX Project
+% Copyright (C) 2018-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -57,7 +57,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -632,7 +632,7 @@
%<@@=pdfmanagement>
%<*header>
%
-\ProvidesExplPackage{l3pdfmanagement}{2023-12-09}{0.96d}
+\ProvidesExplPackage{l3pdfmanagement}{2024-02-22}{0.96e}
{Management of core PDF dictionaries (LaTeX PDF management testphase bundle)}
%</header>
% \end{macrocode}
diff --git a/l3pdfmeta.dtx b/l3pdfmeta.dtx
index e0409bc..63697bf 100644
--- a/l3pdfmeta.dtx
+++ b/l3pdfmeta.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfmeta.dtx
%
-% Copyright (C) 2018-2023 The LaTeX Project
+% Copyright (C) 2018-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -618,7 +618,7 @@
% \begin{macrocode}
%<@@=pdfmeta>
%<*header>
-\ProvidesExplPackage{l3pdfmeta}{2023-12-09}{0.96d}
+\ProvidesExplPackage{l3pdfmeta}{2024-02-22}{0.96e}
{PDF-Standards---LaTeX PDF management testphase bundle}
%</header>
% \end{macrocode}
diff --git a/l3pdftools.dtx b/l3pdftools.dtx
index 3e5dc1f..acea3f5 100644
--- a/l3pdftools.dtx
+++ b/l3pdftools.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdftools.dtx
%
-% Copyright (C) 2018-2023 The LaTeX Project
+% Copyright (C) 2018-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -49,7 +49,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -231,7 +231,7 @@
%
% \begin{macrocode}
%<*header>
-\ProvidesExplPackage{l3pdftools}{2023-12-09}{0.96d}
+\ProvidesExplPackage{l3pdftools}{2024-02-22}{0.96e}
{candidate commands for l3pdf---LaTeX PDF management testphase bundle}
%</header>
% \end{macrocode}
diff --git a/l3pdfxform.dtx b/l3pdfxform.dtx
index 3928d79..40ef83a 100644
--- a/l3pdfxform.dtx
+++ b/l3pdfxform.dtx
@@ -2,7 +2,7 @@
%
%% File: l3pdfxform.dtx
%
-% Copyright (C) 2018-2023 The LaTeX Project
+% Copyright (C) 2018-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -48,7 +48,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -132,7 +132,7 @@
% \begin{macrocode}
%<@@=pdf>
%<*header>
-\ProvidesExplPackage{l3pdfxform}{2023-12-09}{0.96d}
+\ProvidesExplPackage{l3pdfxform}{2024-02-22}{0.96e}
{command to create xforms (beta)---LaTeX PDF management testphase bundle}
%</header>
% \end{macrocode}
diff --git a/ltdocinit.dtx b/ltdocinit.dtx
index 7688446..0116923 100644
--- a/ltdocinit.dtx
+++ b/ltdocinit.dtx
@@ -2,7 +2,7 @@
%
%% File: ltdocinit.dtx
%
-% Copyright (C) 2018-2023 The LaTeX Project
+% Copyright (C) 2018-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -47,7 +47,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -220,7 +220,7 @@
% \begin{macrocode}
%<@@=pdfmanagement>
%<*header>
-\ProvidesExplPackage{ltdocinit}{2023-12-09}{0.96d}
+\ProvidesExplPackage{ltdocinit}{2024-02-22}{0.96e}
{Initialize document metadata}
%</header>
% \end{macrocode}
diff --git a/pdfmanagement-firstaid.dtx b/pdfmanagement-firstaid.dtx
index cdcc242..bd25244 100644
--- a/pdfmanagement-firstaid.dtx
+++ b/pdfmanagement-firstaid.dtx
@@ -2,7 +2,7 @@
%
%% File: pdfmanagement-firstaid.dtx
%
-% Copyright (C) 2018-2023 The LaTeX Project
+% Copyright (C) 2018-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -47,7 +47,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -63,7 +63,7 @@
% |debug={firstaidoff={name1,name2,...},...}|.
% \begin{macrocode}
%<*package>
-\ProvidesExplPackage{pdfmanagement-firstaid}{2023-12-09}{0.96d}
+\ProvidesExplPackage{pdfmanagement-firstaid}{2024-02-22}{0.96e}
{LaTeX PDF management testphase bundle / firstaid-patches}
%<@@=pdfmanagement>
diff --git a/pdfmanagement-testphase.dtx b/pdfmanagement-testphase.dtx
index 756697b..7d599fd 100644
--- a/pdfmanagement-testphase.dtx
+++ b/pdfmanagement-testphase.dtx
@@ -2,7 +2,7 @@
%
%% File: pdfmanagement-testphase.dtx
%
-% Copyright (C) 2019-2023 The LaTeX Project
+% Copyright (C) 2019-2024 The LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -47,7 +47,7 @@
% }^^A
% }
%
-% \date{Version 0.96d, released 2023-12-09}
+% \date{Version 0.96e, released 2024-02-22}
%
% \maketitle
% \begin{documentation}
@@ -394,7 +394,7 @@
% \begin{macrocode}
%<@@=pdf>
%<*package>
-\ProvidesExplPackage{pdfmanagement-testphase}{2023-12-09}{0.96d}
+\ProvidesExplPackage{pdfmanagement-testphase}{2024-02-22}{0.96e}
{LaTeX PDF management testphase bundle}
\providecommand\IfFormatAtLeastTF{\@ifl at t@r\fmtversion}
\IfFormatAtLeastTF{2020-10-01}{}{
@@ -422,7 +422,7 @@
% to allow to set it in the document.
% \begin{macrocode}
%<*header>
-\ProvidesExplFile{pdfmanagement-testphase.ltx}{2023-12-09}{0.96d}
+\ProvidesExplFile{pdfmanagement-testphase.ltx}{2024-02-22}{0.96e}
{PDF~management~code~(testphase)}
% \end{macrocode}
% We define a boolean for the new delayed shipout. This is temporary. At some
diff --git a/resave.bat b/resave.bat
index c043737..3aafef0 100644
--- a/resave.bat
+++ b/resave.bat
@@ -5,8 +5,5 @@ rem l3build save -cconfig-luatex -e\2 \1
rem l3build save -cconfig-noxetex -e\2 \1
-l3build save -c config-noxetex pdfa2b-test metadata
-l3build save -c config-luatex structure-destination
-l3build save -c config-dvips catalog-remove metadata-new show
-l3build save -c config-pdftex metadata-ansi structure-destination
-l3build save -c config-xetex structure-destination
+l3build save -e xetex test-pdfA-4 show metadata-new metadata-new-no-hyperref infodict-new catalog-remove
+l3build save -e luatex test-pdfA-4 show metadata-new metadata-new-no-hyperref infodict-new catalog-remove
More information about the latex3-commits
mailing list.