[latex3-commits] [git/LaTeX3-latex3-luaotfload] master-3.13-context: preparing ctan upload: tagged, changes (aa279bf)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri May 1 15:37:41 CEST 2020


Repository : https://github.com/latex3/luaotfload
On branch  : master-3.13-context
Link       : https://github.com/latex3/luaotfload/commit/aa279bff2274832c341338d7763132bad3941768

>---------------------------------------------------------------

commit aa279bff2274832c341338d7763132bad3941768
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri May 1 15:37:41 2020 +0200

    preparing ctan upload: tagged, changes


>---------------------------------------------------------------

aa279bff2274832c341338d7763132bad3941768
 NEWS                                             | 14 +++++++++++++-
 README.md                                        |  6 +++---
 build.lua                                        |  4 ++--
 ctan.ann                                         | 21 ++++++++++++++++-----
 doc/CTANREADME.md                                | 11 +++++------
 doc/luaotfload-latex.tex                         |  2 +-
 doc/luaotfload-main.tex                          | 16 ++++++++++++++--
 doc/luaotfload-tool.rst                          |  4 ++--
 doc/luaotfload.conf.rst                          |  4 ++--
 scripts/mkstatus                                 |  2 +-
 src/auto/luaotfload-glyphlist.lua                |  4 ++--
 src/auto/luaotfload-status.lua                   |  2 +-
 src/fontloader/runtime/fontloader-basics-gen.lua |  2 +-
 src/luaotfload-auxiliary.lua                     |  4 ++--
 src/luaotfload-colors.lua                        |  4 ++--
 src/luaotfload-configuration.lua                 |  4 ++--
 src/luaotfload-database.lua                      |  4 ++--
 src/luaotfload-diagnostics.lua                   |  4 ++--
 src/luaotfload-embolden.lua                      |  4 ++--
 src/luaotfload-fallback.lua                      |  4 ++--
 src/luaotfload-features.lua                      |  4 ++--
 src/luaotfload-filelist.lua                      |  4 ++--
 src/luaotfload-harf-define.lua                   |  4 ++--
 src/luaotfload-harf-plug.lua                     |  4 ++--
 src/luaotfload-init.lua                          |  4 ++--
 src/luaotfload-letterspace.lua                   |  4 ++--
 src/luaotfload-loaders.lua                       |  4 ++--
 src/luaotfload-log.lua                           |  4 ++--
 src/luaotfload-main.lua                          |  4 ++--
 src/luaotfload-multiscript.lua                   |  4 ++--
 src/luaotfload-notdef.lua                        |  4 ++--
 src/luaotfload-parsers.lua                       |  4 ++--
 src/luaotfload-resolvers.lua                     |  4 ++--
 src/luaotfload-scripts.lua                       |  4 ++--
 src/luaotfload-suppress.lua                      |  4 ++--
 src/luaotfload-szss.lua                          |  4 ++--
 src/luaotfload-tool.lua                          |  4 ++--
 src/luaotfload-tounicode.lua                     |  4 ++--
 src/luaotfload-unicode.lua                       |  4 ++--
 src/luaotfload.sty                               |  2 +-
 testfiles/aaaaa-luakern.tlg                      |  2 +-
 41 files changed, 117 insertions(+), 83 deletions(-)

diff --git a/NEWS b/NEWS
index 88d3229..81e3a79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
 Change History
 --------------
-XXXX-XX-XX luaotfload v3.13
+2020-05-01 luaotfload v3.13
+    * A problem with text fonts with minimal math table has been fixed (issue 148.)
+      In new luaotfload versions, math parameters will only be loaded for fonts with `script=math`.
+      If you do want to set math parameters for fonts with other scripts, add `-nomathparam`.
+      We strongly recommend against setting math parameters for text fonts because
+      these would overwrite parameters from actual math fonts.
+    * A bug in harf-mode that could lead to missing chars and freezing was corrected (issue 141).
+    * A font size problem in harf-mode has been fixed (issue 147).
+    * An error if the main function was called twice has been fixed (issue 145).
+    * Allow .ttf fonts to be loaded with a map file with luahbtex (issue 142) (issue 143).
+    * Fonts installed for a single user on windows are now found (issue 138).
+    * A problem with wrong \TeX-ligatures in harf mode has been fixed (issue 139).
+    * The debugging output has been changed (issue 131).
     * a missing U+1E9E (Capital ß) in a font is replaced by 
       SS instead of giving a missing character.
     * extended the color handling to be compatible with the luacolor package  
