[latex3-commits] [git/LaTeX3-latex3-luaotfload] master: Prepare for release v3.15 (94bd622)

Marcel Fabian Krüger tex at 2krueger.de
Wed Sep 2 21:04:02 CEST 2020


Repository : https://github.com/latex3/luaotfload
On branch  : master
Link       : https://github.com/latex3/luaotfload/commit/94bd622e35b4eab3d5e87c333f4b0502b484f619

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

commit 94bd622e35b4eab3d5e87c333f4b0502b484f619
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Sep 2 21:00:32 2020 +0200

    Prepare for release v3.15


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

94bd622e35b4eab3d5e87c333f4b0502b484f619
 build.lua                                        | 2 +-
 ctan.ann                                         | 2 +-
 src/fontloader/runtime/fontloader-basics-gen.lua | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.lua b/build.lua
index 5281a57..789bc02 100644
--- a/build.lua
+++ b/build.lua
@@ -2,7 +2,7 @@
 packageversion= "3.15"
 packagedate   = "2020-09-02"
 fontloaderdate= "2020-08-31"
-packagedesc   = "new-fontloader"
+packagedesc   = "release"
 
 module   = "luaotfload"
 ctanpkg  = "luaotfload"
diff --git a/ctan.ann b/ctan.ann
index b1356a7..ab62938 100644
--- a/ctan.ann
+++ b/ctan.ann
@@ -1,4 +1,4 @@
-2020-08-31 luaotfload v3.14
+2020-09-02 luaotfload v3.15
     * The font database is updated more reliably if fonts get deleted.
     * In multiple error cases, error messages are shown instead of silently
       generating bad output.
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





More information about the latex3-commits mailing list.