diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-24 00:19:09 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-24 00:19:09 +0200 | 
| commit | 2331b6838f623d4800e79e92c50ce55f955d7776 (patch) | |
| tree | 12aed96922ab72b4889899d8b4499d5e1600362a | |
| parent | 9ba9fbe876feb510ca5ba91f49ca63f984924d59 (diff) | |
| download | luaotfload-2331b6838f623d4800e79e92c50ce55f955d7776.tar.gz | |
bump version, update NEWSv2.3b
| -rw-r--r-- | luaotfload-database.lua | 4 | ||||
| -rwxr-xr-x | luaotfload-tool.lua | 4 | ||||
| -rw-r--r-- | luaotfload.dtx | 12 | 
3 files changed, 10 insertions, 10 deletions
| diff --git a/luaotfload-database.lua b/luaotfload-database.lua index 487498b..1b75458 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -1,5 +1,5 @@  if not modules then modules = { } end modules ['luaotfload-database'] = { -    version   = "2.3a", +    version   = "2.3b",      comment   = "companion to luaotfload.lua",      author    = "Khaled Hosny, Elie Roux, Philipp Gesang",      copyright = "Luaotfload Development Team", @@ -2037,7 +2037,7 @@ local purge_from_cache = function (category, path, list, all)      local n = 0      for i=1,#list do          local filename = list[i] -        if string.find(filename,"luatex%-cache") then -- safeguard +        if stringfind(filename,"luatex%-cache") then -- safeguard              if all then                  report("info", 5, "cache", "removing %s", filename)                  osremove(filename) diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 155f764..801ae72 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -4,7 +4,7 @@  --  DESCRIPTION:  database functionality  -- REQUIREMENTS:  luaotfload 2.2  --       AUTHOR:  Khaled Hosny, Élie Roux, Philipp Gesang ---      VERSION:  2.3a +--      VERSION:  2.3b  --      LICENSE:  GPL v2  --     MODIFIED:  2013-06-02 19:23:54+0200  ----------------------------------------------------------------------- @@ -166,7 +166,7 @@ local names = fonts.names  local status_file = "luaotfload-status"  local status      = require (status_file) -local version  = "2.3" +local version  = "2.3b"  local sanitize_string = names.sanitize_string diff --git a/luaotfload.dtx b/luaotfload.dtx index 954234f..3892bd8 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -40,7 +40,7 @@  \input docstrip.tex  \Msg{************************************************************************}  \Msg{* Installation} -\Msg{* Package: luaotfload v2.3a OpenType layout system} +\Msg{* Package: luaotfload v2.3b OpenType layout system}  \Msg{************************************************************************}  \keepsilent @@ -111,7 +111,7 @@ and the derived files  %<*driver>  \NeedsTeXFormat{LaTeX2e}  \ProvidesFile{luaotfload.drv}% -  [2013/07/10 v2.3a OpenType layout system]% +  [2013/07/23 v2.3b OpenType layout system]%  \documentclass{ltxdoc}  \usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace}  \usepackage[x11names]{xcolor} @@ -231,7 +231,7 @@ and the derived files  % \GetFileInfo{luaotfload.drv}  %  % \title{The \identifier{luaotfload} package} -% \date{2013/07/10 v2.3a} +% \date{2013/07/23 v2.3b}  % \author{Elie Roux · Khaled Hosny · Philipp Gesang\\  %         Home:      \url{https://github.com/lualatex/luaotfload}\\  %         Support:   \email{lualatex-dev@tug.org}} @@ -1478,8 +1478,8 @@ config.luaotfload.index_file      = config.luaotfload.index_file       or "luaot  luaotfload.module = {      name          = "luaotfload", -    version       = 2.3001, -    date          = "2013/07/10", +    version       = 2.3002, +    date          = "2013/07/23",      description   = "OpenType layout system.",      author        = "Elie Roux & Hans Hagen",      copyright     = "Elie Roux", @@ -2070,7 +2070,7 @@ luaotfload.aux.start_rewrite_fontname () --- to be migrated to fontspec  \else    \NeedsTeXFormat{LaTeX2e}    \ProvidesPackage{luaotfload}% -    [2013/07/10 v2.3a OpenType layout system] +    [2013/07/23 v2.3b OpenType layout system]    \RequirePackage{luatexbase}  \fi  \ifnum\luatexversion<76 | 
