[latex3-commits] [git/LaTeX3-latex3-luaotfload] master: Step version (359a8a5)

Marcel Fabian Krüger tex at 2krueger.de
Fri Jan 8 14:15:42 CET 2021


Repository : https://github.com/latex3/luaotfload
On branch  : master
Link       : https://github.com/latex3/luaotfload/commit/359a8a50a0d1f778e358cc1507b6f08ec17b6898

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

commit 359a8a50a0d1f778e358cc1507b6f08ec17b6898
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Jan 8 14:12:40 2021 +0100

    Step version


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

359a8a50a0d1f778e358cc1507b6f08ec17b6898
 NEWS                                             |  5 +++++
 README.md                                        |  4 ++--
 build.lua                                        |  4 ++--
 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-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 +-
 40 files changed, 85 insertions(+), 72 deletions(-)

diff --git a/NEWS b/NEWS
index b0a7f12..5b17fe4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 Change History
 --------------
+2021-01-08 luaotfload v3.17
+
+    *  The fontloader has been synced with the context code from 2021-01-07.
+       This improves support for advanced CFF based OpenType variable fonts.
+
 2020-12-31 luaotfload v3.16
 
     *  The fontloader has been synced with the context code from 2020-12-30
diff --git a/README.md b/README.md
index 3e70ad7..8971bd8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # The Luaotfload Package
 
