[latex3-commits] [git/LaTeX3-latex3-luaotfload] main: Prepare for hotfix release (6b63f7b)

Marcel Fabian Krüger tex at 2krueger.de
Sun Feb 27 13:12:41 CET 2022


Repository : https://github.com/latex3/luaotfload
On branch  : main
Link       : https://github.com/latex3/luaotfload/commit/6b63f7bd07451a16462763f5f3df6860f849c470

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

commit 6b63f7bd07451a16462763f5f3df6860f849c470
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sun Feb 27 13:12:41 2022 +0100

    Prepare for hotfix release


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

6b63f7bd07451a16462763f5f3df6860f849c470
 .travis.yml                           | 44 -----------------------------------
 NEWS                                  |  6 +++++
 README.md                             |  4 ++--
 build.lua                             |  4 ++--
 ctan.ann                              | 16 ++-----------
 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/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, 93 insertions(+), 135 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 68cf6db..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-language: generic
-
-
-sudo: required
-services: docker
-dist: bionic
-
-install:
-  - sudo apt-get install python3-docutils
-  - source texlive.sh
-
-
-cache:
-  directories:
-    - /tmp/texlive
-    - $HOME/.texlive
-
-
-script: 
-  - l3build install && l3build ctan -H --show-log-on-error
-
-deploy:
-  - provider: releases
-    api_key:
-      secure: WWrChLn5LAThh6ay2sZcNkmzyWlV9uvjfGOCg0t/VA/AjEifwIaKN3qFOF55aILUSZ81SDbMtPZXTCywIVjjZY6Pc1I3c9mViWnBSbKLrQe4Z03RdxUosn3K3fPnDZB+8lxs9r02jW8T9bCIwTNe1Bi3Sf4PqoHRpslrqDemxC6lqDn/RHWZYg5ZKL5Md9P8qHQ2Jq9Cil5RRNHgy+jleeko47JrTxWjdi+ULM1SRNZm7mJqUVI3Ko7JvaUOcWsPB4eyTVpR7hONe3/RNnd4ToO7Sh1N3/Ynz2+o+1rBJWfcxR3A8E4wcZgWsTozfCF3Mu7HU9nwdjjmxWDYx5opru1wORmeLyof61B8HOmJVdLikHKGKcwFCz7cBXwcHIhdzVYT7I772JZJfioPQFSuDDljomByaY9r3ubKsHKcvex60bNXwnmk9yHRaNDLB/9ozV8io+LVrZVYZCQHc15jxlmQIElmrhrv1SgPwiabJnESsoHsEPkI0w4zd8Hx7ngk2r79UR3pAqFHEVG1i6y/8TlFRxxOLmVaUBab3gl1QGKnzl4pNVhQwUWXV/1n1fdgl4t4eHBnNY2wc+MYp4eRThnRuo73hQt8wBEYEh8N7uAkP6p6q2xr7pAuGWALRQ5HLIgKlQZA4qyoWaNDa+ZX2AsvbVtzv06BN0GcYIhFoRY=
-    file_glob: true
-    file:
-      - build/distrib/ctan/*.zip
-    skip_cleanup: true
-    on:
-      tags: true
-      condition: $TRAVIS_TAG == *-dev
-    prerelease: true
-  - provider: releases
-    api_key:
-      secure: WWrChLn5LAThh6ay2sZcNkmzyWlV9uvjfGOCg0t/VA/AjEifwIaKN3qFOF55aILUSZ81SDbMtPZXTCywIVjjZY6Pc1I3c9mViWnBSbKLrQe4Z03RdxUosn3K3fPnDZB+8lxs9r02jW8T9bCIwTNe1Bi3Sf4PqoHRpslrqDemxC6lqDn/RHWZYg5ZKL5Md9P8qHQ2Jq9Cil5RRNHgy+jleeko47JrTxWjdi+ULM1SRNZm7mJqUVI3Ko7JvaUOcWsPB4eyTVpR7hONe3/RNnd4ToO7Sh1N3/Ynz2+o+1rBJWfcxR3A8E4wcZgWsTozfCF3Mu7HU9nwdjjmxWDYx5opru1wORmeLyof61B8HOmJVdLikHKGKcwFCz7cBXwcHIhdzVYT7I772JZJfioPQFSuDDljomByaY9r3ubKsHKcvex60bNXwnmk9yHRaNDLB/9ozV8io+LVrZVYZCQHc15jxlmQIElmrhrv1SgPwiabJnESsoHsEPkI0w4zd8Hx7ngk2r79UR3pAqFHEVG1i6y/8TlFRxxOLmVaUBab3gl1QGKnzl4pNVhQwUWXV/1n1fdgl4t4eHBnNY2wc+MYp4eRThnRuo73hQt8wBEYEh8N7uAkP6p6q2xr7pAuGWALRQ5HLIgKlQZA4qyoWaNDa+ZX2AsvbVtzv06BN0GcYIhFoRY=
-    file_glob: true
-    file:
-      - build/distrib/ctan/*.zip
-    skip_cleanup: true
-    on:
-      tags: true
-      condition: $TRAVIS_TAG != *-dev
-    prerelease: false
diff --git a/NEWS b/NEWS
index 44b749c..3945ef2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 Change History
 --------------
+2022-02-27 luaotfload v3.20
+
+    *  A bug in luaotfload-tool has been corrected.
+    *  The directory for the font name database has been corrected and no
+       longer uses the development directory.
+
 2022-02-24 luaotfload v3.19
 
     *  When used with LuaTeX 1.15.0 or newer, variable fonts are supported
diff --git a/README.md b/README.md
index 6588b40..d7bd509 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # The Luaotfload Package
 
-![Version: 3.19](https://img.shields.io/badge/current_version-3.19-blue.svg?style=flat-square)
-![Date: 2022-02-24](https://img.shields.io/badge/date-2022--02--24-blue.svg?style=flat-square)
+![Version: 3.20](https://img.shields.io/badge/current_version-3.20-blue.svg?style=flat-square)
+![Date: 2022-02-27](https://img.shields.io/badge/date-2022--02--27-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 cef0e97..4882d3b 100644
--- a/build.lua
+++ b/build.lua
@@ -1,6 +1,6 @@
 
-packageversion= "3.19"
-packagedate   = "2022-02-24"
+packageversion= "3.20"
+packagedate   = "2022-02-27"
 fontloaderdate= "2022-02-24"
 packagedesc   = ""
 
diff --git a/ctan.ann b/ctan.ann
index 5ef1130..26fd4d3 100644
--- a/ctan.ann
+++ b/ctan.ann
@@ -1,14 +1,2 @@
-2022-02-24 luaotfload v3.19
-
-    *  When used with LuaTeX 1.15.0 or newer, variable fonts are supported
-       when using the harf shaper too.
-    *  A new algorithm for selecting fonts based on font family names allows
-       to more reliably load fonts based on their family name.
-    *  The compiled font database gets compressed to reduce disk space and
-       improve performance on newer systems.
-    *  Text automatically gets normalized to Unicode's NFC before shaping.
-       This improves rendering for text written in decomposed forms for many
-       fonts. This can be turned off by passing the -normalize font feature.
-    *  The fontloader has been synced with the context code from 2022-02-24.
-       This fixes some broken rendering of TrueType based variable fonts.
-    *  A number of small bugfixes.
+Two critical bugs related to luaotfload-tool and the cache location have been corrected.
+Otherwise there are no functional changes.
diff --git a/doc/CTANREADME.md b/doc/CTANREADME.md
index 565733e..ff33021 100644
--- a/doc/CTANREADME.md
+++ b/doc/CTANREADME.md
@@ -1,8 +1,8 @@
 # The Luaotfload Package
 
-VERSION: 3.19
+VERSION: 3.20
 
-DATE: 2022-02-24
+DATE: 2022-02-27
 
 
 ## Description
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index cdf5590..d48481a 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -32,7 +32,7 @@
 \beginfrontmatter
 
   \setdocumenttitle  {The \identifier{luaotfload} package}
-  \setdocumentdate   {2022-02-24 v3.19}
+  \setdocumentdate   {2022-02-27 v3.20}
   \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.20 (by Ulrike Fischer/Marcel Krüger)}
+\begin{itemize}
+  \item A bug in luaotfload-tool has been corrected.
+  \item The directory for the font name database has been corrected and no
+    longer uses the development directory.
+\end{itemize}
+\endsubsection
+
 \beginsubsection {New in version 3.19 (by Ulrike Fischer/Marcel Krüger)}
 \begin{itemize}
   \item When used with Lua\TeX\ 1.15.0 or newer, variable fonts are supported
diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst
index 1eddd51..d407a5f 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-24
+:Date:                  2022-02-27
 :Copyright:             GPL v2.0
-:Version:               3.19
+:Version:               3.20
 :Manual section:        1
 :Manual group:          text processing
 
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index 4e0347b..c40088b 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -6,9 +6,9 @@
                      Luaotfload configuration file
 -----------------------------------------------------------------------
 
-:Date:                  2022-02-24
+:Date:                  2022-02-27
 :Copyright:             GPL v2.0
-:Version:               3.19
+:Version:               3.20
 :Manual section:        5
 :Manual group:          text processing
 
diff --git a/scripts/mkstatus b/scripts/mkstatus
old mode 100755
new mode 100644
index 6583bb0..89c2662
--- 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.19/2022-02-24"
+    data.description = "v3.20/2022-02-27"
     return data
   end
   die "cannot read from pipe"
diff --git a/src/auto/luaotfload-glyphlist.lua b/src/auto/luaotfload-glyphlist.lua
index ce3cc31..f291b2d 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 d722bfe..d1bcd73 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.19/2022-02-24",
+  ["description"]="v3.20/2022-02-27",
   ["loader"]="fontloader-2022-02-24.lua",
   ["revision"]="ef3a55e0da3709e95551c62376f31149771dcc18",
   ["timestamp"]="2022-02-24 14:16:28 +0100",
diff --git a/src/luaotfload-auxiliary.lua b/src/luaotfload-auxiliary.lua
index 86aff98..379ad5b 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --TAGDATE
     description   = "luaotfload submodule / auxiliary functions",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-colors.lua b/src/luaotfload-colors.lua
index e0bd759..8371de7 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 50618d7..b970ce3 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --TAGDATE
     description   = "luaotfload submodule / config file reader",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua
index 8f0ef41..8d981a3 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.19",       --TAGVERSION
-     date          = "2022-02-24", --TAGDATE
+     version       = "3.20",       --TAGVERSION
+     date          = "2022-02-27", --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 622714d..230384f 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --TAGDATE
     description   = "luaotfload-tool submodule / diagnostics",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-dvi.lua b/src/luaotfload-dvi.lua
index 2f8abef..75f6564 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 d0a2e60..bca6eb4 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 a3f28e7..b45f454 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.19",     --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",     --TAGVERSION
+    date          = "2022-02-27", --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 52144a5..d297061 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 abd6458..d0b1530 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 d7ee7c1..add95cd 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.19",       --TAGVERSION
-     date          = "2022-02-24", --TAGDATE
+     version       = "3.20",       --TAGVERSION
+     date          = "2022-02-27", --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 634da68..222c433 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.19",       --TAGVERSION
-  date          = "2022-02-24", --TAGDATE
+  version       = "3.20",       --TAGVERSION
+  date          = "2022-02-27", --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 9c05b7a..38fa6b5 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.19",       --TAGVERSION
-     date          = "2022-02-24", --TAGDATE
+     version       = "3.20",       --TAGVERSION
+     date          = "2022-02-27", --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 f10bf6d..5964b61 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.19",       --TAGVERSION
-     date          = "2022-02-24", --TAGDATE
+     version       = "3.20",       --TAGVERSION
+     date          = "2022-02-27", --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 80cf676..41fb412 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.19",       --TAGVERSION
-     date          = "2022-02-24", --TAGDATE
+     version       = "3.20",       --TAGVERSION
+     date          = "2022-02-27", --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 73a6544..3d00816 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --TAGDATE
     description   = "luaotfload submodule / initialization",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-letterspace.lua b/src/luaotfload-letterspace.lua
index 2e69cb9..bb5a4a5 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 5a84113..ca3730f 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --TAGDATE
     description   = "luaotfload submodule / callback handling",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-log.lua b/src/luaotfload-log.lua
index 41f9f4b..c4ecd75 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 ab688fe..9b3b3fd 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.19",     --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",     --TAGVERSION
+    date          = "2022-02-27", --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 28a371d..e32521d 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 099363f..da41fa8 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --TAGDATE
     description   = "luaotfload submodule / parsers",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-resolvers.lua b/src/luaotfload-resolvers.lua
index a91216b..5d3f456 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --TAGDATE
     description   = "luaotfload submodule / resolvers",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-scripts.lua b/src/luaotfload-scripts.lua
index c3c918e..2accacf 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 e0f3989..b0ba8dc 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 dcd8eac..6786226 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 808afe0..6be778a 100644
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -9,8 +9,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-tool",
-    version       = "3.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --TAGDATE
     description   = "luaotfload-tool / database functionality",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-tounicode.lua b/src/luaotfload-tounicode.lua
index 09ca40a..9ef921f 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 25a7b20..d63d169 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --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 f21ded5..20eaad3 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.19",       --TAGVERSION
-    date          = "2022-02-24", --TAGDATE
+    version       = "3.20",       --TAGVERSION
+    date          = "2022-02-27", --TAGDATE
     description   = "Lua based OpenType font support",
     author        = authors,
     copyright     = authors,
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index 7dbccb1..2426c2e 100644
--- a/src/luaotfload.sty
+++ b/src/luaotfload.sty
@@ -39,7 +39,7 @@
 \fi
 \ifdefined\ProvidesPackage
   \ProvidesPackage{luaotfload}%
-    [2022/02/24 v3.19  OpenType layout system]
+    [2022/02/27 v3.20  OpenType layout system]
 \fi
 \directlua{
   if xpcall(function ()%
diff --git a/testfiles/aaaaa-luakern.tlg b/testfiles/aaaaa-luakern.tlg
index 756b510..a2074f0 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.19 with fontloaderxxx2022xxx02xxx24.lua
+3.20 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.