From bc1664303dad3777c16a8379e5c3257b41aeac69 Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Sun, 7 Feb 2010 15:13:06 +0200 Subject: Adding a News file --- Makefile | 4 ++-- News | 18 ++++++++++++++++++ README | 3 ++- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 News diff --git a/Makefile b/Makefile index 336e136..63d389b 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,11 @@ OTFL = $(wildcard otfl-*.lua) COMPILED = $(DOC) UNPACKED = luaotfload.sty luaotfload.lua GENERATED = $(COMPILED) $(UNPACKED) -SOURCE = $(DTX) $(OTFL) README Makefile +SOURCE = $(DTX) $(OTFL) README Makefile News # Files grouped by installation location RUNFILES = $(UNPACKED) $(OTFL) -DOCFILES = $(DOC) README +DOCFILES = $(DOC) README News SRCFILES = $(DTX) Makefile # The following definitions should be equivalent diff --git a/News b/News new file mode 100644 index 0000000..e4c0946 --- /dev/null +++ b/News @@ -0,0 +1,18 @@ + History of the luaotfload bundle + +Currrent git, luaotfload v1.07: + * synchronizing with latest ConTeXt beta 2010.02.03 + * adding support for color and transparency + * adding a script to generate a font database with TeX and system fonts + * more verbose log file + +2010/12/01, luaotfload v1.06a: + * more complete tlig and trep + * defaults options changed to "+ccmp;+locl;+rlig;+liga;+clig;+kern; + +mark;+mkmk;" + * supporting windows absolute path + +2009/12/01, luaotfload v1.06: + * synchronizing with ConTeXt stable 2009.11.26 + * adding backward compatibility with LuaTeX 0.40.6 + diff --git a/README b/README index 38dbafb..1b4dd8d 100644 --- a/README +++ b/README @@ -5,7 +5,8 @@ luaotfload is the adaptation of the ConTeXt OTF loading system for Plain and LaTeX. It allows to open OTF fonts with almost all features available through the XeTeX font syntax. -This package is developed on . +This package is developed on , see the 'News' +file for version history. Installation -- cgit v1.2.3