[latex3-commits] [git/LaTeX3-latex3-luaotfload] staging: Update versions (f3b4cee)

Marcel Fabian Krüger tex at 2krueger.de
Fri Mar 18 14:09:12 CET 2022


Repository : https://github.com/latex3/luaotfload
On branch  : staging
Link       : https://github.com/latex3/luaotfload/commit/f3b4cee7b284e3e9d780315400166c53a4579f55

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

commit f3b4cee7b284e3e9d780315400166c53a4579f55
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Mar 18 13:12:52 2022 +0100

    Update versions


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

f3b4cee7b284e3e9d780315400166c53a4579f55
 NEWS                                             |  5 +++++
 README.md                                        |  4 ++--
 build.lua                                        |  4 ++--
 ctan.ann                                         |  6 ++++--
 doc/CTANREADME.md                                |  4 ++--
 doc/luaotfload-main.tex                          | 10 +++++++++-
 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-dvi.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-harf-var-cff2.lua                 |  4 ++--
 src/luaotfload-harf-var-t2-writer.lua            |  4 ++--
 src/luaotfload-harf-var-ttf.lua                  |  4 ++--
 src/luaotfload-init.lua                          |  4 ++--
 src/luaotfload-letterspace.lua                   |  4 ++--
 src/luaotfload-loaders.lua                       |  4 ++--
 src/luaotfload-log.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.lua                               |  4 ++--
 src/luaotfload.sty                               |  2 +-
 testfiles/aaaaa-luakern.tlg                      |  2 +-
 44 files changed, 95 insertions(+), 80 deletions(-)

diff --git a/NEWS b/NEWS
index 3945ef2..7c6c57e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 Change History
 --------------
+2022-03-18 luaotfload v3.21
+
+    *  Fix performance regression introduced in version 3.19.
+    *  More reliably support TrueType based variable fonts in harf mode.
+
 2022-02-27 luaotfload v3.20
 
     *  A bug in luaotfload-tool has been corrected.
diff --git a/README.md b/README.md
index 1a96de1..49e89be 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # The Luaotfload Package
 
