Skip to content

Commit

Permalink
Step version
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Jan 8, 2021
1 parent 11ed2c7 commit 359a8a5
Show file tree
Hide file tree
Showing 40 changed files with 86 additions and 73 deletions.
5 changes: 5 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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)


Expand Down
4 changes: 2 additions & 2 deletions 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 = ""

Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
10 changes: 9 additions & 1 deletion doc/luaotfload-main.tex
Expand Up @@ -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}}
Expand Down Expand Up @@ -62,6 +62,14 @@
\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
Expand Down
4 changes: 2 additions & 2 deletions doc/luaotfload-tool.rst
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions doc/luaotfload.conf.rst
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/mkstatus
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down
4 changes: 2 additions & 2 deletions src/auto/luaotfload-status.lua
Expand Up @@ -91,9 +91,9 @@ return {
},
["notes"]={
["committer"]="Ulrike Fischer <fischer@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",
},
}
}
2 changes: 1 addition & 1 deletion src/fontloader/runtime/fontloader-basics-gen.lua
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-auxiliary.lua
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-colors.lua
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-configuration.lua
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-database.lua
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-diagnostics.lua
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-dvi.lua
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-embolden.lua
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-fallback.lua
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-features.lua
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-filelist.lua
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-harf-define.lua
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-harf-plug.lua
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-init.lua
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-letterspace.lua
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-loaders.lua
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-log.lua
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-multiscript.lua
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-notdef.lua
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-parsers.lua
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-resolvers.lua
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-scripts.lua
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-suppress.lua
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-szss.lua
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-tool.lua
Expand Up @@ -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"
}
Expand Down

0 comments on commit 359a8a5

Please sign in to comment.