diff --git a/README.md b/README.md
index 1ad5a3d..fde51ef 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # The Luaotfload Package
 
-![Version: 3.1302-dev](https://img.shields.io/badge/current_version-3.1302--dev-blue.svg?style=flat-square)
-![Date: 2020-02-23](https://img.shields.io/badge/date-2020--02--23-blue.svg?style=flat-square)
+![Version: 3.13](https://img.shields.io/badge/current_version-3.13-blue.svg?style=flat-square)
+![Date: 2020-05-01](https://img.shields.io/badge/date-2020--05--01-blue.svg?style=flat-square)
 [![License: GNU GPLv2](https://img.shields.io/badge/license-GNU_GPLv2-blue.svg?style=flat-square)](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
 
 
@@ -23,7 +23,7 @@ Please see the documentation luaotfload.pdf for more information.
 The current luaotfload needs luatex 1.10 (present in TeXLive 2019 and a current MiKTeX). 
 harfmode need luahbtex 1.11.2.
 The development targets the engines luatex and luahbtex and the version
-that will be in TeXLive 2020. 
+that are in TeXLive 2020. 
 
 Other luatex versions and luatex engine variants are *not* officially supported. 
 
diff --git a/build.lua b/build.lua
index 51139ff..889369d 100644
--- a/build.lua
+++ b/build.lua
@@ -1,6 +1,6 @@
 
-packageversion= "3.1302-dev"
-packagedate   = "2020-02-23"
+packageversion= "3.13"
+packagedate   = "2020-05-01"
 fontloaderdate= "2020-01-26"
 packagedesc   = "harf"
 
diff --git a/ctan.ann b/ctan.ann
index c6e8f92..9380b9a 100644
--- a/ctan.ann
+++ b/ctan.ann
@@ -1,5 +1,16 @@
-* new experimental feature multiscript to automatically switch fonts based on the script
-* new experimental feature fallback to fill in missing glyphs
-* experimental extension of the color feature to color output glyphs 
-* sync with context files of 2020-01-26
-* small bug corrections
+2020-05-01 luaotfload v3.13
+    * A problem with text fonts with minimal math table has been fixed (issue 148.)
+      In new luaotfload versions, math parameters will only be loaded for fonts with `script=math`.
+      If you do want to set math parameters for fonts with other scripts, add `-nomathparam`.
+      We strongly recommend against setting math parameters for text fonts because
+      these would overwrite parameters from actual math fonts.
+    * A bug in harf-mode that could lead to missing chars and freezing was corrected (issue 141).
+    * A font size problem in harf-mode has been fixed (issue 147).
+    * An error if the main function was called twice has been fixed (issue 145).
+    * Allow .ttf fonts to be loaded with a map file with luahbtex (issue 142) (issue 143).
+    * Fonts installed for a single user on windows are now found (issue 138).
+    * A problem with wrong \TeX-ligatures in harf mode has been fixed (issue 139).
+    * The debugging output has been changed (issue 131).
+    * a missing U+1E9E (Capital ß) in a font is replaced by 
+      SS instead of giving a missing character.
+    * extended the color handling to be compatible with the luacolor package  
diff --git a/doc/CTANREADME.md b/doc/CTANREADME.md
index a9a39bd..91d1d45 100644
--- a/doc/CTANREADME.md
+++ b/doc/CTANREADME.md
@@ -1,8 +1,8 @@
 # The Luaotfload Package
 
-VERSION: 3.1302-dev
+VERSION: 3.13
 
-DATE: 2020-02-23
+DATE: 2020-05-01
 
 
 ## Description
@@ -23,10 +23,9 @@ Please see the documentation luaotfload.pdf for more information.
 ## Maintenance
 
 This package is currently maintained at 
-<https://github.com/u-fischer/luaotfload>. 
+<https://github.com/latex3/luaotfload>. 
  
-Issues can be reported at the issue tracker or at the old issue tracker on 
-<http://github.com/lualatex/luaotfload>. 
+Issues can be reported at the issue tracker.
 
 The development for LuaLaTeX is discussed on the lualatex-dev mailing list. See
 <http://www.tug.org/mailman/listinfo/lualatex-dev> for details.
@@ -58,7 +57,7 @@ The following people have contributed to this package.
     If you want to install manually: there is a tds-zip file which can be unpacked in a texmf tree. 
 
 2.  If you want to try the development version download the texmf folder in the development branch. 
-    at <https://github.com/u-fischer/luaotfload>
+    at <https://github.com/latex3/luaotfload>
     
 3.  Manual installation:
     * luaotfload-tool.lua belongs in scripts/luatex/luaotfload
diff --git a/doc/luaotfload-latex.tex b/doc/luaotfload-latex.tex
index cdcb26e..dcf6507 100644
--- a/doc/luaotfload-latex.tex
+++ b/doc/luaotfload-latex.tex
@@ -540,7 +540,7 @@ function printctxfontlist ()
 end
 \end{luacode}
 
-
+\newcommand\gitissue[1]{\href{https://github.com/latex3/luaotfload/issues/#1}{(issue~\##1)}}
 \begin {document}
   \input {luaotfload-main.tex}
 \clearpage
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index fbc129d..9198335 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -1,4 +1,4 @@
-%% Copyright (C) 2009-2018
+%% Copyright (C) 2009-2020
 %%
 %%      by  Elie Roux      <elie.roux at telecom-bretagne.eu>
 %%      and Khaled Hosny   <khaledhosny at eglug.org>
@@ -32,7 +32,7 @@
 \beginfrontmatter
 
   \setdocumenttitle  {The \identifier{luaotfload} package}
-  \setdocumentdate   {2020-02-23 v3.1302-dev}
+  \setdocumentdate   {2020-05-01 v3.13}
   \setdocumentauthor {LaTeX3 Project\\
                       Elie Roux · Khaled Hosny · Philipp Gesang · Ulrike Fischer · Marcel Krüger\\
                       Home: \hyperlink {https://github.com/latex3/luaotfload}}
@@ -64,6 +64,18 @@ Supported is the \identifier{luatex} versions of a current TeXLive 2019 (and a c
 \beginsection{Changes}
 \beginsubsection {New in version 3.13 (by Ulrike Fischer/Marcel Krüger)}
 \begin{itemize}
+\item A\marginpar{\mbox{}\hfill \textbf{Change!}} problem with text fonts with minimal math table has been fixed \gitissue{148}:
+     In new luaotfload versions, math parameters will only be loaded for fonts with \texttt{script=math}.
+     If you do want to set math parameters for fonts with other scripts, add \texttt{-nomathparam}.
+     We strongly recommend against setting math parameters for text fonts because
+     these would overwrite parameters from actual math fonts.
+\item A bug in harf-mode that could lead to missing chars and freezing was corrected \gitissue{141}.
+\item A font size problem in harf-mode has been fixed \gitissue{147}.
+\item An error if the main function was called twice has been fixed \gitissue{145}.
+\item Allow .ttf fonts to be loaded with a map file with luahbtex \gitissue{142} \gitissue{143}.
+\item Fonts installed for a single user on windows are now found \gitissue{138}.
+\item A problem with wrong \TeX-ligatures in harf mode has been fixed \gitissue{139}.
+\item The debugging output has been changed \gitissue{131}.
 \item A missing \enquote{capital sharp s} (U+1E9E) in a font is replaced by SS instead of giving a missing character message:
       ^^^^1e9e or {\sffamily ^^^^1e9e}
 \item The color handling has been improved so that it is now compatible with the luacolor package.
diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst
index ca4deee..9816842 100644
--- a/doc/luaotfload-tool.rst
+++ b/doc/luaotfload-tool.rst
@@ -6,9 +6,9 @@
          generate and query the Luaotfload font names database
 -----------------------------------------------------------------------
 
-:Date:                  2020-02-23
+:Date:                  2020-05-01
 :Copyright:             GPL v2.0
-:Version:               3.1302-dev
+:Version:               3.13
 :Manual section:        1
 :Manual group:          text processing
 
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index 93e1c43..779bcb7 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -6,9 +6,9 @@
                      Luaotfload configuration file
 -----------------------------------------------------------------------
 
-:Date:                  2020-02-23
+:Date:                  2020-05-01
 :Copyright:             GPL v2.0
-:Version:               3.1302-dev
+:Version:               3.13
 :Manual section:        5
 :Manual group:          text processing
 
diff --git a/scripts/mkstatus b/scripts/mkstatus
index 00355af..33cdf30 100644
--- a/scripts/mkstatus
+++ b/scripts/mkstatus
@@ -244,7 +244,7 @@ local git_info = function ()
       die "cannot parse git information"
     end
     data = data ()
-    data.description = "v3.1302-dev/2020-02-23"
+    data.description = "v3.13/2020-05-01"
     return data
   end
   die "cannot read from pipe"
diff --git a/src/auto/luaotfload-glyphlist.lua b/src/auto/luaotfload-glyphlist.lua
index f7fa2be..ca74e47 100644
--- a/src/auto/luaotfload-glyphlist.lua
+++ b/src/auto/luaotfload-glyphlist.lua
@@ -1,7 +1,7 @@
 local ProvidesLuaModule = { 
     name          = "luaotfload-glyphlist",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / autogenerated glyphlist",
     copyright   = "derived from https://raw.githubusercontent.com/adobe-type-tools/agl-aglfn/master/glyphlist.txt",
     original    = "Adobe Glyph List, version 2.0, September 20, 2002",
diff --git a/src/auto/luaotfload-status.lua b/src/auto/luaotfload-status.lua
index f17a6d7..254808e 100644
--- a/src/auto/luaotfload-status.lua
+++ b/src/auto/luaotfload-status.lua
@@ -87,7 +87,7 @@ return {
  },
  ["notes"]={
   ["committer"]="Ulrike Fischer <fischer at troubleshooting-tex.de>",
-  ["description"]="v3.1302-dev/2020-02-23",
+  ["description"]="v3.13/2020-05-01",
   ["loader"]="fontloader-2020-01-26.lua",
   ["revision"]="94bbfefe720b99913f9fdae184c1507b12b25d5e",
   ["timestamp"]="2020-02-23 00:27:54 +0100",
diff --git a/src/fontloader/runtime/fontloader-basics-gen.lua b/src/fontloader/runtime/fontloader-basics-gen.lua
index f52fec6..3959ca0 100644
--- a/src/fontloader/runtime/fontloader-basics-gen.lua
+++ b/src/fontloader/runtime/fontloader-basics-gen.lua
@@ -189,7 +189,7 @@ local readables = { }
 local usingjit  = jit
 
 if not caches.namespace or caches.namespace == "" or caches.namespace == "context" then
-    caches.namespace = 'generic-dev'
+    caches.namespace = 'generic'
 end
 
 do
diff --git a/src/luaotfload-auxiliary.lua b/src/luaotfload-auxiliary.lua
index a01793e..02f52f5 100644
--- a/src/luaotfload-auxiliary.lua
+++ b/src/luaotfload-auxiliary.lua
@@ -6,8 +6,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-auxiliary",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / auxiliary functions",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-colors.lua b/src/luaotfload-colors.lua
index 6db32ae..52d38a7 100644
--- a/src/luaotfload-colors.lua
+++ b/src/luaotfload-colors.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-colors",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / color",
     license       = "GPL v2.0",
     author        = "Khaled Hosny, Elie Roux, Philipp Gesang, Dohyun Kim, David Carlisle",
diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua
index dcee8b7..736b9c6 100644
--- a/src/luaotfload-configuration.lua
+++ b/src/luaotfload-configuration.lua
@@ -7,8 +7,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-configuration",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / config file reader",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua
index a74f17b..11f3d91 100644
--- a/src/luaotfload-database.lua
+++ b/src/luaotfload-database.lua
@@ -5,8 +5,8 @@
 do -- block to avoid to many local variables error
  local ProvidesLuaModule = { 
      name          = "luaotfload-database",
-     version       = "3.1302-dev",       --TAGVERSION
-     date          = "2020-02-23", --TAGDATE
+     version       = "3.13",       --TAGVERSION
+     date          = "2020-05-01", --TAGDATE
      description   = "luaotfload submodule / database",
      license       = "GPL v2.0",
      author        = "Khaled Hosny, Elie Roux, Philipp Gesang, Marcel Krüger",
diff --git a/src/luaotfload-diagnostics.lua b/src/luaotfload-diagnostics.lua
index 4e60fab..956e24e 100644
--- a/src/luaotfload-diagnostics.lua
+++ b/src/luaotfload-diagnostics.lua
@@ -7,8 +7,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-diagnostics",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload-tool submodule / diagnostics",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-embolden.lua b/src/luaotfload-embolden.lua
index 42d5d36..9d36071 100644
--- a/src/luaotfload-embolden.lua
+++ b/src/luaotfload-embolden.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-embolden",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / color",
     license       = "GPL v2.0",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-fallback.lua b/src/luaotfload-fallback.lua
index de39dcf..9b790ae 100644
--- a/src/luaotfload-fallback.lua
+++ b/src/luaotfload-fallback.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = {
     name          = "luaotfload-fallback",
-    version       = "3.1302-dev",     --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",     --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / fallback",
     license       = "GPL v2.0",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-features.lua b/src/luaotfload-features.lua
index b0c40b5..a54ef20 100644
--- a/src/luaotfload-features.lua
+++ b/src/luaotfload-features.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-features",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / features",
     license       = "GPL v2.0",
     author        = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang, Marcel Krüger",
diff --git a/src/luaotfload-filelist.lua b/src/luaotfload-filelist.lua
index 171e58a..35b74f6 100644
--- a/src/luaotfload-filelist.lua
+++ b/src/luaotfload-filelist.lua
@@ -6,8 +6,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-filelist",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / filelist",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-harf-define.lua b/src/luaotfload-harf-define.lua
index 56d4a74..80895d0 100644
--- a/src/luaotfload-harf-define.lua
+++ b/src/luaotfload-harf-define.lua
@@ -5,8 +5,8 @@
 do -- block to avoid to many local variables error
  local ProvidesLuaModule = { 
      name          = "luaotfload-harf-define",
-     version       = "3.1302-dev",       --TAGVERSION
-     date          = "2020-02-23", --TAGDATE
+     version       = "3.13",       --TAGVERSION
+     date          = "2020-05-01", --TAGDATE
      description   = "luaotfload submodule / database",
      license       = "GPL v2.0",
      author        = "Khaled Hosny, Marcel Krüger",
diff --git a/src/luaotfload-harf-plug.lua b/src/luaotfload-harf-plug.lua
index fb0e9c7..726aaae 100644
--- a/src/luaotfload-harf-plug.lua
+++ b/src/luaotfload-harf-plug.lua
@@ -5,8 +5,8 @@
 do -- block to avoid to many local variables error
  local ProvidesLuaModule = { 
      name          = "luaotfload-harf-plug",
-     version       = "3.1302-dev",       --TAGVERSION
-     date          = "2020-02-23", --TAGDATE
+     version       = "3.13",       --TAGVERSION
+     date          = "2020-05-01", --TAGDATE
      description   = "luaotfload submodule / database",
      license       = "GPL v2.0",
      author        = "Khaled Hosny, Marcel Krüger",
diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua
index 39ecdcb..e687416 100644
--- a/src/luaotfload-init.lua
+++ b/src/luaotfload-init.lua
@@ -7,8 +7,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-init",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / initialization",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-letterspace.lua b/src/luaotfload-letterspace.lua
index e21afc0..2825b87 100644
--- a/src/luaotfload-letterspace.lua
+++ b/src/luaotfload-letterspace.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-letterspace",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / color",
     license       = "GPL v2.0",
     copyright     = "PRAGMA ADE / ConTeXt Development Team",
diff --git a/src/luaotfload-loaders.lua b/src/luaotfload-loaders.lua
index 4dd2911..3146fbd 100644
--- a/src/luaotfload-loaders.lua
+++ b/src/luaotfload-loaders.lua
@@ -8,8 +8,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-loaders",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / callback handling",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-log.lua b/src/luaotfload-log.lua
index 6a1b080..2a08477 100644
--- a/src/luaotfload-log.lua
+++ b/src/luaotfload-log.lua
@@ -6,8 +6,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-log",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / logging",
     license       = "GPL v2.0",
     author        = "Khaled Hosny, Elie Roux, Philipp Gesang",
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua
index 7ce6c67..1c962c3 100644
--- a/src/luaotfload-main.lua
+++ b/src/luaotfload-main.lua
@@ -20,8 +20,8 @@ local authors = "\z
 -- version number is used below!
 local ProvidesLuaModule = { 
     name          = "luaotfload-main",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload entry point",
     author        = authors,
     copyright     = authors,
diff --git a/src/luaotfload-multiscript.lua b/src/luaotfload-multiscript.lua
index 93b7126..5638d28 100644
--- a/src/luaotfload-multiscript.lua
+++ b/src/luaotfload-multiscript.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = {
     name          = "luaotfload-multiscript",
-    version       = "3.1302-dev",     --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",     --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / multiscript",
     license       = "GPL v2.0",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-notdef.lua b/src/luaotfload-notdef.lua
index 2f9a81e..7108e7d 100644
--- a/src/luaotfload-notdef.lua
+++ b/src/luaotfload-notdef.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-notdef",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / color",
     license       = "GPL v2.0",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-parsers.lua b/src/luaotfload-parsers.lua
index 2155a2f..c331cb4 100644
--- a/src/luaotfload-parsers.lua
+++ b/src/luaotfload-parsers.lua
@@ -7,8 +7,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-parsers",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / filelist",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-resolvers.lua b/src/luaotfload-resolvers.lua
index 319d64d..e07c09c 100644
--- a/src/luaotfload-resolvers.lua
+++ b/src/luaotfload-resolvers.lua
@@ -11,8 +11,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-resolvers",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / resolvers",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-scripts.lua b/src/luaotfload-scripts.lua
index 0489d71..4a9ec0f 100644
--- a/src/luaotfload-scripts.lua
+++ b/src/luaotfload-scripts.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-script",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / Script helpers",
     license       = "CC0 1.0 Universal",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-suppress.lua b/src/luaotfload-suppress.lua
index cf18983..eba776f 100644
--- a/src/luaotfload-suppress.lua
+++ b/src/luaotfload-suppress.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-suppress",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / suppress",
     license       = "GPL v2.0",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-szss.lua b/src/luaotfload-szss.lua
index 8a01373..23b479f 100644
--- a/src/luaotfload-szss.lua
+++ b/src/luaotfload-szss.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-szss",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / color",
     license       = "GPL v2.0",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua
index 1ded7f6..6994bfc 100755
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -9,8 +9,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-tool",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload-tool / database functionality",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-tounicode.lua b/src/luaotfload-tounicode.lua
index a72aacd..95e4b55 100644
--- a/src/luaotfload-tounicode.lua
+++ b/src/luaotfload-tounicode.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-tounicode",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / tounicode",
     license       = "GPL v2.0",
     author        = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang, Marcel Krüger",
diff --git a/src/luaotfload-unicode.lua b/src/luaotfload-unicode.lua
index f778e19..79d196f 100644
--- a/src/luaotfload-unicode.lua
+++ b/src/luaotfload-unicode.lua
@@ -5,8 +5,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-unicode",
-    version       = "3.1302-dev",       --TAGVERSION
-    date          = "2020-02-23", --TAGDATE
+    version       = "3.13",       --TAGVERSION
+    date          = "2020-05-01", --TAGDATE
     description   = "luaotfload submodule / Unicode helpers",
     license       = "CC0 1.0 Universal",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index dfd21cf..383bbde 100644
--- a/src/luaotfload.sty
+++ b/src/luaotfload.sty
@@ -40,7 +40,7 @@
 \fi
 \ifdefined\ProvidesPackage
   \ProvidesPackage{luaotfload}%
-    [2020/02/23 v3.1302-dev  OpenType layout system]
+    [2020/05/01 v3.13  OpenType layout system]
 \fi
 \directlua{
   if xpcall(function ()%
diff --git a/testfiles/aaaaa-luakern.tlg b/testfiles/aaaaa-luakern.tlg
index ce54529..90cb761 100644
--- a/testfiles/aaaaa-luakern.tlg
+++ b/testfiles/aaaaa-luakern.tlg
@@ -1,6 +1,6 @@
 This is a generated file for the l3build validation system.
 Don't change this file in any respect.
-3.1302-dev with fontloaderxxx2020xxx01xxx26.lua
+3.13 with fontloaderxxx2020xxx01xxx26.lua
 Completed box being shipped out [1]
 \vbox(633.0+0.0)x407.0, direction TLT
 .\glue 16.0





More information about the latex3-commits mailing list.