summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--News18
-rw-r--r--README3
3 files changed, 22 insertions, 3 deletions
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 <http://github.com/mpg/luaotfload>.
+This package is developed on <http://github.com/mpg/luaotfload>, see the 'News'
+file for version history.
Installation