Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Pump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed May 28, 2010
1 parent 4d999a9 commit 58561dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions NEWS
@@ -1,6 +1,9 @@
Change History
--------------

2010/05/28, luaotfload v1.08a:
* revert experimental code that was committed by mistake

2010/05/28, luaotfload v1.08:
* fix misc. bugs with system fonts scanning
* parse fontconfig configuration directly, no longer dependant on 'fc-list'
Expand Down
12 changes: 6 additions & 6 deletions luaotfload.dtx
Expand Up @@ -35,7 +35,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
\Msg{* Package: luaotfload 2010/05/13 v1.08 ConTeXt font loading system}
\Msg{* Package: luaotfload 2010/05/28 v1.08a ConTeXt font loading system}
\Msg{************************************************************************}

\keepsilent
Expand Down Expand Up @@ -102,7 +102,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
[2010/05/13 v1.08 ConTeXt font loading system]%
[2010/05/28 v1.08a ConTeXt font loading system]%
\documentclass{ltxdoc}
\usepackage{metalogo,multicol,mdwlist,fancyvrb}
\usepackage[colorlinks=true]{hyperref}
Expand Down Expand Up @@ -140,7 +140,7 @@ and the derived files
% \GetFileInfo{luaotfload.drv}
%
% \title{The \textsf{luaotfload} package}
% \date{2010/05/13 v1.08}
% \date{2010/05/28 v1.08a}
% \author{ Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}}
% \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}}
%
Expand Down Expand Up @@ -413,8 +413,8 @@ module('luaotfload', package.seeall)

luaotfload.module = {
name = "luaotfload",
version = 1.08,
date = "2010/05/13",
version = 1.08a,

This comment has been minimized.

Copy link
@eroux

eroux May 30, 2010

Collaborator

This line seems to introduce a bug,a s 1.08a is not a number... personally I've never understood why we should put letters in version numbers, but if you really want to do so, luatexbase will have to be updated for it, and we should produce an alphabetical-order string comparison function...

This comment has been minimized.

Copy link
@wspr

wspr May 30, 2010

Collaborator

Even if you want to adjust luatexbase later, can we bump this to 1.09 ASAP and get it on CTAN?
(Unless you want to fix luatexbase right now.)
We don't necessarily have much time for testing before TeX Live 2010.

This comment has been minimized.

Copy link
@mpg

mpg May 30, 2010

Collaborator

Independantly of any luatexbase-modutils-related consideration, the point is, this line is not correct Lua :-)

Again, I'm wondering how this could went unnoticed before the upload. I suggest including a "check" target in the makefile (like, compiling all examples in the test subdir) and making sure that "make ctan" depends on it, so as to avoid such obvious problems (package not loadable at all) in the future.

date = "2010/05/28",
description = "ConTeXt font loading system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
Expand Down Expand Up @@ -616,7 +616,7 @@ end
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
[2010/05/13 v1.08 ConTeXt font loading system]
[2010/05/28 v1.08a ConTeXt font loading system]
\RequirePackage{luatextra}
\fi

Expand Down

0 comments on commit 58561dc

Please sign in to comment.