-![Version: 3.17-dev](https://img.shields.io/badge/current_version-3.17--dev-blue.svg?style=flat-square)
-![Date: 2020-12-31](https://img.shields.io/badge/date-2020--12--31-blue.svg?style=flat-square)
+![Version: 3.17](https://img.shields.io/badge/current_version-3.17-blue.svg?style=flat-square)
+![Date: 2020-01-08](https://img.shields.io/badge/date-2020--01--08-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 64b4b23..bcea370 100644
--- a/build.lua
+++ b/build.lua
@@ -1,6 +1,6 @@
 
-packageversion= "3.17-dev"
-packagedate   = "2020-12-31"
+packageversion= "3.17"
+packagedate   = "2020-01-08"
 fontloaderdate= "2021-01-07"
 packagedesc   = ""
 
diff --git a/doc/CTANREADME.md b/doc/CTANREADME.md
index 08f4120..5219bb1 100644
--- a/doc/CTANREADME.md
+++ b/doc/CTANREADME.md
@@ -1,8 +1,8 @@
 # The Luaotfload Package
 
-VERSION: 3.17-dev
+VERSION: 3.17
 
-DATE: 2020-12-31
+DATE: 2020-01-08
 
 
 ## Description
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index 8d23a41..c450ee9 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -32,7 +32,7 @@
 \beginfrontmatter
 
   \setdocumenttitle  {The \identifier{luaotfload} package}
-  \setdocumentdate   {2020-12-31 v3.17-dev}
+  \setdocumentdate   {2020-01-08 v3.17}
   \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.17 (by Ulrike Fischer/Marcel Krüger)}
+\begin{itemize}
+  \item The experimental support for OpenType variable fonts has been extended
+    to more reliably support modern fonts.
+  \item A number of small bugfixes.
+ \end{itemize}
+\endsubsection
+
 \beginsubsection {New in version 3.16 (by Ulrike Fischer/Marcel Krüger)}
 \begin{itemize}
   \item The entry point is called \identifier{luaotfload.lua} instead of
diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst
index beb3927..65a71a9 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-12-31
+:Date:                  2020-01-08
 :Copyright:             GPL v2.0
-:Version:               3.17-dev
+:Version:               3.17
 :Manual section:        1
 :Manual group:          text processing
 
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index 99d709d..d534419 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -6,9 +6,9 @@
                      Luaotfload configuration file
 -----------------------------------------------------------------------
 
-:Date:                  2020-12-31
+:Date:                  2020-01-08
 :Copyright:             GPL v2.0
-:Version:               3.17-dev
+:Version:               3.17
 :Manual section:        5
 :Manual group:          text processing
 
diff --git a/scripts/mkstatus b/scripts/mkstatus
index 3d1e081..b6c4f69 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.17-dev/2020-12-31"
+    data.description = "v3.17/2020-01-08"
     return data
   end
   die "cannot read from pipe"
diff --git a/src/auto/luaotfload-glyphlist.lua b/src/auto/luaotfload-glyphlist.lua
index aab801f..cc1836e 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 b483974..7c0931d 100644
--- a/src/auto/luaotfload-status.lua
+++ b/src/auto/luaotfload-status.lua
@@ -91,7 +91,7 @@ return {
  },
  ["notes"]={
   ["committer"]="Ulrike Fischer <fischer at troubleshooting-tex.de>",
-  ["description"]="v3.17-dev/2020-12-31",
+  ["description"]="v3.17/2020-01-08",
   ["loader"]="fontloader-2021-01-07.lua",
   ["revision"]="11868f3e0ed95a6fd41d3c6fa52525db399d7706",
   ["timestamp"]="2020-12-31 16:03:21 +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 a44e25a..f06200d 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --TAGDATE
     description   = "luaotfload submodule / auxiliary functions",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-colors.lua b/src/luaotfload-colors.lua
index 3a40e68..c458a45 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 03f3a4b..d1533f6 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --TAGDATE
     description   = "luaotfload submodule / config file reader",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua
index bc2ce24..80f5a70 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.17-dev",       --TAGVERSION
-     date          = "2020-12-31", --TAGDATE
+     version       = "3.17",       --TAGVERSION
+     date          = "2020-01-08", --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 037067f..22a7370 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --TAGDATE
     description   = "luaotfload-tool submodule / diagnostics",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-dvi.lua b/src/luaotfload-dvi.lua
index 9101c5a..be72b7c 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 399c8b8..2ebd46e 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 0f58678..368840c 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.17-dev",     --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",     --TAGVERSION
+    date          = "2020-01-08", --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 8b8db92..3aa3a52 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 c3fdd48..e1be06d 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 bc17806..12ce5bc 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.17-dev",       --TAGVERSION
-     date          = "2020-12-31", --TAGDATE
+     version       = "3.17",       --TAGVERSION
+     date          = "2020-01-08", --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 71b171f..710af7b 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
  assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
      name          = "luaotfload-harf-plug",
-     version       = "3.17-dev",       --TAGVERSION
-     date          = "2020-12-31", --TAGDATE
+     version       = "3.17",       --TAGVERSION
+     date          = "2020-01-08", --TAGDATE
      description   = "luaotfload submodule / HarfBuzz shaping",
      license       = "GPL v2.0",
      author        = "Khaled Hosny, Marcel Krüger",
diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua
index e67b55e..577483f 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --TAGDATE
     description   = "luaotfload submodule / initialization",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-letterspace.lua b/src/luaotfload-letterspace.lua
index 7022601..458f332 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 39fec6e..bd8bb60 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --TAGDATE
     description   = "luaotfload submodule / callback handling",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-log.lua b/src/luaotfload-log.lua
index 6c3e821..7c5953a 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 6ce2c5b..12a76b8 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.17-dev",     --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",     --TAGVERSION
+    date          = "2020-01-08", --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 2a0edc7..f7324c8 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 ff68530..2209553 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --TAGDATE
     description   = "luaotfload submodule / parsers",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-resolvers.lua b/src/luaotfload-resolvers.lua
index bfe5bb5..f8c8cd1 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --TAGDATE
     description   = "luaotfload submodule / resolvers",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-scripts.lua b/src/luaotfload-scripts.lua
index 03fb406..459c051 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 92dbe96..23d5f49 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 bbdfb52..5d40290 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 3392e86..1dd9245 100644
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -9,8 +9,8 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-tool",
-    version       = "3.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --TAGDATE
     description   = "luaotfload-tool / database functionality",
     license       = "GPL v2.0"
 }
diff --git a/src/luaotfload-tounicode.lua b/src/luaotfload-tounicode.lua
index d1c1239..8b47137 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 2301203..db1180f 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --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 642cfe8..f8a906c 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.17-dev",       --TAGVERSION
-    date          = "2020-12-31", --TAGDATE
+    version       = "3.17",       --TAGVERSION
+    date          = "2020-01-08", --TAGDATE
     description   = "Lua based OpenType font support",
     author        = authors,
     copyright     = authors,
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index 5d27d3d..81a28ce 100644
--- a/src/luaotfload.sty
+++ b/src/luaotfload.sty
@@ -39,7 +39,7 @@
 \fi
 \ifdefined\ProvidesPackage
   \ProvidesPackage{luaotfload}%
-    [2020/12/31 v3.17-dev  OpenType layout system]
+    [2020/01/08 v3.17  OpenType layout system]
 \fi
 \directlua{
   if xpcall(function ()%
diff --git a/testfiles/aaaaa-luakern.tlg b/testfiles/aaaaa-luakern.tlg
index 6bd6179..a42e818 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.17-dev with fontloaderxxx2021xxx01xxx07.lua
+3.17 with fontloaderxxx2021xxx01xxx07.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.