From cd0063a545dfe354b313208cec3cf2cd989d0593 Mon Sep 17 00:00:00 2001 From: Luigi Scarso Date: Sat, 10 Apr 2021 23:42:21 +0000 Subject: LuaTeX 1.13.2 and MetaPost 2.01 git-svn-id: svn://tug.org/texlive/trunk@58822 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/ChangeLog | 9 +++++++++ Build/source/texk/web2c/luatexdir/NEWS | 9 +++++++++ Build/source/texk/web2c/luatexdir/luatex.c | 4 ++-- Build/source/texk/web2c/luatexdir/luatex_svnversion.h | 2 +- Build/source/texk/web2c/mplibdir/ChangeLog | 3 +++ Build/source/texk/web2c/mplibdir/mp.w | 4 ++-- 6 files changed, 26 insertions(+), 5 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index e1b905d8147..2cfba66d219 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,3 +1,12 @@ +2021-04-10 Luigi Scarso + * LuaTeX version 1.13.2 with MetaPost 2.01. + The version change in MetaPost + is due solely to the bug fix in btex .. etex + +2021-04-02 Luigi Scarso + * LuaTeX version 1.13.1, + The version change is due solely to the bug fix in btex .. etex + 2021-03-23 Karl Berry * TL'21. diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS index b6a77b39f10..2b39dd75db5 100644 --- a/Build/source/texk/web2c/luatexdir/NEWS +++ b/Build/source/texk/web2c/luatexdir/NEWS @@ -1,3 +1,12 @@ +============================================================== +LuaTeX 1.13.2 2021-04-10 +============================================================== + +MetaPost 2.01 (to mark the patch on the unwanted space in +btex etex). + + + ============================================================== LuaTeX 1.13.1 2021-04-02 ============================================================== diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index 9f2f18c1878..32be034a474 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -33,8 +33,8 @@ */ int luatex_version = 113; -int luatex_revision = '1'; -const char *luatex_version_string = "1.13.1"; +int luatex_revision = '2'; +const char *luatex_version_string = "1.13.2"; const char *engine_name = my_name; #include diff --git a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h index c1c2e210e00..05a5731b53d 100644 --- a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h +++ b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h @@ -1 +1 @@ -#define luatex_svn_revision 7428 +#define luatex_svn_revision 7430 diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 1f6949d76aa..3a421c77907 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,6 @@ +2021-04-10 Luigi Scarso + * Metapost version 2.01 (needed to mark the patch mpx_copy_mpto). + 2021-04-02 Luigi Scarso * Revert the patch in mpx_copy_mpto, it was wrong in tex mode. Added a check if in troff mode. diff --git a/Build/source/texk/web2c/mplibdir/mp.w b/Build/source/texk/web2c/mplibdir/mp.w index dcbd01b31ea..2a28640c215 100644 --- a/Build/source/texk/web2c/mplibdir/mp.w +++ b/Build/source/texk/web2c/mplibdir/mp.w @@ -71,12 +71,12 @@ undergoes any modifications, so that it will be clear which version of @^extensions to \MP@> @^system dependencies@> -@d default_banner "This is MetaPost, Version 2.00" /* printed when \MP\ starts */ +@d default_banner "This is MetaPost, Version 2.01" /* printed when \MP\ starts */ @d true 1 @d false 0 @= -#define metapost_version "2.00" +#define metapost_version "2.01" @ The external library header for \MP\ is |mplib.h|. It contains a few typedefs and the header defintions for the externally used -- cgit v1.2.3