Skip to content

Commit

Permalink
Tag new version
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Feb 14, 2024
1 parent cb1a8de commit 17a160c
Show file tree
Hide file tree
Showing 43 changed files with 81 additions and 81 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Luaotfload Package

![Version: 3.27-dev](https://img.shields.io/badge/current_version-3.27--dev-blue.svg?style=flat-square)
![Date: 2023-08-31](https://img.shields.io/badge/date-2023--08--31-blue.svg?style=flat-square)
![Version: 3.27](https://img.shields.io/badge/current_version-3.27-blue.svg?style=flat-square)
![Date: 2024-02-14](https://img.shields.io/badge/date-2024--02--14-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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packageversion= "3.27-dev"
packagedate = "2023-08-31"
packageversion= "3.27"
packagedate = "2024-02-14"
fontloaderdate= "2023-12-28"
packagedesc = ""

Expand Down
4 changes: 2 additions & 2 deletions doc/CTANREADME.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The Luaotfload Package

VERSION: 3.27-dev
VERSION: 3.27

DATE: 2023-08-31
DATE: 2024-02-14


## Description
Expand Down
2 changes: 1 addition & 1 deletion doc/luaotfload-main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
\beginfrontmatter

\setdocumenttitle {The \identifier{luaotfload} package}
\setdocumentdate {2023-08-31 v3.27-dev}
\setdocumentdate {2024-02-14 v3.27}
\setdocumentauthor {LaTeX3 Project\\
Elie Roux · Khaled Hosny · Philipp Gesang · Ulrike Fischer · Marcel Krüger\\
Home: \hyperlink {https://github.com/latex3/luaotfload}}
Expand Down
4 changes: 2 additions & 2 deletions doc/luaotfload-tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
generate and query the Luaotfload font names database
-----------------------------------------------------------------------

:Date: 2023-08-31
:Date: 2024-02-14
:Copyright: GPL v2.0
:Version: 3.27-dev
:Version: 3.27
:Manual section: 1
:Manual group: text processing

Expand Down
4 changes: 2 additions & 2 deletions doc/luaotfload.conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
Luaotfload configuration file
-----------------------------------------------------------------------

:Date: 2023-08-31
:Date: 2024-02-14
:Copyright: GPL v2.0
:Version: 3.27-dev
:Version: 3.27
:Manual section: 5
:Manual group: text processing

Expand Down
2 changes: 1 addition & 1 deletion scripts/mkstatus
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ local git_info = function ()
die "cannot parse git information"
end
data = data ()
data.description = "v3.27-dev/2023-08-31"
data.description = "v3.27/2024-02-14"
return data
end
die "cannot read from pipe"
Expand Down
4 changes: 2 additions & 2 deletions src/auto/luaotfload-glyphlist.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
if luaotfload_module then
luaotfload_module {
name = "luaotfload-glyphlist",
version = "3.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ return {
},
["notes"]={
["committer"]="Marcel Fabian Krüger <[email protected]>",
["description"]="v3.27-dev/2023-08-31",
["description"]="v3.27/2024-02-14",
["loader"]="fontloader-2023-12-28.lua",
["revision"]="3d835273b8f2c7213c7c9a76afaa7785bed24011",
["timestamp"]="2023-12-28 13:05:45 +0100",
},
}
}
2 changes: 1 addition & 1 deletion src/fontloader/runtime/fontloader-basics-gen.lua
Original file line number Diff line number Diff line change
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-arabic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
name = "luaotfload-arabic",
version = "3.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / features",
license = "GPL v2.0",
author = "Marcel Krüger",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-auxiliary.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / auxiliary functions",
license = "GPL v2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-colors.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / config file reader",
license = "GPL v2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-database.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload-tool submodule / diagnostics",
license = "GPL v2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-dvi.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

if luaotfload_module then luaotfload_module {
name = "luaotfload-filelist",
version = "3.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
} end
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-harf-define.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
Expand Up @@ -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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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-harf-var-cff2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / CFF2 table processing",
license = "GPL v2.0",
author = "Marcel Krüger",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-harf-var-t2-writer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / Type 2 charstring writer",
license = "GPL v2.0",
author = "Marcel Krüger",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-harf-var-ttf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / gvar table processing",
license = "GPL v2.0",
author = "Marcel Krüger",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-init.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / initialization",
license = "GPL v2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-letterspace.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / callback handling",
license = "GPL v2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-log.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / parsers",
license = "GPL v2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-resolvers.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / resolvers",
license = "GPL v2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-scripts.lua
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --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
Original file line number Diff line number Diff line change
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.27-dev", --TAGVERSION
date = "2023-08-31", --TAGDATE
version = "3.27", --TAGVERSION
date = "2024-02-14", --TAGDATE
description = "luaotfload submodule / suppress",
license = "GPL v2.0",
author = "Marcel Krüger"
Expand Down
Loading

0 comments on commit 17a160c

Please sign in to comment.