Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
bump version, update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Gesang committed Jul 23, 2013
1 parent 9ba9fbe commit 2331b68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions luaotfload-database.lua
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions luaotfload-tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------------------------------------------------------
Expand Down Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions luaotfload.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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}}
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2331b68

Please sign in to comment.