From eefe6a95802f75d16e87eb6620e8750f85b95494 Mon Sep 17 00:00:00 2001
From: Khaled Hosny <khaledhosny@eglug.org>
Date: Thu, 15 Jul 2010 17:32:05 +0300
Subject: Prepare for release

---
 NEWS           |  3 +++
 luaotfload.dtx | 12 ++++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 8cc2610..d304547 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 Change History
 --------------
 
+2010/07/15, luaotfload v1.18:
+    * fix for \overwithdelims and brothers
+
 2010/07/14, luaotfload v1.17:
     * allow stylistic sets features in base mode
     * don't scale percent math constants
diff --git a/luaotfload.dtx b/luaotfload.dtx
index a211a10..7defe35 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -35,7 +35,7 @@
 \input docstrip.tex
 \Msg{************************************************************************}
 \Msg{* Installation}
-\Msg{* Package: luaotfload 2010/07/14 v1.17 OpenType layout system}
+\Msg{* Package: luaotfload 2010/07/15 v1.18 OpenType layout system}
 \Msg{************************************************************************}
 
 \keepsilent
@@ -102,7 +102,7 @@ and the derived files
 %<*driver>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesFile{luaotfload.drv}%
-  [2010/07/14 v1.17 OpenType layout system]%
+  [2010/07/15 v1.18 OpenType layout system]%
 \documentclass{ltxdoc}
 \usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor}
 \usepackage{charter}
@@ -153,7 +153,7 @@ and the derived files
 % \GetFileInfo{luaotfload.drv}
 %
 % \title{The \textsf{luaotfload} package}
-% \date{2010/07/14 v1.17}
+% \date{2010/07/15 v1.18}
 % \author{     Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}}
 %         \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}}
 %
@@ -450,8 +450,8 @@ module('luaotfload', package.seeall)
 
 luaotfload.module = {
     name          = "luaotfload",
-    version       = 1.17,
-    date          = "2010/07/14",
+    version       = 1.18,
+    date          = "2010/07/15",
     description   = "OpenType layout system.",
     author        = "Elie Roux & Hans Hagen",
     copyright     = "Elie Roux",
@@ -767,7 +767,7 @@ end
 \else
   \NeedsTeXFormat{LaTeX2e}
   \ProvidesPackage{luaotfload}%
-    [2010/07/14 v1.17 OpenType layout system]
+    [2010/07/15 v1.18 OpenType layout system]
   \RequirePackage{luatextra}
 \fi
 
-- 
cgit v1.2.3