diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-01-27 04:16:50 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-01-27 04:16:50 +0000 |
commit | 7e22195222569b936b4003899e563755dadce9f4 (patch) | |
tree | f333864fd983ba0847008897513b174b17fb676b /Build/source/texk/web2c/luatexdir | |
parent | 1fa44336f1a063df600eb271a22d619c98190017 (diff) |
web2c/mplibdir, web2c/luatexdir: LuaTeX 0.79.3.1 released by Luigi
git-svn-id: svn://tug.org/texlive/trunk@36153 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/NEWS | 7 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.c | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS index 176e1f52656..dd91cc13b69 100644 --- a/Build/source/texk/web2c/luatexdir/NEWS +++ b/Build/source/texk/web2c/luatexdir/NEWS @@ -1,6 +1,13 @@ This file is in the public domain. +============================================================== +Luatex beta-0.79.3.1 was released 20150122 (5140) +============================================================== + +* Fixed a bug in mp.w with a wrong input that gives a seg. fault. + + ============================================================== Luatex beta-0.79.3 was released 20150121 (5130) diff --git a/Build/source/texk/web2c/luatexdir/luatex.c b/Build/source/texk/web2c/luatexdir/luatex.c index 5afaef10923..076499f1ec3 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.c +++ b/Build/source/texk/web2c/luatexdir/luatex.c @@ -29,7 +29,7 @@ static const char _svn_version[] = #define TeX -int luatex_svn = 5130; +int luatex_svn = 5140; int luatex_version = 79; /* \.{\\luatexversion} */ int luatex_revision = '3'; /* \.{\\luatexrevision} */ int luatex_date_info = 2015012100; /* the compile date is now hardwired */ |