-![Version: 3.21-dev](https://img.shields.io/badge/current_version-3.21--dev-blue.svg?style=flat-square)
-![Date: 2022-02-27](https://img.shields.io/badge/date-2022--02--27-blue.svg?style=flat-square)
+![Version: 3.21](https://img.shields.io/badge/current_version-3.21-blue.svg?style=flat-square)
+![Date: 2022-03-18](https://img.shields.io/badge/date-2022--03--18-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)
 
 
diff --git a/build.lua b/build.lua
index 1e7b4e6..74688c0 100644
--- a/build.lua
+++ b/build.lua
@@ -1,6 +1,6 @@
 
-packageversion= "3.21-dev"
-packagedate   = "2022-02-27"
+packageversion= "3.21"
+packagedate   = "2022-03-18"
 fontloaderdate= "2022-02-24"
 packagedesc   = ""
 
diff --git a/ctan.ann b/ctan.ann
index 26fd4d3..4e3b30a 100644
--- a/ctan.ann
+++ b/ctan.ann
@@ -1,2 +1,4 @@
-Two critical bugs related to luaotfload-tool and the cache location have been corrected.
-Otherwise there are no functional changes.
+2022-03-18 luaotfload v3.21
+
+    *  Fix performance regression introduced in version 3.19.
+    *  More reliably support TrueType based variable fonts in harf mode.
diff --git a/doc/CTANREADME.md b/doc/CTANREADME.md
index c763ced..57be111 100644
--- a/doc/CTANREADME.md
+++ b/doc/CTANREADME.md
@@ -1,8 +1,8 @@
 # The Luaotfload Package
 
-VERSION: 3.21-dev
+VERSION: 3.21
 
-DATE: 2022-02-27
+DATE: 2022-03-18
 
 
 ## Description
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index 60a1f56..9db7f4c 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -32,7 +32,7 @@
 \beginfrontmatter
 
   \setdocumenttitle  {The \identifier{luaotfload} package}
-  \setdocumentdate   {2022-02-27 v3.21-dev}
+  \setdocumentdate   {2022-03-18 v3.21}
   \setdocumentauthor {LaTeX3 Project\\
                       Elie Roux · Khaled Hosny · Philipp Gesang · Ulrike Fischer · Marcel Krüger\\
                       Home: \hyperlink {https://github.com/latex3/luaotfload}}
@@ -62,6 +62,14 @@ Supported is the \identifier{luatex} versions of a current TeXLive 2019 (and a c
 \endsection
 
 \beginsection{Changes}
+\beginsubsection {New in version 3.21 (by Ulrike Fischer/Marcel Krüger)}
+\begin{itemize}
+  \item Fix performance regression introduced in version 3.19.
+  \item More reliably support TrueType based variable fonts in \texttt{harf}
+    mode.
+\end{itemize}
+\endsubsection
+
 \beginsubsection {New in version 3.20 (by Ulrike Fischer/Marcel Krüger)}
 \begin{itemize}
   \item A bug in luaotfload-tool has been corrected.
diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst
index 7d6a9a1..b81c877 100644
--- a/doc/luaotfload-tool.rst
+++ b/doc/luaotfload-tool.rst
@@ -6,9 +6,9 @@
          generate and query the Luaotfload font names database
 -----------------------------------------------------------------------
 
-:Date:                  2022-02-27
+:Date:                  2022-03-18
 :Copyright:             GPL v2.0
-:Version:               3.21-dev
+:Version:               3.21
 :Manual section:        1
 :Manual group:          text processing
 
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index acff3bd..3682a57 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -6,9 +6,9 @@
                      Luaotfload configuration file
 -----------------------------------------------------------------------
 
-:Date:                  2022-02-27
+:Date:                  2022-03-18
 :Copyright:             GPL v2.0
-:Version:               3.21-dev
+:Version:               3.21
 :Manual section:        5
 :Manual group:          text processing
 
diff --git a/scripts/mkstatus b/scripts/mkstatus
index 7b78351..b27fed3 100755
--- a/scripts/mkstatus
+++ b/scripts/mkstatus
@@ -245,7 +245,7 @@ local git_info = function ()
       die "cannot parse git information"
     end
     data = data ()
-    data.description = "v3.21-dev/2022-02-27"
+    data.description = "v3.21/2022-03-18"
     return data
   end
   die "cannot read from pipe"
diff --git a/src/auto/luaotfload-glyphlist.lua b/src/auto/luaotfload-glyphlist.lua
index 1f06f8d..b13d9db 100644
--- a/src/auto/luaotfload-glyphlist.lua
+++ b/src/auto/luaotfload-glyphlist.lua
@@ -1,8 +1,8 @@
 if luaotfload_module then
   luaotfload_module {
     name          = "luaotfload-glyphlist",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --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 e549677..2c67465 100644
--- a/src/auto/luaotfload-status.lua
+++ b/src/auto/luaotfload-status.lua
@@ -91,7 +91,7 @@ return {
  },
  ["notes"]={
   ["committer"]="Marcel Fabian Krüger <tex at 2krueger.de>",
-  ["description"]="v3.21-dev/2022-02-27",
+  ["description"]="v3.21/2022-03-18",
   ["loader"]="fontloader-2022-02-24.lua",
   ["revision"]="b6b01d231706a79c8456c4c890d62a65897b49e1",
   ["timestamp"]="2022-02-27 14:15:30 +0100",
diff --git a/src/fontloader/runtime/fontloader-basics-gen.lua b/src/fontloader/runtime/fontloader-basics-gen.lua
index 1cc8537..5a6e90c 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 fd1688f..b34c565 100644
--- a/src/luaotfload-auxiliary.lua
+++ b/src/luaotfload-auxiliary.lua
@@ -6,8 +6,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-auxiliary",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / auxiliary functions",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-colors.lua b/src/luaotfload-colors.lua
index 8d5ccdf..05248b2 100644
--- a/src/luaotfload-colors.lua
+++ b/src/luaotfload-colors.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-colors",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --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 e6194df..5a7205b 100644
--- a/src/luaotfload-configuration.lua
+++ b/src/luaotfload-configuration.lua
@@ -7,8 +7,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-configuration",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / config file reader",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua
index 533fbc7..ff43b97 100644
--- a/src/luaotfload-database.lua
+++ b/src/luaotfload-database.lua
@@ -5,8 +5,8 @@
 do -- block to avoid to many local variables error
  assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
      name          = "luaotfload-database",
-     version       = "3.21-dev",       --TAGVERSION
-     date          = "2022-02-27", --TAGDATE
+     version       = "3.21",       --TAGVERSION
+     date          = "2022-03-18", --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 57f2f78..e0403d9 100644
--- a/src/luaotfload-diagnostics.lua
+++ b/src/luaotfload-diagnostics.lua
@@ -7,8 +7,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-diagnostics",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload-tool submodule / diagnostics",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-dvi.lua b/src/luaotfload-dvi.lua
index 799ba39..3991eb1 100644
--- a/src/luaotfload-dvi.lua
+++ b/src/luaotfload-dvi.lua
@@ -6,8 +6,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-dvi",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / DVI",
     license       = "GPL v2.0",
     author        = "Marcel Krüger",
diff --git a/src/luaotfload-embolden.lua b/src/luaotfload-embolden.lua
index 4389dc6..5699611 100644
--- a/src/luaotfload-embolden.lua
+++ b/src/luaotfload-embolden.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-embolden",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / embolden",
     license       = "GPL v2.0",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-fallback.lua b/src/luaotfload-fallback.lua
index ee9c2c2..d9a85b7 100644
--- a/src/luaotfload-fallback.lua
+++ b/src/luaotfload-fallback.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
     name          = "luaotfload-fallback",
-    version       = "3.21-dev",     --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",     --TAGVERSION
+    date          = "2022-03-18", --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 ad48477..01c04be 100644
--- a/src/luaotfload-features.lua
+++ b/src/luaotfload-features.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-features",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --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 c02cf56..191e6fd 100644
--- a/src/luaotfload-filelist.lua
+++ b/src/luaotfload-filelist.lua
@@ -6,8 +6,8 @@
 
 if luaotfload_module then luaotfload_module {
     name          = "luaotfload-filelist",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / filelist",
     license       = "GPL v2.0"
 } end
diff --git a/src/luaotfload-harf-define.lua b/src/luaotfload-harf-define.lua
index c59a9ad..d311020 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
  assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
      name          = "luaotfload-harf-define",
-     version       = "3.21-dev",       --TAGVERSION
-     date          = "2022-02-27", --TAGDATE
+     version       = "3.21",       --TAGVERSION
+     date          = "2022-03-18", --TAGDATE
      description   = "luaotfload submodule / HarfBuzz font loading",
      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 308b5e4..be05980 100644
--- a/src/luaotfload-harf-plug.lua
+++ b/src/luaotfload-harf-plug.lua
@@ -4,8 +4,8 @@
 -----------------------------------------------------------------------
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
   name          = "luaotfload-harf-plug",
-  version       = "3.21-dev",       --TAGVERSION
-  date          = "2022-02-27", --TAGDATE
+  version       = "3.21",       --TAGVERSION
+  date          = "2022-03-18", --TAGDATE
   description   = "luaotfload submodule / HarfBuzz shaping",
   license       = "GPL v2.0",
   author        = "Khaled Hosny, Marcel Krüger",
diff --git a/src/luaotfload-harf-var-cff2.lua b/src/luaotfload-harf-var-cff2.lua
index b8b47e2..e9cff0c 100644
--- a/src/luaotfload-harf-var-cff2.lua
+++ b/src/luaotfload-harf-var-cff2.lua
@@ -5,8 +5,8 @@
 do
  assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
      name          = "luaotfload-harf-var-cff2",
-     version       = "3.21-dev",       --TAGVERSION
-     date          = "2022-02-27", --TAGDATE
+     version       = "3.21",       --TAGVERSION
+     date          = "2022-03-18", --TAGDATE
      description   = "luaotfload submodule / CFF2 table processing",
      license       = "GPL v2.0",
      author        = "Marcel Krüger",
diff --git a/src/luaotfload-harf-var-t2-writer.lua b/src/luaotfload-harf-var-t2-writer.lua
index c573bc9..7b44822 100644
--- a/src/luaotfload-harf-var-t2-writer.lua
+++ b/src/luaotfload-harf-var-t2-writer.lua
@@ -5,8 +5,8 @@
 do
  assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
      name          = "luaotfload-harf-var-t2-writer",
-     version       = "3.21-dev",       --TAGVERSION
-     date          = "2022-02-27", --TAGDATE
+     version       = "3.21",       --TAGVERSION
+     date          = "2022-03-18", --TAGDATE
      description   = "luaotfload submodule / Type 2 charstring writer",
      license       = "GPL v2.0",
      author        = "Marcel Krüger",
diff --git a/src/luaotfload-harf-var-ttf.lua b/src/luaotfload-harf-var-ttf.lua
index e8f5f1c..7835466 100644
--- a/src/luaotfload-harf-var-ttf.lua
+++ b/src/luaotfload-harf-var-ttf.lua
@@ -5,8 +5,8 @@
 do
  assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
      name          = "luaotfload-harf-var-ttf",
-     version       = "3.21-dev",       --TAGVERSION
-     date          = "2022-02-27", --TAGDATE
+     version       = "3.21",       --TAGVERSION
+     date          = "2022-03-18", --TAGDATE
      description   = "luaotfload submodule / gvar table processing",
      license       = "GPL v2.0",
      author        = "Marcel Krüger",
diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua
index 726b733..8cb2b5a 100644
--- a/src/luaotfload-init.lua
+++ b/src/luaotfload-init.lua
@@ -7,8 +7,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
     name          = "luaotfload-init",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / initialization",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-letterspace.lua b/src/luaotfload-letterspace.lua
index b5101f7..311279f 100644
--- a/src/luaotfload-letterspace.lua
+++ b/src/luaotfload-letterspace.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-letterspace",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / letterspacing",
     license       = "GPL v2.0",
     copyright     = "PRAGMA ADE / ConTeXt Development Team",
diff --git a/src/luaotfload-loaders.lua b/src/luaotfload-loaders.lua
index ccb48e4..fcae6e6 100644
--- a/src/luaotfload-loaders.lua
+++ b/src/luaotfload-loaders.lua
@@ -8,8 +8,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-loaders",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / callback handling",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-log.lua b/src/luaotfload-log.lua
index 250f149..8622b46 100644
--- a/src/luaotfload-log.lua
+++ b/src/luaotfload-log.lua
@@ -6,8 +6,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-log",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / logging",
     license       = "GPL v2.0",
     author        = "Khaled Hosny, Elie Roux, Philipp Gesang",
diff --git a/src/luaotfload-multiscript.lua b/src/luaotfload-multiscript.lua
index 8b09f62..c315698 100644
--- a/src/luaotfload-multiscript.lua
+++ b/src/luaotfload-multiscript.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
     name          = "luaotfload-multiscript",
-    version       = "3.21-dev",     --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",     --TAGVERSION
+    date          = "2022-03-18", --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 c56d46b..fb76339 100644
--- a/src/luaotfload-notdef.lua
+++ b/src/luaotfload-notdef.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-notdef",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / notdef",
     license       = "GPL v2.0",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-parsers.lua b/src/luaotfload-parsers.lua
index b4885c7..6219525 100644
--- a/src/luaotfload-parsers.lua
+++ b/src/luaotfload-parsers.lua
@@ -7,8 +7,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-parsers",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / parsers",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-resolvers.lua b/src/luaotfload-resolvers.lua
index 3729756..0034010 100644
--- a/src/luaotfload-resolvers.lua
+++ b/src/luaotfload-resolvers.lua
@@ -11,8 +11,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-resolvers",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / resolvers",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-scripts.lua b/src/luaotfload-scripts.lua
index a7045e1..60b6f60 100644
--- a/src/luaotfload-scripts.lua
+++ b/src/luaotfload-scripts.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-script",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --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 c0345af..7169894 100644
--- a/src/luaotfload-suppress.lua
+++ b/src/luaotfload-suppress.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-suppress",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --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 73198fb..b1d7770 100644
--- a/src/luaotfload-szss.lua
+++ b/src/luaotfload-szss.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-szss",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / Special feature handling",
     license       = "GPL v2.0",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua
index 421519d..c8125a8 100644
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -9,8 +9,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-tool",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload-tool / database functionality",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-tounicode.lua b/src/luaotfload-tounicode.lua
index ce538e9..155ffb2 100644
--- a/src/luaotfload-tounicode.lua
+++ b/src/luaotfload-tounicode.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-tounicode",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --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 46621dc..c20c81e 100644
--- a/src/luaotfload-unicode.lua
+++ b/src/luaotfload-unicode.lua
@@ -5,8 +5,8 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
     name          = "luaotfload-unicode",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "luaotfload submodule / Unicode helpers",
     license       = "CC0 1.0 Universal",
     author        = "Marcel Krüger"
diff --git a/src/luaotfload.lua b/src/luaotfload.lua
index 160623a..5b65b36 100644
--- a/src/luaotfload.lua
+++ b/src/luaotfload.lua
@@ -20,8 +20,8 @@ local authors = "\z
 -- version number is used below!
 local ProvidesLuaModule = { 
     name          = "luaotfload",
-    version       = "3.21-dev",       --TAGVERSION
-    date          = "2022-02-27", --TAGDATE
+    version       = "3.21",       --TAGVERSION
+    date          = "2022-03-18", --TAGDATE
     description   = "Lua based OpenType font support",
     author        = authors,
     copyright     = authors,
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index 6b90049..e5dba96 100644
--- a/src/luaotfload.sty
+++ b/src/luaotfload.sty
@@ -39,7 +39,7 @@
 \fi
 \ifdefined\ProvidesPackage
   \ProvidesPackage{luaotfload}%
-    [2022/02/27 v3.21-dev  OpenType layout system]
+    [2022/03/18 v3.21  OpenType layout system]
 \fi
 \directlua{
   if xpcall(function ()%
diff --git a/testfiles/aaaaa-luakern.tlg b/testfiles/aaaaa-luakern.tlg
index 22d3587..7f2d676 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.21-dev with fontloaderxxx2022xxx02xxx24.lua
+3.21 with fontloaderxxx2022xxx02xxx24.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.