From 5f1c8b31a60c6208cb91ff392f5a5f454121d44a Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Sat, 28 Dec 2013 16:55:35 +0100
Subject: [doc,main] update version date in dtx

---
 luaotfload.dtx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/luaotfload.dtx b/luaotfload.dtx
index e6e9523..adbdf26 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -111,7 +111,7 @@ and the derived files
 %<*driver>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{luaotfload.drv}%
-  [2013/07/28 v2.4 OpenType layout system]%
+  [2013/12/28 v2.4 OpenType layout system]%
 \documentclass{ltxdoc}
 \usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace}
 \usepackage[x11names]{xcolor}
@@ -231,7 +231,7 @@ and the derived files
 % \GetFileInfo{luaotfload.drv}
 %
 % \title{The \identifier{luaotfload} package}
-% \date{2013/07/28 v2.4}
+% \date{2013/12/28 v2.4}
 % \author{Elie Roux · Khaled Hosny · Philipp Gesang\\
 %         Home:      \url{https://github.com/lualatex/luaotfload}\\
 %         Support:   \email{lualatex-dev@tug.org}}
@@ -1608,8 +1608,8 @@ end
 
 luaotfload.module = {
     name          = "luaotfload",
-    version       = 2.40002,
-    date          = "2013/07/28",
+    version       = 2.40003,
+    date          = "2013/12/28",
     description   = "OpenType layout system.",
     author        = "Elie Roux & Hans Hagen",
     copyright     = "Elie Roux",
@@ -2232,7 +2232,7 @@ luaotfload.aux.start_rewrite_fontname () --- to be migrated to fontspec
 \else
   \NeedsTeXFormat{LaTeX2e}
   \ProvidesPackage{luaotfload}%
-    [2013/07/28 v2.4 OpenType layout system]
+    [2013/12/28 v2.4 OpenType layout system]
   \RequirePackage{luatexbase}
 \fi
 \ifnum\luatexversion<76
-- 
cgit v1.2.3


From 228ee5a14c55fd09a6caae6b5877fc375b696439 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Mon, 30 Dec 2013 15:04:49 +0100
Subject: [tool] rephrase help message

---
 luaotfload-tool.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua
index deca5ea..fd84fa4 100755
--- a/luaotfload-tool.lua
+++ b/luaotfload-tool.lua
@@ -191,7 +191,7 @@ local help_messages = {
 
 Usage: %s [OPTIONS...]
 
-Operations on the LuaTeX font database.
+Operations on the Luaotfload font names database.
 
 This tool is part of the luaotfload package. Valid options are:
 
@@ -260,7 +260,7 @@ The font cache will be written to
 
 Usage: %s [OPTION]...
 
-Rebuild or update the LuaTeX font database.
+Rebuild or update the Luaotfload font names database.
 
 Valid options:
   -f --force                   force re-indexing all fonts
-- 
cgit v1.2.3


From c0e53ae1da6320925a99faf294a0f1ddbd24b188 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Mon, 30 Dec 2013 15:08:44 +0100
Subject: [doc] update list of contributors

---
 README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README b/README
index aec8e24..8a1af43 100644
--- a/README
+++ b/README
@@ -31,6 +31,7 @@ Khaled Hosny             <khaledhosny@eglug.org>
 Elie Roux                <elie.roux@telecom-bretagne.eu>
 Will Robertson           <will.robertson@latex-project.org>
 Philipp Gesang           <philipp.gesang@alumni.uni-heidelberg.de>
+Dohyun Kim               <nomosnomos@gmail.com>
 
 
 Installation
-- 
cgit v1.2.3