From 8fc9b4a2e8a07928b6280a81cf854d8686c05d8b Mon Sep 17 00:00:00 2001
From: Elie Roux <elie.roux@telecom-bretagne.eu>
Date: Sat, 27 Apr 2013 12:13:37 +0200
Subject: Updating NEWS

---
 NEWS                     | 1 +
 luaotfload-blacklist.cnf | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/NEWS b/NEWS
index 754cbcd..aac957d 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ Change History
       updating otfl-fonts-merged.lua (available in ConTeXt)
     * Improve documentation
     * renaming mkluatexfontdb into fontdbutil, with more search functionalities
+    * blacklisting font lingoes.ttf
 
 2013/04/11, luaotfload v1.28:
     * Adapting to LuaTeX 0.75, keeping backward-compatibility
diff --git a/luaotfload-blacklist.cnf b/luaotfload-blacklist.cnf
index 771649b..36a29df 100644
--- a/luaotfload-blacklist.cnf
+++ b/luaotfload-blacklist.cnf
@@ -1,5 +1,7 @@
 % Takes ages to load
 LastResort.ttf % a MacOSX font, but also available for free from unicode.org 
+% Segfaults under LuaTeX 0.76
+lingoes.ttf
 
 % Mac OS X TTC fonts, this list need to be filtered out
 % luatex bug fixed?
-- 
cgit v1.2.3


From b4277e428451947a72326e6f43b78c236f3297a7 Mon Sep 17 00:00:00 2001
From: Elie Roux <elie.roux@telecom-bretagne.eu>
Date: Sat, 27 Apr 2013 12:24:23 +0200
Subject: Updating the NEWS file

---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index aac957d..d2808f5 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,13 @@ Change History
     * renaming mkluatexfontdb into fontdbutil, with more search functionalities
     * blacklisting font lingoes.ttf
 
+2013/04/25, luaotfload v1.29:
+    * Reverting the unified resolver, as the database was rebuilt too often
+      which made the compilation longer. This will come back improved
+      in the next version, hopefully for TeXLive 2013.
+    * Fix resolving of Libertine Mono
+    * Fix a bug that made fontconfig files not parsed when OSFONTDIR is set
+
 2013/04/11, luaotfload v1.28:
     * Adapting to LuaTeX 0.75, keeping backward-compatibility
     * Fix small documentation issues in mkluatexfontdb
-- 
cgit v1.2.3